Skip to content

Commit 36c7c23

Browse files
committed
upd: change ci on push branches
1 parent 33666c9 commit 36c7c23

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Server and Push to Docker Hub
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
jobs:
77
build-and-push:
88
runs-on: ubuntu-latest

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"bwcx",
2222
"vue3",
2323
"vite",
24-
"algobootstrap"
24+
"algobootstrap",
25+
"ssr"
2526
],
2627
"author": {
2728
"name": "sdutacm",
@@ -30,7 +31,7 @@
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",

src/client/modules/home/home-display.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)