mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
mod: update about
This commit is contained in:
@@ -52,7 +52,7 @@ class _LogsPageState extends State<LogsPage> {
|
||||
if (l.startsWith("Crash occurred on")) {
|
||||
try {
|
||||
date = DateTime.parse(
|
||||
l.split("Crash occurred on")[1].trim(),//.split('.')[0],
|
||||
l.split("Crash occurred on")[1].trim(), //.split('.')[0],
|
||||
);
|
||||
} catch (e) {
|
||||
debugPrint(e.toString());
|
||||
@@ -82,7 +82,7 @@ class _LogsPageState extends State<LogsPage> {
|
||||
|
||||
void feedback() {
|
||||
launchUrl(
|
||||
Uri.parse('https://github.com/orz12/pilipala/issues'),
|
||||
Uri.parse('https://github.com/bggRGjQaUbCoE/PiliPalaX/issues'),
|
||||
// 系统自带浏览器打开
|
||||
mode: LaunchMode.externalApplication,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user