perf: 一些手机端适配优化

This commit is contained in:
xiaojunnuo
2025-03-11 22:25:14 +08:00
parent e36aa065e9
commit 5b8d5dd975
16 changed files with 67 additions and 100 deletions
@@ -18,23 +18,6 @@ export const aboutResource = [
return !settingStore.isComm;
}
}
},
{
title: "教程",
name: "help",
path: "/help",
meta: {
icon: "lucide:copyright",
order: 9999,
show: () => {
const settingStore = useSettingStore();
return !settingStore.isComm;
},
slot() {
return <TutorialButton className="flex-center" show-icon={false} />;
},
click() {}
}
}
];