fix Bug Features CHANGELOG.ms

This commit is contained in:
Ah jung
2021-07-19 16:42:11 +08:00
parent 46dc7eb69e
commit b689fabfdd
148 changed files with 5829 additions and 4268 deletions

View File

@@ -1,8 +1,8 @@
const allModules = import.meta.globEager('./*/index.ts')
const modules = {} as any
Object.keys(allModules).forEach((path) => {
const fileName = path.split('/')[1]
modules[fileName] = allModules[path][fileName] || allModules[path].default || allModules[path]
const fileName = path.split('/')[1]
modules[fileName] = allModules[path][fileName] || allModules[path].default || allModules[path]
})
// export default modules
@@ -12,8 +12,8 @@ import tabsView from './tabs-view'
import lockscreen from './lockscreen'
export default {
asyncRoute,
user,
tabsView,
lockscreen
asyncRoute,
user,
tabsView,
lockscreen
}