소스 검색

提交测试

dy 5 달 전
부모
커밋
6d8191bf1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)"