qlin 3c1290fc58
feat: 增加配置控制全局样式加载顺序 (#195)
* docs: remove pwa

* fix: 全局样式覆盖问题

* fix: 修复全局样式加载顺序问题

* chore: 优化代码
2023-06-02 10:59:31 +08:00

56 lines
963 B
TypeScript

import { version } from '../../../../package.json'
export const zh = [
{
text: '指南',
link: '/guide/',
activeMatch: '/guide/'
},
{
text: '编译时配置',
link: '/reference/config/',
},
{
text: 'API',
link: '/reference/api/',
},
{
text: '插件',
link: '/reference/plugin/',
activeMatch: '/plugin/'
},
{
text: 'CLI',
link: '/reference/cli/index.md',
},
{
text: `v${version}`,
items: [
{
text: 'v2.0',
link:
'https://fesjs.mumblefe.cn/2.0/',
},
{
text: 'v1.0',
link: 'https://fesjs.mumblefe.cn/1.0/',
},
],
},
{
text: '了解更多',
items: [
{
text: '更新日志',
link:
'https://github.com/WeBankFinTech/fes.js/blob/master/CHANGELOG.md',
},
{
text: 'fes-design',
link:
'http://fes-design.mumblefe.cn/',
},
],
},
]