mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 18:15:57 +08:00
实现 markdown 代码解析和自动高亮
This commit is contained in:
@@ -5,6 +5,7 @@ import "element-plus/dist/index.css"
|
||||
import App from './App.vue'
|
||||
import Chat from './views/Chat.vue'
|
||||
import NotFound from './views/404.vue'
|
||||
import TestPage from './views/Test.vue'
|
||||
import './utils/prototype'
|
||||
import "./assets/css/bootstrap.min.css"
|
||||
import {Global} from "@/utils/storage";
|
||||
@@ -14,7 +15,12 @@ Global['Chat'] = Chat
|
||||
const routes = [
|
||||
{
|
||||
name: 'home', path: '/', component: Chat, meta: {
|
||||
title: 'ChatGPT-Console'
|
||||
title: 'WeChat-GPT'
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'test', path: '/test', component: TestPage, meta: {
|
||||
title: '测试页面'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user