Browse Source

feat: version

zhangjie 1 tháng trước cách đây
mục cha
commit
42e93938af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.4',
+    version: '1.0.5',
     domain: '',
     device: 'desktop',
     trackConfig: {