File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " coursebench-frontend" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 1.5 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
Original file line number Diff line number Diff line change 11<template >
22 <footer class =" footer-container" >
3- <v-divider ></v-divider >
4- <div class =" footer-content pt-5" >
3+ <div class =" footer-content" >
54 <div class =" footer-text" >
65 <span class =" copyright" >
76 © ; {{ currentYear }} CourseBench. All rights reserved.
1110 <span v-if =" buildHash" class =" build-hash" >
1211 (Build: {{ buildHash }})
1312 </span >
13+ <a
14+ href =" https://github.com/ShanghaitechGeekPie/coursebench-frontend/releases/latest"
15+ target =" _blank"
16+ rel =" noopener noreferrer"
17+ classname =" inline-link"
18+ >更新日志</a >
1419 <span v-if =" buildDate" class =" build-date" >
15- Last build at : {{ buildDate }}
20+ 构建日期 : {{ buildDate }}
1621 </span >
1722 </span >
1823 </div >
@@ -66,6 +71,9 @@ export default {
6671.version-info {
6772 font-size : 0.8125rem ;
6873 color : rgba (0 , 0 , 0 , 0.5 );
74+ a {
75+ color : inherit ;
76+ }
6977}
7078
7179.build-hash {
You can’t perform that action at this time.
0 commit comments