feat: ✨ 新增 element-plus 水印
This commit is contained in:
@@ -20,7 +20,6 @@ export const useSettingsStore = defineStore("setting", () => {
|
||||
);
|
||||
const theme = useStorage<string>("theme", defaultSettings.theme);
|
||||
|
||||
// Whether to enable watermark
|
||||
const watermark = useStorage<any>("watermark", defaultSettings.watermark);
|
||||
|
||||
const settingsMap: Record<string, Ref<any>> = {
|
||||
|
||||
Reference in New Issue
Block a user