zhangjie 6 ヶ月 前
コミット
5ba3aa8abe
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/store/modules/app/index.ts

+ 1 - 1
src/store/modules/app/index.ts

@@ -3,7 +3,7 @@ import { AppState } from './types';
 
 const useAppStore = defineStore('app', {
   state: (): AppState => ({
-    version: '1.0.1',
+    version: '1.0.3',
     domain: '',
     device: 'desktop',
     trackConfig: {