mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-10 06:43:10 +00:00
Compare commits
No commits in common. "8f5fc287fb5aab9abb640f8083e8aefa6064b4f6" and "fb20f8a3ea2e172f66d34b71f706a7f51552bff2" have entirely different histories.
8f5fc287fb
...
fb20f8a3ea
@ -4,7 +4,7 @@
|
||||
<v-card border>
|
||||
<v-card-title>{{ title }}</v-card-title>
|
||||
<v-card-subtitle>
|
||||
{{ autoSave ? autoSavePromptText : manualSavePromptText }}
|
||||
{{ autoSave ? "喵?喵呜!" : "写完后点击上传谢谢喵" }}
|
||||
</v-card-subtitle>
|
||||
<v-card-text>
|
||||
<div class="d-flex">
|
||||
@ -280,12 +280,6 @@ export default {
|
||||
},
|
||||
showQuickTools() {
|
||||
return getSetting("display.showQuickTools");
|
||||
},
|
||||
autoSavePromptText() {
|
||||
return getSetting("edit.autoSavePromptText");
|
||||
},
|
||||
manualSavePromptText() {
|
||||
return getSetting("edit.manualSavePromptText");
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
@ -15,14 +15,6 @@
|
||||
<v-divider class="my-2"/>
|
||||
<setting-item :setting-key="'edit.refreshBeforeEdit'"/>
|
||||
|
||||
|
||||
<v-divider class="my-2"/>
|
||||
<setting-item :setting-key="'edit.autoSavePromptText'"/>
|
||||
|
||||
|
||||
<v-divider class="my-2"/>
|
||||
<setting-item :setting-key="'edit.manualSavePromptText'"/>
|
||||
|
||||
</v-list>
|
||||
</settings-card>
|
||||
</template>
|
||||
|
||||
@ -289,20 +289,6 @@ const settingsDefinitions = {
|
||||
description: "保存非当天数据需确认",
|
||||
icon: "mdi-calendar-alert",
|
||||
},
|
||||
"edit.autoSavePromptText": {
|
||||
type: "string",
|
||||
default: "喵?喵呜!",
|
||||
description: "自动保存模式提示文本",
|
||||
icon: "mdi-text-box-outline",
|
||||
// 作业编辑对话框在自动保存模式下显示的提示文本
|
||||
},
|
||||
"edit.manualSavePromptText": {
|
||||
type: "string",
|
||||
default: "写完后点击上传谢谢喵",
|
||||
description: "手动保存模式提示文本",
|
||||
icon: "mdi-text-box-outline",
|
||||
// 作业编辑对话框在手动保存模式下显示的提示文本
|
||||
},
|
||||
|
||||
// 开发者选项
|
||||
"developer.enabled": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user