Skip to content

Commit 5ab8794

Browse files
committed
fix(sponsors): fix QingCloud name and link
Also rename /sponsoring to /sponsors, /fund to /crowdsourcing.
1 parent 39970d2 commit 5ab8794

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/pages/sponsoring/Index.vue src/pages/sponsors/Index.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ const sponsorList = ref([
172172
img: "ossplanet",
173173
},
174174
{
175-
name: "QingCloud",
176-
web: "https://ossplanet.net/",
175+
name: "青云 QingCloud",
176+
web: "https://www.qingcloud.com/",
177177
img: "qingcloud",
178178
},
179179
{

src/router.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import L10n from './pages/l10n/Index.vue'
1717
import Contact from './pages/contact/Index.vue'
1818
import Gallery from './pages/gallery/Index.vue'
1919
import Guidelines from './pages/guidelines/Index.vue'
20-
import Sponsoring from './pages/sponsoring/Index.vue'
21-
import Fund from './pages/fund/Index.vue'
20+
import Sponsors from './pages/sponsors/Index.vue'
21+
import Crowdsourcing from './pages/crowdsourcing/Index.vue'
2222
import News from './pages/news/Index.vue'
2323
import NewsList from './pages/news/List.vue'
2424
import NewsDetail from './pages/news/Detail.vue'
@@ -150,16 +150,16 @@ const router = createRouter({
150150
title: '人际关系准则'
151151
}
152152
}, {
153-
path: '/sponsoring',
154-
name: 'sponsoring',
155-
component: Sponsoring,
153+
path: '/sponsors',
154+
name: 'sponsors',
155+
component: Sponsors,
156156
meta: {
157157
title: '赞助方一览'
158158
}
159159
}, {
160-
path: '/fund',
161-
name: 'fund',
162-
component: Fund,
160+
path: '/crowdsourcing',
161+
name: 'crowdsourcing',
162+
component: Crowdsourcing,
163163
meta: {
164164
title: '社区众筹'
165165
}

0 commit comments

Comments
 (0)