@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-ui",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "JX3BOX Vue3 UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  </a>
31
31
  <a
32
32
  class="text-gray-500 transition-colors hover:text-white"
33
- href="https://www.jx3box.com/dashboard/feedback"
33
+ href="/dashboard/feedback"
34
34
  target="_blank"
35
35
  rel="noopener noreferrer"
36
36
  >
@@ -32,21 +32,21 @@ export default {
32
32
  data: function () {
33
33
  return {
34
34
  aboutLinks: [
35
- { key: "teamMembers", name: "团队成员", href: "https://www.jx3box.com/about/" },
36
- { key: "joinUs", name: "加入我们", href: "https://www.jx3box.com/notice/21899" },
37
- { key: "devDocs", name: "开发文档", href: "https://www.jx3box.com/tool?subtype=4" },
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: "https://www.jx3box.com/about/license" },
42
- { key: "creatorTreaty", name: "创作公约", href: "https://www.jx3box.com/about/treaty" },
43
- { key: "privacyPolicy", name: "隐私政策", href: "https://www.jx3box.com/about/privacy" },
44
- { key: "creatorIncentives", name: "创作激励", href: "https://www.jx3box.com/about/incentives" },
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: "https://www.jx3box.com/topic" },
48
- { key: "eventCenter", name: "活动中心", href: "https://www.jx3box.com/event" },
49
- { key: "siteMap", name: "全站地图", href: "https://www.jx3box.com/app/" },
47
+ { key: "gameVersion", name: "游戏版本", href: "/topic" },
48
+ { key: "eventCenter", name: "活动中心", href: "/event" },
49
+ { key: "siteMap", name: "全站地图", href: "/app/" },
50
50
  ],
51
51
  };
52
52
  },