dy 5 mesi fa
parent
commit
6d8191bf1e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -28,7 +28,7 @@ const size = computed(
 );
 const watermarkEnabled = computed(() => settingsStore.watermarkEnabled);
 
-// 明亮/暗黑主题水印字体颜色适配
+// 明亮/暗黑主题水印字  啊啊啊体颜色适配
 const fontColor = computed(() => {
   return settingsStore.theme === ThemeEnum.DARK
     ? "rgba(255, 255, 255, .15)"