This commit is contained in:
li
2026-01-17 19:08:14 +08:00
parent 7073975960
commit 71def0f3c7
1409 changed files with 101928 additions and 43 deletions
+17
View File
@@ -0,0 +1,17 @@
export * from './options/base'
export * from './options/config'
export * from './helpers/utils'
export {
runtimeQuit
} from './app/appPatch'
export {
RouterMount,
createRouter
} from './public/router'
const version = $npm_package_version;
if (/[A-Z]/g.test(version)) {
console.warn(`${$npm_package_name.toLocaleLowerCase()} 提示】:当前版本 ${version.toLocaleLowerCase()} 此版本为测试版。有BUG请退回正式版,线上正式版本:${$npm_package_last_version}`)
}