mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
perf: 一些手机端适配优化
This commit is contained in:
@@ -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() {}
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user