add docs metas
This commit is contained in:
parent
60496a64d8
commit
e83f049362
10
.umirc.ts
10
.umirc.ts
@ -12,6 +12,16 @@ export default defineConfig({
|
||||
resolve : {
|
||||
includes:["docs/src"]
|
||||
},
|
||||
metas: [
|
||||
{
|
||||
name: 'keywords',
|
||||
content: 'vue-i18n,i18n,国际化,多语言开发,react-intl,fbt,i18next,kiwi,Lingui,fbt,react-i18next',
|
||||
},
|
||||
{
|
||||
name: 'description',
|
||||
content: 'nodejs/vue/react国际化全流程解决方案',
|
||||
}
|
||||
],
|
||||
locales: [['zh-CN', '中文']],
|
||||
theme:{
|
||||
"@c-heading": "#4569d4"
|
||||
|
Loading…
x
Reference in New Issue
Block a user