feat: 增加版本号功能

This commit is contained in:
2026-08-28 15:33:29 +08:00
parent 7021d9d525
commit 338ba726a0
3 changed files with 105 additions and 64 deletions

View File

@@ -2,6 +2,7 @@ import { defineStore } from 'pinia'
export const useAppStore = defineStore('app', {
state: () => ({
version: '1.0.1',
viewRecordType: 'calendar',
}),
actions: {