mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-26 10:05:57 +08:00
新增 Plus 黑色风格模板
This commit is contained in:
@@ -3,17 +3,14 @@ import {createApp} from 'vue'
|
||||
import ElementPlus from "element-plus"
|
||||
import "element-plus/dist/index.css"
|
||||
import App from './App.vue'
|
||||
import Chat from './views/Chat.vue'
|
||||
import ChatPlus from "@/views/ChatPlus.vue";
|
||||
import NotFound from './views/404.vue'
|
||||
import TestPage from './views/Test.vue'
|
||||
import './utils/prototype'
|
||||
import {Global} from "@/utils/storage";
|
||||
|
||||
Global['Chat'] = Chat
|
||||
|
||||
const routes = [
|
||||
{
|
||||
name: 'home', path: '/', component: Chat, meta: {
|
||||
name: 'chat-plus', path: '/', component: ChatPlus, meta: {
|
||||
title: 'ChatGPT-Plus'
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user