Compare commits

...
1 Commits
Author SHA1 Message Date
xrain 7aee4b708d fix config
Publish to npm / publish (push) Failing after 8s
2026-08-10 20:44:33 +08:00
+1
View File
@@ -11,6 +11,7 @@ export const useSimApi = defineStore('simapi', {
_core: new SimApiCore(),
}),
getters: {
webConfig: state => state._core.webConfig,
IsDebug: state => state._core.isDebug
},
actions: {