@jx3box/jx3box-ui 2.2.3 → 2.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/footer/copyright.vue +1 -1
- package/src/footer/links.vue +10 -10
package/package.json
CHANGED
package/src/footer/copyright.vue
CHANGED
package/src/footer/links.vue
CHANGED
|
@@ -32,21 +32,21 @@ export default {
|
|
|
32
32
|
data: function () {
|
|
33
33
|
return {
|
|
34
34
|
aboutLinks: [
|
|
35
|
-
{ key: "teamMembers", name: "团队成员", href: "
|
|
36
|
-
{ key: "joinUs", name: "加入我们", href: "
|
|
37
|
-
{ key: "devDocs", name: "开发文档", href: "
|
|
35
|
+
{ key: "teamMembers", name: "团队成员", href: "/about/" },
|
|
36
|
+
{ key: "joinUs", name: "加入我们", href: "/notice/21899" },
|
|
37
|
+
{ key: "devDocs", name: "开发文档", href: "/tool?subtype=4" },
|
|
38
38
|
{ key: "codeRepo", name: "代码仓库", href: "https://github.com/JX3BOX" },
|
|
39
39
|
],
|
|
40
40
|
legalLinks: [
|
|
41
|
-
{ key: "userAgreement", name: "用户协议", href: "
|
|
42
|
-
{ key: "creatorTreaty", name: "创作公约", href: "
|
|
43
|
-
{ key: "privacyPolicy", name: "隐私政策", href: "
|
|
44
|
-
{ key: "creatorIncentives", name: "创作激励", href: "
|
|
41
|
+
{ key: "userAgreement", name: "用户协议", href: "/about/license" },
|
|
42
|
+
{ key: "creatorTreaty", name: "创作公约", href: "/about/treaty" },
|
|
43
|
+
{ key: "privacyPolicy", name: "隐私政策", href: "/about/privacy" },
|
|
44
|
+
{ key: "creatorIncentives", name: "创作激励", href: "/about/incentives" },
|
|
45
45
|
],
|
|
46
46
|
extraLinks: [
|
|
47
|
-
{ key: "gameVersion", name: "游戏版本", href: "
|
|
48
|
-
{ key: "eventCenter", name: "活动中心", href: "
|
|
49
|
-
{ key: "siteMap", name: "全站地图", href: "
|
|
47
|
+
{ key: "gameVersion", name: "游戏版本", href: "/topic" },
|
|
48
|
+
{ key: "eventCenter", name: "活动中心", href: "/event" },
|
|
49
|
+
{ key: "siteMap", name: "全站地图", href: "/app/" },
|
|
50
50
|
],
|
|
51
51
|
};
|
|
52
52
|
},
|