xmoj-script 1.1.1

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.
Files changed (78) hide show
  1. package/.github/.config.yml +21 -0
  2. package/.github/ISSUE_TEMPLATE/bug.yml +30 -0
  3. package/.github/ISSUE_TEMPLATE/config.yml +5 -0
  4. package/.github/ISSUE_TEMPLATE/docs.yml +25 -0
  5. package/.github/ISSUE_TEMPLATE/feature.yml +25 -0
  6. package/.github/dependabot.yml +12 -0
  7. package/.github/labeler.yml +12 -0
  8. package/.github/pull_request_template.md +10 -0
  9. package/.github/workflows/AutoLabelIssue.yml +24 -0
  10. package/.github/workflows/AutoLablePR.yml +23 -0
  11. package/.github/workflows/CodeQL.yml +29 -0
  12. package/.github/workflows/Daily.yml +23 -0
  13. package/.github/workflows/DependencyScan.yml +13 -0
  14. package/.github/workflows/Prerelease.yml +43 -0
  15. package/.github/workflows/Release.yml +45 -0
  16. package/.github/workflows/UpdateToRelease.yml +30 -0
  17. package/.github/workflows/UpdateVersion.yml +26 -0
  18. package/.gitmodules +3 -0
  19. package/.vscode/settings.json +148 -0
  20. package/404.html +362 -0
  21. package/AddonScript.js +10 -0
  22. package/CNAME +1 -0
  23. package/CODE_OF_CONDUCT.md +218 -0
  24. package/Compare.md +21 -0
  25. package/Images/1.png +0 -0
  26. package/Images/10.png +0 -0
  27. package/Images/11.png +0 -0
  28. package/Images/12.png +0 -0
  29. package/Images/13.png +0 -0
  30. package/Images/14.png +0 -0
  31. package/Images/15.png +0 -0
  32. package/Images/16.png +0 -0
  33. package/Images/17.png +0 -0
  34. package/Images/2.png +0 -0
  35. package/Images/3.png +0 -0
  36. package/Images/4.png +0 -0
  37. package/Images/5.png +0 -0
  38. package/Images/6.png +0 -0
  39. package/Images/7.png +0 -0
  40. package/Images/8.png +0 -0
  41. package/Images/9.png +0 -0
  42. package/LICENSE +674 -0
  43. package/README.md +86 -0
  44. package/SECURITY.md +12 -0
  45. package/Update/AutoLabel.js +179 -0
  46. package/Update/GetVersion.js +20 -0
  47. package/Update/UpdateToRelease.js +73 -0
  48. package/Update/UpdateVersion.js +80 -0
  49. package/Update/package.json +7 -0
  50. package/Update.json +702 -0
  51. package/XMOJ.png +0 -0
  52. package/XMOJ.user.js +4490 -0
  53. package/backend/.github/.config.yml +21 -0
  54. package/backend/.github/ISSUE_TEMPLATE/bug.yml +30 -0
  55. package/backend/.github/ISSUE_TEMPLATE/config.yml +5 -0
  56. package/backend/.github/ISSUE_TEMPLATE/feature.yml +25 -0
  57. package/backend/.github/dependabot.yml +12 -0
  58. package/backend/.github/labeler.yml +14 -0
  59. package/backend/LICENSE +661 -0
  60. package/backend/README.md +3 -0
  61. package/backend/Source/BBSSpider.js +50 -0
  62. package/backend/Source/Database.ts +188 -0
  63. package/backend/Source/Initial.sql +95 -0
  64. package/backend/Source/Output.ts +14 -0
  65. package/backend/Source/Process.ts +1227 -0
  66. package/backend/Source/Result.ts +24 -0
  67. package/backend/Source/XMOJ-bbs.code-workspace +11 -0
  68. package/backend/Source/index.ts +31 -0
  69. package/backend/bun.lockb +0 -0
  70. package/backend/package.json +19 -0
  71. package/backend/wrangler.toml +17 -0
  72. package/eula.md +121 -0
  73. package/favicon.ico +0 -0
  74. package/index.html +947 -0
  75. package/package.json +22 -0
  76. package/robots.txt +2 -0
  77. package/sitemap-live/0.xml +26 -0
  78. package/sitemap.xml +6 -0
@@ -0,0 +1,21 @@
1
+ # Configuration for welcome - https://github.com/XMOJ-Script-dev
2
+
3
+ # Configuration for new-issue-welcome - https://github.com/XMOJ-Script-dev
4
+
5
+ # Comment to be posted to on first time issues
6
+ newIssueWelcomeComment: >
7
+ Thanks for opening your first issue here! 欢迎你第一次来到这里开Issue!
8
+
9
+ # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
10
+
11
+ # Comment to be posted to on PRs from first time contributors in your repository
12
+ newPRWelcomeComment: >
13
+ Thanks for opening this pull request! Please check out our contributing guidelines. 欢迎你像我们做出贡献!
14
+
15
+ # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
16
+
17
+ # Comment to be posted to on pull requests merged by a first time user
18
+ firstPRMergeComment: >
19
+ Congrats on merging your first pull request! We here at behaviorbot are proud of you! 哇!你的PR审核通过了!祝贺你!
20
+
21
+ # It is recommended to include as many gifs and emojis as possible!
@@ -0,0 +1,30 @@
1
+ name: 综合 Bug 反馈
2
+ description: 有功能有问题
3
+ labels: bug, needs-triage
4
+ # assignees: PythonSmall-Q, boomzero, shihongxi
5
+ title: "[Bug]"
6
+ body:
7
+ - type: checkboxes
8
+ attributes:
9
+ label: 检查项
10
+ description: 请逐个检查下列项目,并勾选确认。
11
+ options:
12
+ - label: 我已确认了XMOJ增强脚本已为最新版,且最新版未修复这个 Bug 。
13
+ required: true
14
+ - label: 我已在 [Issues 页面](https://github.com/XMOJ-Script-dev/XMOJ-Script/issues) 中搜索,确认了这一 Bug 未被提交过。
15
+ required: true
16
+ - type: textarea
17
+ attributes:
18
+ label: 描述
19
+ description: 详细描述该 Bug 的具体表现。
20
+ validations:
21
+ required: true
22
+ - type: textarea
23
+ attributes:
24
+ label: 重现步骤
25
+ description: 详细描述要怎么操作才能再次触发这个 Bug 。
26
+ - type: textarea
27
+ attributes:
28
+ label: 控制台错误信息
29
+ description: 粘贴控制台错误信息,如果没有错误请忽略
30
+ placeholder: 请按F12并选择控制台/Console,并将其中的错误信息粘贴至此处
@@ -0,0 +1,5 @@
1
+ blank_issues_enabled: false
2
+ contact_links:
3
+ - name: 提问
4
+ url: https://github.com/XMOJ-Script-dev/XMOJ-Script/discussions/categories/q-a
5
+ about: 我不想提交反馈,只是想问一些问题
@@ -0,0 +1,25 @@
1
+ name: 帮助文档反馈
2
+ description: 帮助文档有问题
3
+ labels: docs, needs-triage
4
+ assignees: PythonSmall-Q
5
+ title: "[Docs]"
6
+ body:
7
+ - type: checkboxes
8
+ attributes:
9
+ label: 检查项
10
+ description: 请逐个检查下列项目,并勾选确认。
11
+ options:
12
+ - label: 我已确认了帮助文档已为最新版,且最新版未修复这个 Bug 。
13
+ required: true
14
+ - label: 我已在 [Issues 页面](https://github.com/XMOJ-Script-dev/XMOJ-Script/issues) 中搜索,确认了这一 Bug 未被提交过。
15
+ required: true
16
+ - type: textarea
17
+ attributes:
18
+ label: 描述
19
+ description: 详细描述该 问题 的具体表现。
20
+ validations:
21
+ required: true
22
+ - type: textarea
23
+ attributes:
24
+ label: 修改建议
25
+ description: 详细描述要怎么修改
@@ -0,0 +1,25 @@
1
+ name: 新功能提案
2
+ description: 对已有功能的大幅度修改,或添加一个新内容或选项
3
+ labels: enhancement, needs-triage
4
+ #assignees: PythonSmall-Q, boomzero, shihongxi
5
+ title: "[Feature Request]"
6
+ body:
7
+ - type: checkboxes
8
+ attributes:
9
+ label: 检查项
10
+ description: 请逐个检查下列项目,并勾选确认。
11
+ options:
12
+ - label: 我已确认了XMOJ增强脚本已为最新版,且最新版未实现这一功能。
13
+ required: true
14
+ - label: 我已在 [Issues 页面](https://github.com/XMOJ-Script-dev/XMOJ-Script/issues) 中搜索,确认了这一提案未被提交过。
15
+ required: true
16
+ - type: textarea
17
+ attributes:
18
+ label: 描述
19
+ description: 详细描述你想添加的功能具体是怎样的。
20
+ validations:
21
+ required: true
22
+ - type: textarea
23
+ attributes:
24
+ label: 原因
25
+ description: 详细描述你为什么需要这项功能。
@@ -0,0 +1,12 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/Server"
5
+ target-branch: "dev"
6
+ schedule:
7
+ interval: "weekly"
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ target-branch: "dev"
11
+ schedule:
12
+ interval: "weekly"
@@ -0,0 +1,12 @@
1
+ user-script:
2
+ - XMOJ.user.js
3
+ website:
4
+ - index.html
5
+ - robots.txt
6
+ - '*.html'
7
+ update-script:
8
+ - Update/**
9
+ GitHub-related:
10
+ - '.github/**'
11
+ addon-script:
12
+ - AddonScript.js
@@ -0,0 +1,10 @@
1
+ - [ ] 我已认真阅读贡献指南 (contributing guidelines) 和社区公约 (code of conduct),并遵循了如何参与页及格式手册页的相应规范。
2
+
3
+ <!--
4
+ 这是 Pull Request 的描述页面,可拖动输入框右下角调节大小。尽管按下绿色按钮提交后,您仍可以对描述进行修改,但还请您先阅读以下注意事项。
5
+ - 请不要删去本区域文字,或在此修改内容,因为本区域作为注释内容是不可见的。你应该点击 Preview 查看描述页效果。
6
+ - 请勾选输入框外的 `Allow edits from maintainers` 的候选框(机器人需要修正格式),并通过蓝色高亮链接阅读、理解了指南和公约后,将上述 [ ] 替换为 [x]。
7
+ - 若本 Pull Request 能够完全解决某个 Issue,请将该 Pull Request 与对应的 Issue 链接起来,具体做法请参见 <https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue>。
8
+ - 请对照规范页面,检查 Commit 信息、PR 标题和下方 Compare 页面,例如:
9
+ - 您的修改是否波及到了其他文件,是否发生了意图之外的文件名修改(这在您启用了翻译软件的情况下较为常见),是否引入了无关文件。
10
+ -->
@@ -0,0 +1,24 @@
1
+ name: AutoLabelIssue
2
+ on:
3
+ issue_comment:
4
+ types:
5
+ - created
6
+ - edited
7
+ jobs:
8
+ AutoLabel:
9
+ runs-on: ubuntu-latest
10
+ steps:
11
+ - name: Checkout
12
+ uses: actions/checkout@v4
13
+ with:
14
+ fetch-depth: 0
15
+ - name: Generate a token
16
+ id: generate_token
17
+ uses: actions/create-github-app-token@v1
18
+ with:
19
+ app-id: ${{ secrets.APP_ID }}
20
+ private-key: ${{ secrets.APP_PRIVATE_KEY }}
21
+ - run: |
22
+ cd ./Update
23
+ npm install
24
+ node ./AutoLabel.js ${{ steps.generate_token.outputs.token }}
@@ -0,0 +1,23 @@
1
+ name: AutoLabelPR
2
+ on:
3
+ pull_request:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ - synchronize
8
+ jobs:
9
+ AutoLabelPR:
10
+ permissions:
11
+ pull-requests: write
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - name: Generate a token
15
+ id: generate_token
16
+ uses: actions/create-github-app-token@v1
17
+ with:
18
+ app-id: ${{ secrets.APP_ID }}
19
+ private-key: ${{ secrets.APP_PRIVATE_KEY }}
20
+ - uses: actions/labeler@v4
21
+ with:
22
+ repo-token: ${{ steps.generate_token.outputs.token }}
23
+ dot: true
@@ -0,0 +1,29 @@
1
+ name: CodeQL
2
+ on:
3
+ push:
4
+ branches:
5
+ - master
6
+ - dev
7
+ pull_request:
8
+ branches:
9
+ - master
10
+ - dev
11
+ jobs:
12
+ CodeQL:
13
+ runs-on: 'ubuntu-latest'
14
+ timeout-minutes: 360
15
+ permissions:
16
+ actions: read
17
+ contents: read
18
+ security-events: write
19
+ strategy:
20
+ fail-fast: false
21
+ steps:
22
+ - uses: actions/checkout@v4
23
+ - uses: github/codeql-action/init@v2
24
+ with:
25
+ languages: "javascript"
26
+ - uses: github/codeql-action/autobuild@v2
27
+ - uses: github/codeql-action/analyze@v2
28
+ with:
29
+ category: "/language:javascript"
@@ -0,0 +1,23 @@
1
+ name: Daily
2
+ on:
3
+ schedule:
4
+ - cron: 0 0 * * *
5
+ workflow_dispatch:
6
+ jobs:
7
+ Stale:
8
+ runs-on: ubuntu-latest
9
+ permissions:
10
+ issues: write
11
+ pull-requests: write
12
+ steps:
13
+ - name: Generate a token
14
+ id: generate_token
15
+ uses: actions/create-github-app-token@v1
16
+ with:
17
+ app-id: ${{ secrets.APP_ID }}
18
+ private-key: ${{ secrets.APP_PRIVATE_KEY }}
19
+ - uses: actions/stale@v8
20
+ with:
21
+ repo-token: ${{ steps.generate_token.outputs.token }}
22
+ days-before-stale: 7
23
+ exempt-issue-labels: frozen
@@ -0,0 +1,13 @@
1
+ name: DependencyScan
2
+ on:
3
+ pull_request:
4
+ types:
5
+ - opened
6
+ permissions:
7
+ contents: read
8
+ jobs:
9
+ dependency-review:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ - uses: actions/dependency-review-action@v3
@@ -0,0 +1,43 @@
1
+ name: Prerelease
2
+ on:
3
+ push:
4
+ branches:
5
+ - dev
6
+ paths:
7
+ - XMOJ.user.js
8
+ workflow_dispatch:
9
+ jobs:
10
+ Prerelease:
11
+ runs-on: ubuntu-latest
12
+ permissions: write-all
13
+ steps:
14
+ - name: Generate a token
15
+ id: generate_token
16
+ uses: actions/create-github-app-token@v1
17
+ with:
18
+ app-id: ${{ secrets.APP_ID }}
19
+ private-key: ${{ secrets.APP_PRIVATE_KEY }}
20
+ - uses: actions/checkout@v4
21
+ with:
22
+ fetch-depth: 0
23
+ - name: Get version
24
+ env:
25
+ GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
26
+ id: get_version
27
+ run: node ./Update/GetVersion.js
28
+ - id: create_release
29
+ uses: softprops/action-gh-release@v1
30
+ env:
31
+ GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
32
+ with:
33
+ tag_name: ${{ steps.get_version.outputs.version }}
34
+ generate_release_notes: true
35
+ draft: false
36
+ prerelease: true
37
+ files: XMOJ.user.js
38
+ target_commitish: ${{ github.sha }}
39
+ - uses: actions/configure-pages@v3
40
+ - uses: actions/upload-pages-artifact@v2
41
+ with:
42
+ path: .
43
+ - uses: actions/deploy-pages@v2
@@ -0,0 +1,45 @@
1
+ name: Release
2
+ on:
3
+ push:
4
+ branches:
5
+ - master
6
+ paths:
7
+ - XMOJ.user.js
8
+ jobs:
9
+ Release:
10
+ runs-on: ubuntu-latest
11
+ permissions: write-all
12
+ steps:
13
+ - name: Generate a token
14
+ id: generate_token
15
+ uses: actions/create-github-app-token@v1
16
+ with:
17
+ app-id: ${{ secrets.APP_ID }}
18
+ private-key: ${{ secrets.APP_PRIVATE_KEY }}
19
+ - uses: actions/checkout@v4
20
+ with:
21
+ fetch-depth: 0
22
+ - name: Get version
23
+ id: get_version
24
+ run: node ./Update/GetVersion.js
25
+ - id: create_release
26
+ uses: softprops/action-gh-release@v1
27
+ env:
28
+ GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
29
+ with:
30
+ tag_name: ${{ steps.get_version.outputs.version }}
31
+ generate_release_notes: true
32
+ draft: false
33
+ prerelease: false
34
+ files: XMOJ.user.js
35
+ - uses: cloudflare/pages-action@v1
36
+ with:
37
+ apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
38
+ accountId: 89969bdf9d5ab8202f8ad8b8ae2c40b8
39
+ projectName: xmoj-script
40
+ directory: .
41
+ - uses: actions/configure-pages@v3
42
+ - uses: actions/upload-pages-artifact@v2
43
+ with:
44
+ path: .
45
+ - uses: actions/deploy-pages@v2
@@ -0,0 +1,30 @@
1
+ name: UpdateToRelease
2
+ on:
3
+ pull_request:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ - synchronize
8
+ branches:
9
+ - master
10
+ jobs:
11
+ UpdateToRelease:
12
+ runs-on: ubuntu-latest
13
+ permissions:
14
+ pull-requests: write
15
+ contents: write
16
+ steps:
17
+ - uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 0
20
+ - name: Update to release
21
+ run: |
22
+ if [[ ${{ github.event.pull_request.head.ref }} != dev && $(git diff --name-only HEAD HEAD~1) == *XMOJ.user.js* ]]; then
23
+ echo Closing PR
24
+ gh pr comment ${{ github.event.pull_request.number }} --body "请向\`dev\`分支提交pull request, 本pull request将被自动关闭"
25
+ gh pr close ${{ github.event.pull_request.number }}
26
+ else
27
+ node ./Update/UpdateToRelease.js ${{ secrets.GITHUB_TOKEN }} ${{ github.event.number }}
28
+ fi
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -0,0 +1,26 @@
1
+ name: UpdateVersion
2
+ on:
3
+ pull_request:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ - synchronize
8
+ - edited
9
+ branches:
10
+ - dev
11
+ jobs:
12
+ UpdateVersion:
13
+ permissions:
14
+ pull-requests: write
15
+ contents: write
16
+ runs-on: ubuntu-latest
17
+ steps:
18
+ - name: Generate a token
19
+ id: generate_token
20
+ uses: actions/create-github-app-token@v1
21
+ with:
22
+ app-id: ${{ secrets.APP_ID }}
23
+ private-key: ${{ secrets.APP_PRIVATE_KEY }}
24
+ - uses: actions/checkout@v4
25
+ - name: Update version
26
+ run: node ./Update/UpdateVersion.js ${{ steps.generate_token.outputs.token }} ${{ github.event.number }} "${{ github.event.pull_request.title }}"
package/.gitmodules ADDED
@@ -0,0 +1,3 @@
1
+ [submodule "backend"]
2
+ path = backend
3
+ url = https://github.com/XMOJ-Script-dev/XMOJ-bbs
@@ -0,0 +1,148 @@
1
+ {
2
+ "github-actions.workflows.pinned.workflows": [],
3
+ "cSpell.words": [
4
+ "AAAAAAAI",
5
+ "aliyuncs",
6
+ "apos",
7
+ "Arround",
8
+ "chenlangning",
9
+ "chensiru",
10
+ "chentianle",
11
+ "chenxuanhe",
12
+ "chenzecong",
13
+ "chenzerui",
14
+ "colspan",
15
+ "comparesource",
16
+ "Consolas",
17
+ "contestrank",
18
+ "conteststatistics",
19
+ "danwenxiao",
20
+ "darcula",
21
+ "dongminghui",
22
+ "emsp",
23
+ "freopen",
24
+ "gaochenming",
25
+ "gaolaoshi",
26
+ "Geany",
27
+ "guoqingtong",
28
+ "guoruiqun",
29
+ "guyuchen",
30
+ "hanjialin",
31
+ "hanshujian",
32
+ "heshuhan",
33
+ "hexinyi",
34
+ "huangkai",
35
+ "huangmingxuan",
36
+ "huangruina",
37
+ "huangwei",
38
+ "huyiyang",
39
+ "ignorews",
40
+ "jiangxingyu",
41
+ "jingtaiyu",
42
+ "jinweizhe",
43
+ "jresult",
44
+ "laquo",
45
+ "leijiahan",
46
+ "leiwenda",
47
+ "lianzhongzhe",
48
+ "liaoyanxu",
49
+ "lingzixiang",
50
+ "linziyi",
51
+ "liujianhao",
52
+ "liujiankun",
53
+ "liuxianyong",
54
+ "liuxixian",
55
+ "liyihan",
56
+ "loginpage",
57
+ "lostpassword",
58
+ "luojinyang",
59
+ "lutianfeng",
60
+ "meitianyi",
61
+ "modifypage",
62
+ "newpost",
63
+ "nowdate",
64
+ "panyinliang",
65
+ "pengyixuan",
66
+ "PHPSESSID",
67
+ "problemset",
68
+ "problemstatus",
69
+ "progressbar",
70
+ "putong",
71
+ "qianqingyuan",
72
+ "qidekai",
73
+ "raquo",
74
+ "reinfo",
75
+ "remoteip",
76
+ "sampledata",
77
+ "SAXKD",
78
+ "shanwenxiao",
79
+ "shenxichen",
80
+ "shihongxi",
81
+ "shimufan",
82
+ "shiyichen",
83
+ "shiyunhao",
84
+ "showsource",
85
+ "shuxinmo",
86
+ "simform",
87
+ "submitpage",
88
+ "suiruochen",
89
+ "sunyihan",
90
+ "sunyimiao",
91
+ "syntaxhighlighter",
92
+ "tangchao",
93
+ "tangyuhan",
94
+ "tanhaoxuan",
95
+ "taoxianyu",
96
+ "USACO",
97
+ "wangkangming",
98
+ "wangminghao",
99
+ "wangmingshuo",
100
+ "wangpengyu",
101
+ "wangsiyuan",
102
+ "wangtianqi",
103
+ "wangyuancheng",
104
+ "wangzetong",
105
+ "wanxinlian",
106
+ "wensiyi",
107
+ "wujinhong",
108
+ "wurunze",
109
+ "wuyukai",
110
+ "xiangjicheng",
111
+ "xiaoguanxun",
112
+ "xiaojiasheng",
113
+ "xiaruicheng",
114
+ "xiaweimin",
115
+ "xiaxuran",
116
+ "xiebingxiu",
117
+ "xieliren",
118
+ "xinyihan",
119
+ "xmlhttp",
120
+ "XMOJ",
121
+ "xuconghan",
122
+ "xukan",
123
+ "xuweiyi",
124
+ "yanghaochen",
125
+ "yezijiong",
126
+ "youzhouhang",
127
+ "yuanruiqing",
128
+ "yutingjun",
129
+ "zhangchenming",
130
+ "zhangqiuze",
131
+ "zhangshuxuan",
132
+ "zhangwenda",
133
+ "zhangyifu",
134
+ "zhangyouheng",
135
+ "zhaochenshen",
136
+ "zhaochenwei",
137
+ "zhengyinan",
138
+ "zhonghongyi",
139
+ "zhoujunyu",
140
+ "zhouziyi",
141
+ "zhouziyou",
142
+ "zhuchenrui",
143
+ "zhuruichen",
144
+ "zhuxule",
145
+ "zhuyikun",
146
+ "zhuyiyang"
147
+ ]
148
+ }