feat: add tauri basic structure

This commit is contained in:
YunYouJun
2025-08-17 06:35:52 +08:00
parent 0ec5a4d51e
commit 5045f7f91b
64 changed files with 6410 additions and 1314 deletions

View File

@@ -18,6 +18,10 @@ definePageMeta({
text-left
>
<YlfForm>
<YlfFormItem label="暗色模式">
<YlfSwitch v-model="app.settings.keepLocalData" />
</YlfFormItem>
<YlfFormItem label="离开网页后保留选中数据">
<YlfSwitch v-model="app.settings.keepLocalData" />
</YlfFormItem>