mod: update about

This commit is contained in:
bggRGjQaUbCoE
2024-10-01 07:29:27 +08:00
parent 5b2412ae5b
commit 212342e285
11 changed files with 64 additions and 144 deletions

View File

@@ -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,
);