mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
docs: remove pwa
This commit is contained in:
parent
4b2689c5eb
commit
df999439c1
@ -5,8 +5,7 @@ import { withPwa } from '@vite-pwa/vitepress';
|
||||
import { navbar, sidebar } from './configs';
|
||||
|
||||
const BASE_URL = process.env.BASE ? `/${process.env.BASE}/` : '/';
|
||||
export default withPwa(
|
||||
defineConfig({
|
||||
export default defineConfig({
|
||||
base: BASE_URL,
|
||||
title: 'Fes.js',
|
||||
description: '一个好用的前端应用解决方案',
|
||||
@ -45,6 +44,4 @@ export default withPwa(
|
||||
},
|
||||
},
|
||||
|
||||
pwa: {},
|
||||
}),
|
||||
);
|
||||
});
|
@ -29,11 +29,11 @@ export const zh = [
|
||||
{
|
||||
text: 'v2.0',
|
||||
link:
|
||||
'https://fesjs.mumblefe.cn/2.0',
|
||||
'https://fesjs.mumblefe.cn/2.0/',
|
||||
},
|
||||
{
|
||||
text: 'v1.0',
|
||||
link: 'https://fesjs.mumblefe.cn/1.0',
|
||||
link: 'https://fesjs.mumblefe.cn/1.0/',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user