dy il y a 5 mois
Parent
commit
6d8191bf1e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)"