File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build Server and Push to Docker Hub
22on :
33 push :
44 branches :
5- - master
5+ - main
66jobs :
77 build-and-push :
88 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2121 " bwcx" ,
2222 " vue3" ,
2323 " vite" ,
24- " algobootstrap"
24+ " algobootstrap" ,
25+ " ssr"
2526 ],
2627 "author" : {
2728 "name" : " sdutacm" ,
3031 "license" : " MIT" ,
3132 "repository" : {
3233 "type" : " git" ,
33- "url" : " git+https://github.com/bwcxjs/bwcx-vue3-ssr-template .git"
34+ "url" : " git+https://github.com/algoux/algo-bootstrap .git"
3435 },
3536 "dependencies" : {
3637 "@element-plus/icons-vue" : " ^2.3.2" ,
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ export default class HomeDisplay extends Vue {
200200 <div class =" content-main-tools" v-if =" !isMobile" >
201201 <p v-if =" isSupportedPlatform" >版本 {{ version }},发布于 {{ releasesTime }}</p >
202202 <p >访问 <a :href =" getLinks().algoUX" target =" _blank" >algoUX</a >,探索更多编程与算竞工具链产品</p >
203- <p ><a :href =" getLinks().oldWebsite" class =" old-web" target =" _blank" >旧版网站</a ></p >
203+ <p >访问 <a :href =" getLinks().oldWebsite" class =" old-web" target =" _blank" >旧版网站</a ></p >
204204 </div >
205205 </main >
206206 <svg
You can’t perform that action at this time.
0 commit comments