chore: clean up

opt: pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-19 18:05:02 +08:00
parent e5f3c3c922
commit a2ef4e6f84
99 changed files with 697 additions and 2097 deletions

View File

@@ -63,7 +63,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(),
);
} catch (e) {
debugPrint(e.toString());
@@ -111,7 +111,6 @@ class _LogsPageState extends State<LogsPage> {
actions: [
PopupMenuButton<String>(
onSelected: (String type) {
// 处理菜单项选择的逻辑
switch (type) {
case 'copy':
copyLogs();