修改文档图片url错误
This commit is contained in:
parent
396d7078c0
commit
b6f7ca5072
@ -7,7 +7,7 @@ export default defineConfig({
|
||||
base:"/voerka-i18n/",
|
||||
publicPath:"/voerka-i18n/",
|
||||
mode: 'site',
|
||||
logo: "/images/i18n.png",
|
||||
logo: "images/i18n.png",
|
||||
outputPath:"docs/dist",
|
||||
resolve:{
|
||||
includes:["docs/src"]
|
||||
|
@ -7,63 +7,63 @@ hero:
|
||||
link: https://zhangfisher.github.io/voerka-i18n/voerkai18n/guide/intro/get-started
|
||||
features:
|
||||
- title: 全流程支持
|
||||
icon: /images/flow.png
|
||||
icon: images/flow.png
|
||||
desc: 从文本提取/自动翻译/编译/动态切换的全流程工程化支持,适用于大型项目
|
||||
link:
|
||||
|
||||
- title: 集成自动翻译
|
||||
icon: /images/trans.png
|
||||
icon: images/trans.png
|
||||
desc: 调用在线翻译服务API支持对提取的文本进行自动翻译,大幅度提高工程效率
|
||||
link:
|
||||
|
||||
- title: 符合直觉
|
||||
icon: /images/simple.png
|
||||
icon: images/simple.png
|
||||
desc: 在源码中直接使用符合直觉的翻译形式,不需要绞尽脑汁想种种key
|
||||
link:
|
||||
|
||||
- title: 自动提取文本
|
||||
icon: /images/extract.png
|
||||
icon: images/extract.png
|
||||
desc: 提供扫描提取工具对源码文件中需要翻译的文本进行提取
|
||||
link:
|
||||
|
||||
- title: 适用性
|
||||
icon: /images/all.png
|
||||
icon: images/all.png
|
||||
desc: 支持任意Javascript应用,包括Nodejs/Vue/React/ReactNative等。
|
||||
link:
|
||||
|
||||
- title: 多库联动
|
||||
icon: /images/cooperate.png
|
||||
icon: images/cooperate.png
|
||||
desc: 支持多包工程下多库进行语言切换的联动
|
||||
link:
|
||||
|
||||
- title: 工具链
|
||||
icon: /images/tools.png
|
||||
icon: images/tools.png
|
||||
desc: 提供Vue/React/Babel等扩展插件,简化各种应用开发
|
||||
link:
|
||||
|
||||
- title: 插值变量
|
||||
icon: /images/var.png
|
||||
icon: images/var.png
|
||||
desc: 强大的插值变量机制,能扩展支持复数、日期、货币等灵活强大的多语言特性
|
||||
link:
|
||||
|
||||
|
||||
- title: 语言补丁
|
||||
icon: /images/patch.png
|
||||
icon: images/patch.png
|
||||
desc: 在应用上线后发现错误时可以在线修复
|
||||
link:
|
||||
|
||||
- title: 动态增加语种
|
||||
icon: /images/dadd.png
|
||||
icon: images/dadd.png
|
||||
desc: 可以在应用上线后动态增加语种支持
|
||||
link:
|
||||
|
||||
- title: 一健国际化
|
||||
icon: /images/edit.png
|
||||
icon: images/edit.png
|
||||
desc: 从扫描提取/编译/自动翻译/语言补丁一健国际化
|
||||
link:
|
||||
|
||||
- title: 复数支持
|
||||
icon: /images/n.png
|
||||
icon: images/n.png
|
||||
desc: 灵活而强大的复数机制
|
||||
link:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user