@@ -36,7 +36,7 @@ export default withMermaid(
3636 // https://vitepress.dev/reference/default-theme-config
3737 nav : [
3838 { text : "Home" , link : "/" } ,
39- { text : "Enjoy App" , link : "/enjoy-app/ " , activeMatch : "/enjoy-app/ " } ,
39+ { text : "Enjoy App" , link : "https://enjoy.bot " , target : "_blank " } ,
4040 ] ,
4141
4242 search : {
@@ -372,128 +372,6 @@ export default withMermaid(
372372 { text : "10. 返璞归真" , link : "/self-training/10-going-back" } ,
373373 ] ,
374374 } ,
375- {
376- text : "Enjoy App" ,
377- collapsed : true ,
378- link : `/enjoy-app/` ,
379- items : [
380- {
381- text : "快速开始" ,
382- collapsed : false ,
383- items : [
384- { text : "Enjoy 简介" , link : "/enjoy-app/" } ,
385- { text : "下载安装" , link : "/enjoy-app/install" } ,
386- { text : "软件设置" , link : "/enjoy-app/settings" } ,
387- ] ,
388- } ,
389- {
390- text : "跟读训练" ,
391- collapsed : false ,
392- items : [
393- { text : "音频资源" , link : "/enjoy-app/audios" } ,
394- { text : "视频资源" , link : "/enjoy-app/videos" } ,
395- ] ,
396- } ,
397- {
398- text : "阅读文本" ,
399- collapsed : false ,
400- items : [
401- { text : "在线文章" , link : "/enjoy-app/webpage" } ,
402- { text : "本地电子书" , link : "/enjoy-app/ebook" } ,
403- ] ,
404- } ,
405- {
406- text : "智能助手" ,
407- collapsed : false ,
408- items : [
409- { text : "简介" , link : "/enjoy-app/ai-assistant" } ,
410- { text : "GPT 服务" , link : "/enjoy-app/gpt-conversation" } ,
411- { text : "TTS 服务" , link : "/enjoy-app/tts-conversation" } ,
412- ] ,
413- } ,
414- {
415- text : "其他" ,
416- collapsed : false ,
417- items : [
418- {
419- text : "常见问题" ,
420- link : "/enjoy-app/faq" ,
421- } ,
422- {
423- text : "利用 AI 生成训练材料" ,
424- link : "/enjoy-app/use-case-generate-audio-resources" ,
425- } ,
426- ] ,
427- } ,
428- ] ,
429- } ,
430- ] ,
431-
432- "/enjoy-app/" : [
433- {
434- text : "快速开始" ,
435- collapsed : false ,
436- items : [
437- { text : "Enjoy 简介" , link : "/enjoy-app/" } ,
438- { text : "下载安装" , link : "/enjoy-app/install" } ,
439- { text : "软件设置" , link : "/enjoy-app/settings" } ,
440- { text : "版本更新" , link : "/enjoy-app/changelog" } ,
441- ] ,
442- } ,
443- {
444- text : "跟读训练" ,
445- collapsed : false ,
446- items : [
447- { text : "音频资源" , link : "/enjoy-app/audios" } ,
448- { text : "视频资源" , link : "/enjoy-app/videos" } ,
449- ] ,
450- } ,
451- {
452- text : "聊天" ,
453- collapsed : false ,
454- items : [
455- { text : "简介" , link : "/enjoy-app/chat" } ,
456- { text : "与智能体对话" , link : "/enjoy-app/chat-with-agent" } ,
457- { text : "多个智能体群聊" , link : "/enjoy-app/chat-group" } ,
458- { text : "Copilot" , link : "/enjoy-app/chat-copilot" } ,
459- ] ,
460- } ,
461- {
462- text : "阅读文本" ,
463- collapsed : false ,
464- items : [
465- { text : "简介" , link : "/enjoy-app/document" } ,
466- { text : "本地文档" , link : "/enjoy-app/document-ebook" } ,
467- { text : "在线文章" , link : "/enjoy-app/document-webpage" } ,
468- ] ,
469- } ,
470- {
471- text : "智能助手" ,
472- collapsed : false ,
473- items : [
474- { text : "简介" , link : "/enjoy-app/ai-assistant" } ,
475- { text : "GPT 服务" , link : "/enjoy-app/gpt-conversation" } ,
476- { text : "TTS 服务" , link : "/enjoy-app/tts-conversation" } ,
477- ] ,
478- } ,
479- {
480- text : "其他" ,
481- collapsed : false ,
482- items : [
483- {
484- text : "常见问题" ,
485- link : "/enjoy-app/faq" ,
486- } ,
487- {
488- text : "利用 AI 生成训练材料" ,
489- link : "/enjoy-app/use-case-generate-audio-resources" ,
490- } ,
491- ] ,
492- } ,
493- {
494- text : "返回" ,
495- link : "/intro" ,
496- } ,
497375 ] ,
498376 } ,
499377
0 commit comments