config(sj_1.2.0-beta1): 水印默认关闭

This commit is contained in:
xlsea 2024-07-26 15:33:43 +08:00
parent b654b5d780
commit 6974e1347d

View File

@ -71,7 +71,7 @@ export const themeSettings: App.Theme.ThemeSetting = {
} }
}, },
watermark: { watermark: {
visible: true visible: false
} }
}; };