- Created package.json for Docus with necessary scripts and dependencies. - Implemented sync-docus-docs.mjs to automate the generation of documentation files from source markdown. - Defined mappings for generated pages and virtual routes to ensure proper linking in documentation. - Added static content files for the documentation structure, including navigation and index pages.
2 lines
1.5 KiB
JavaScript
2 lines
1.5 KiB
JavaScript
const o={or:"或",error:{title:"页面未找到",description:"很抱歉,您访问的页面未找到。"}},a={copy:{page:"复制页面",link:"复制页面(Markdown)",view:"以 Markdown 格式查看",gpt:"在 ChatGPT 中打开",claude:"在 Claude 中打开"},links:"社区",toc:"在此页面上",menu:"菜单",report:"提交问题报告",edit:"编辑此页面"},e={copyLogo:"复制图标",copyWordmark:"复制文字标识",downloadLogo:"下载图标",downloadWordmark:"下载文字标识",brandAssets:"品牌资源",logoCopied:"图标已复制",wordmarkCopied:"文字标识已复制",logoDownloaded:"图标已下载",wordmarkDownloaded:"文字标识已下载",copyLogoFailed:"复制图标失败",copyWordmarkFailed:"复制文字标识失败"},n={title:"询问人工智能",placeholder:"问一个问题...",tooltip:"问人工智能一个问题",tryAsking:"尝试提问",askAnything:"想问什么都可以...",clearChat:"清除聊天内容",close:"关闭",expand:"展开",collapse:"崩溃",thinking:"想着……",askMeAnything:"询问任何事情",askMeAnythingDescription:"获取浏览文档、理解概念和寻找答案的帮助。",faq:"常见问题解答",chatCleared:"刷新时聊天会被清除",lineBreak:"换行符",explainWithAi:"用AI解释",toolListPages:"列出的文档页面",toolReadPage:"阅读",loading:{searching:"搜索文档",reading:"通读文档",analyzing:"分析内容",finding:"寻找最佳答案",finished:"使用的来源"}},i={common:o,docs:a,logo:e,assistant:n};export{n as assistant,o as common,i as default,a as docs,e as logo};
|