发布1.1版本

This commit is contained in:
ember 2025-02-02 15:43:57 +08:00
parent 44eb4504e2
commit e7d4e380e6
7 changed files with 11 additions and 11 deletions

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统 - v1.0.2测试版</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.fe988946.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.33ec9b36.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>NEU小站课程评分系统 - v1.1</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.eca6b1f2.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.a76663bd.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but myproject doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

2
dist/js/app.eca6b1f2.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>NEU小站课程评分系统 - v1.0.2测试版</title>
<title>NEU小站课程评分系统 - v1.1</title>
</head>
<body>
<noscript>

View File

@ -30,7 +30,7 @@
<a href="https://www.xn--xhq44jb2fzpc.com/" target="_blank">点此返回NEU小站</a>
</div>
<div class="footer-info">
NEU小站课程评分系统 - v1.0.2 Beta
NEU小站课程评分系统 - v1.1
</div>
</el-menu>
</template>

View File

@ -10,7 +10,7 @@ const routes = [
path: '/',
name: 'home',
meta: {
title: 'NEU小站课程评分系统 - v1.0.2测试版',
title: 'NEU小站课程评分系统 - v1.1',
},
component: HomePage
},
@ -18,7 +18,7 @@ const routes = [
path: '/courses',
name: 'course-list',
meta: {
title: '我的课程 - NEU小站课程评分系统 - v1.0.2测试版',
title: '我的课程 - NEU小站课程评分系统 - v1.1',
},
component: CourseList
},
@ -26,7 +26,7 @@ const routes = [
path: '/rating',
name: 'rating',
meta: {
title: '选修课列表 - NEU小站课程评分系统 - v1.0.2测试版',
title: '选修课列表 - NEU小站课程评分系统 - v1.1',
},
component: RatingPage
},
@ -34,7 +34,7 @@ const routes = [
path: '/ratingforcomp',
name: 'ratingforcomp',
meta: {
title: '必修课列表 - NEU小站课程评分系统 - v1.0.2测试版',
title: '必修课列表 - NEU小站课程评分系统 - v1.1',
},
component: RatingPageforComp
},
@ -42,7 +42,7 @@ const routes = [
path: '/chat',
name: 'chat',
meta: {
title: '我的聊天 - NEU小站课程评分系统 - v1.0.2测试版',
title: '我的聊天 - NEU小站课程评分系统 - v1.1',
},
component: ChatList
}