更新课程评分底部年份自动化更新
This commit is contained in:
parent
24bac8dc04
commit
435fc0977b
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang="zh-CN"><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小站</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.2ee2935d.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.3fde3208.css" rel="stylesheet"></head><body><noscript><strong>本系统需要JavaScript支持,请启用JavaScript后继续。</strong></noscript><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="zh-CN"><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小站</title><script defer="defer" src="/js/chunk-vendors.3aa9144b.js"></script><script defer="defer" src="/js/app.d45973bd.js"></script><link href="/css/chunk-vendors.f2db5e15.css" rel="stylesheet"><link href="/css/app.7b1c425b.css" rel="stylesheet"></head><body><noscript><strong>本系统需要JavaScript支持,请启用JavaScript后继续。</strong></noscript><div id="app"></div></body></html>
|
||||
2
dist/js/app.2ee2935d.js
vendored
2
dist/js/app.2ee2935d.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/app.d45973bd.js
vendored
Normal file
2
dist/js/app.d45973bd.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -77,7 +77,7 @@
|
||||
</template>
|
||||
</div>
|
||||
<div class="mobile-footer">
|
||||
© 2025 <a href="https://www.xn--xhq44jb2fzpc.com" target="_blank" style="color: inherit; text-decoration: none;">NEU小站</a>
|
||||
© 2024-{{ currentYear }} <a href="https://www.xn--xhq44jb2fzpc.com" target="_blank" style="color: inherit; text-decoration: none;">NEU小站</a>
|
||||
</div>
|
||||
</div>
|
||||
</transition>
|
||||
@ -90,6 +90,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
isMenuOpen: false,
|
||||
currentYear: new Date().getFullYear(),
|
||||
menuItems: [
|
||||
{ label: '使用必看', path: '/', name: 'home' },
|
||||
{ label: '选修课评分', path: '/rating', name: 'rating' },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user