southnote-sdk 1.0.0
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/app.js +1 -0
- package/app.json +55 -0
- package/app.wxss +15 -0
- package/assets/file/badwords-compressed.js +1 -0
- package/assets/file/rules.js +1 -0
- package/assets/images/icons/age1.png +0 -0
- package/assets/images/icons/age2.png +0 -0
- package/assets/images/icons/age3.png +0 -0
- package/assets/images/icons/attachment.png +0 -0
- package/assets/images/icons/clear.png +0 -0
- package/assets/images/icons/edit_input.png +0 -0
- package/assets/images/icons/header_placeholder.png +0 -0
- package/assets/images/icons/home_collect.png +0 -0
- package/assets/images/icons/home_collected.png +0 -0
- package/assets/images/icons/home_comment.png +0 -0
- package/assets/images/icons/home_like.png +0 -0
- package/assets/images/icons/home_liked.png +0 -0
- package/assets/images/icons/home_message.png +0 -0
- package/assets/images/icons/home_share.png +0 -0
- package/assets/images/icons/icon_more.png +0 -0
- package/assets/images/icons/input_game.png +0 -0
- package/assets/images/icons/logo.png +0 -0
- package/assets/images/icons/lv1.png +0 -0
- package/assets/images/icons/lv2.png +0 -0
- package/assets/images/icons/lv3.png +0 -0
- package/assets/images/icons/lv4.png +0 -0
- package/assets/images/icons/search.png +0 -0
- package/assets/images/icons/sex1.png +0 -0
- package/assets/images/icons/sex2.png +0 -0
- package/assets/images/icons/sign_empty.png +0 -0
- package/assets/images/icons/sign_login.png +0 -0
- package/assets/wheel/wheel_bg.png +0 -0
- package/assets/wheel/wheel_bg2.png +0 -0
- package/assets/wheel/wheel_fore.png +0 -0
- package/assets/wheel/wheel_to.png +0 -0
- package/components/bottomSheet/bottomSheet.js +1 -0
- package/components/bottomSheet/bottomSheet.json +5 -0
- package/components/bottomSheet/bottomSheet.wxml +73 -0
- package/components/bottomSheet/bottomSheet.wxss +238 -0
- package/components/experience-item/experience-item.js +1 -0
- package/components/experience-item/experience-item.json +4 -0
- package/components/experience-item/experience-item.wxml +39 -0
- package/components/experience-item/experience-item.wxss +110 -0
- package/components/grid-item/grid-item.js +1 -0
- package/components/grid-item/grid-item.json +4 -0
- package/components/grid-item/grid-item.wxml +62 -0
- package/components/grid-item/grid-item.wxss +191 -0
- package/components/post-item/post-item.js +1 -0
- package/components/post-item/post-item.json +4 -0
- package/components/post-item/post-item.wxml +423 -0
- package/components/post-item/post-item.wxss +525 -0
- package/components/wiki-renderer/wiki-renderer.js +1 -0
- package/components/wiki-renderer/wiki-renderer.json +12 -0
- package/components/wiki-renderer/wiki-renderer.wxml +150 -0
- package/components/wiki-renderer/wiki-renderer.wxss +412 -0
- package/components/wiki-tabs/wiki-tabs.js +1 -0
- package/components/wiki-tabs/wiki-tabs.json +3 -0
- package/components/wiki-tabs/wiki-tabs.wxml +28 -0
- package/components/wiki-tabs/wiki-tabs.wxss +43 -0
- package/index.js +1 -0
- package/package.json +22 -0
- package/pages/addGame/addGame.js +1 -0
- package/pages/addGame/addGame.json +6 -0
- package/pages/addGame/addGame.wxml +71 -0
- package/pages/addGame/addGame.wxss +110 -0
- package/pages/addSubject/addSubject.js +1 -0
- package/pages/addSubject/addSubject.json +7 -0
- package/pages/addSubject/addSubject.wxml +78 -0
- package/pages/addSubject/addSubject.wxss +85 -0
- package/pages/commonLogin/commonLogin.js +1 -0
- package/pages/commonLogin/commonLogin.json +7 -0
- package/pages/commonLogin/commonLogin.wxml +57 -0
- package/pages/commonLogin/commonLogin.wxss +177 -0
- package/pages/copyOfficial/copyOfficial.js +1 -0
- package/pages/copyOfficial/copyOfficial.json +3 -0
- package/pages/copyOfficial/copyOfficial.wxml +22 -0
- package/pages/copyOfficial/copyOfficial.wxss +49 -0
- package/pages/demo/demo.js +1 -0
- package/pages/demo/demo.wxml +2 -0
- package/pages/emoji/smile001.png +0 -0
- package/pages/emoji/smile002.png +0 -0
- package/pages/emoji/smile003.png +0 -0
- package/pages/emoji/smile004.png +0 -0
- package/pages/emoji/smile005.png +0 -0
- package/pages/emoji/smile006.png +0 -0
- package/pages/emoji/smile007.png +0 -0
- package/pages/emoji/smile008.png +0 -0
- package/pages/emoji/smile009.png +0 -0
- package/pages/emoji/smile010.png +0 -0
- package/pages/emoji/smile011.png +0 -0
- package/pages/emoji/smile012.png +0 -0
- package/pages/emoji/smile013.png +0 -0
- package/pages/emoji/smile014.png +0 -0
- package/pages/emoji/smile015.png +0 -0
- package/pages/emoji/smile016.png +0 -0
- package/pages/emoji/smile017.png +0 -0
- package/pages/emoji/smile018.png +0 -0
- package/pages/emoji/smile019.png +0 -0
- package/pages/emoji/smile020.png +0 -0
- package/pages/emoji/smile021.png +0 -0
- package/pages/emoji/smile022.png +0 -0
- package/pages/emoji/smile023.png +0 -0
- package/pages/emoji/smile024.png +0 -0
- package/pages/emoji/smile025.png +0 -0
- package/pages/emoji/smile026.png +0 -0
- package/pages/emoji/smile027.png +0 -0
- package/pages/emoji/smile028.png +0 -0
- package/pages/emoji/smile029.png +0 -0
- package/pages/emoji/smile030.png +0 -0
- package/pages/emoji/smile031.png +0 -0
- package/pages/emoji/smile032.png +0 -0
- package/pages/emoji/smile033.png +0 -0
- package/pages/emoji/smile034.png +0 -0
- package/pages/emoji/smile035.png +0 -0
- package/pages/emoji/smile036.png +0 -0
- package/pages/emoji/smile037.png +0 -0
- package/pages/emoji/smile038.png +0 -0
- package/pages/emoji/smile039.png +0 -0
- package/pages/emoji/smile040.png +0 -0
- package/pages/emoji/smile041.png +0 -0
- package/pages/emoji/smile042.png +0 -0
- package/pages/emoji/smile043.png +0 -0
- package/pages/emoji/smile044.png +0 -0
- package/pages/emoji/smile045.png +0 -0
- package/pages/emoji/smile046.png +0 -0
- package/pages/emoji/smile047.png +0 -0
- package/pages/emoji/smile048.png +0 -0
- package/pages/emoji/smile049.png +0 -0
- package/pages/emoji/smile050.png +0 -0
- package/pages/emoji/smile051.png +0 -0
- package/pages/emoji/smile052.png +0 -0
- package/pages/game/game.js +1 -0
- package/pages/game/game.json +12 -0
- package/pages/game/game.wxml +350 -0
- package/pages/game/game.wxss +672 -0
- package/pages/lottery-winners/lottery-winners.js +1 -0
- package/pages/lottery-winners/lottery-winners.json +4 -0
- package/pages/lottery-winners/lottery-winners.wxml +53 -0
- package/pages/lottery-winners/lottery-winners.wxss +127 -0
- package/pages/officialWebview/officialWebview.js +1 -0
- package/pages/officialWebview/officialWebview.json +3 -0
- package/pages/officialWebview/officialWebview.wxml +2 -0
- package/pages/officialWebview/officialWebview.wxss +1 -0
- package/pages/post/post.js +1 -0
- package/pages/post/post.json +8 -0
- package/pages/post/post.wxml +686 -0
- package/pages/post/post.wxss +1003 -0
- package/pages/post-editor/post-editor.js +1 -0
- package/pages/post-editor/post-editor.json +6 -0
- package/pages/post-editor/post-editor.wxml +63 -0
- package/pages/post-editor/post-editor.wxss +195 -0
- package/pages/postDialog/postDialog.js +1 -0
- package/pages/postDialog/postDialog.json +6 -0
- package/pages/postDialog/postDialog.wxml +377 -0
- package/pages/postDialog/postDialog.wxss +979 -0
- package/pages/report-category/reporst-category.js +1 -0
- package/pages/report-category/reporst-category.json +3 -0
- package/pages/report-category/reporst-category.wxml +2 -0
- package/pages/report-category/reporst-category.wxss +1 -0
- package/pages/report-category/report-category.js +1 -0
- package/pages/report-category/report-category.json +4 -0
- package/pages/report-category/report-category.wxml +14 -0
- package/pages/report-category/report-category.wxss +43 -0
- package/pages/report-form/report-form.js +1 -0
- package/pages/report-form/report-form.json +3 -0
- package/pages/report-form/report-form.wxml +11 -0
- package/pages/report-form/report-form.wxss +44 -0
- package/pages/sevenDaySignDetail/sevenDaySignDetail.js +1 -0
- package/pages/sevenDaySignDetail/sevenDaySignDetail.json +3 -0
- package/pages/sevenDaySignDetail/sevenDaySignDetail.wxml +82 -0
- package/pages/sevenDaySignDetail/sevenDaySignDetail.wxss +173 -0
- package/pages/topic/topic.js +1 -0
- package/pages/topic/topic.json +6 -0
- package/pages/topic/topic.wxml +77 -0
- package/pages/topic/topic.wxss +162 -0
- package/pages/webview/webview.js +1 -0
- package/pages/webview/webview.json +3 -0
- package/pages/webview/webview.wxml +22 -0
- package/pages/webview/webview.wxss +50 -0
- package/pages/wheelActivivty/wheelActivivty.js +1 -0
- package/pages/wheelActivivty/wheelActivivty.json +8 -0
- package/pages/wheelActivivty/wheelActivivty.wxml +131 -0
- package/pages/wheelActivivty/wheelActivivty.wxss +459 -0
- package/pages/wiki/wiki.js +1 -0
- package/pages/wiki/wiki.json +6 -0
- package/pages/wiki/wiki.wxml +20 -0
- package/pages/wiki/wiki.wxss +44 -0
- package/request/JKRequest.js +1 -0
- package/services/home.js +1 -0
- package/towxml/config.js +291 -0
- package/towxml/decode.js +35 -0
- package/towxml/decode.json +11 -0
- package/towxml/decode.wxml +137 -0
- package/towxml/decode.wxss +0 -0
- package/towxml/img/img.js +98 -0
- package/towxml/img/img.json +3 -0
- package/towxml/img/img.wxml +1 -0
- package/towxml/img/img.wxss +0 -0
- package/towxml/index.js +19 -0
- package/towxml/latex/latex.js +53 -0
- package/towxml/latex/latex.json +5 -0
- package/towxml/latex/latex.wxml +1 -0
- package/towxml/latex/latex.wxss +0 -0
- package/towxml/parse/highlight/highlight.js +1 -0
- package/towxml/parse/highlight/index.js +8 -0
- package/towxml/parse/highlight/languages/bash.js +111 -0
- package/towxml/parse/highlight/languages/c-like.js +236 -0
- package/towxml/parse/highlight/languages/c.js +22 -0
- package/towxml/parse/highlight/languages/css.js +132 -0
- package/towxml/parse/highlight/languages/dart.js +134 -0
- package/towxml/parse/highlight/languages/go.js +63 -0
- package/towxml/parse/highlight/languages/htmlbars.js +80 -0
- package/towxml/parse/highlight/languages/java.js +125 -0
- package/towxml/parse/highlight/languages/javascript.js +265 -0
- package/towxml/parse/highlight/languages/json.js +52 -0
- package/towxml/parse/highlight/languages/less.js +148 -0
- package/towxml/parse/highlight/languages/nginx.js +101 -0
- package/towxml/parse/highlight/languages/php.js +161 -0
- package/towxml/parse/highlight/languages/python-repl.js +29 -0
- package/towxml/parse/highlight/languages/python.js +131 -0
- package/towxml/parse/highlight/languages/scss.js +122 -0
- package/towxml/parse/highlight/languages/shell.js +22 -0
- package/towxml/parse/highlight/languages/typescript.js +215 -0
- package/towxml/parse/highlight/languages/xml.js +139 -0
- package/towxml/parse/highlight/style/github.wxss +99 -0
- package/towxml/parse/highlight/style/monokai.wxss +70 -0
- package/towxml/parse/index.js +118 -0
- package/towxml/parse/markdown/index.js +67 -0
- package/towxml/parse/markdown/markdown.js +4 -0
- package/towxml/parse/markdown/plugins/echarts.js +11 -0
- package/towxml/parse/markdown/plugins/emoji.js +2 -0
- package/towxml/parse/markdown/plugins/ins.js +1 -0
- package/towxml/parse/markdown/plugins/latex.js +158 -0
- package/towxml/parse/markdown/plugins/mark.js +1 -0
- package/towxml/parse/markdown/plugins/sub.js +1 -0
- package/towxml/parse/markdown/plugins/sup.js +1 -0
- package/towxml/parse/markdown/plugins/todo.js +147 -0
- package/towxml/parse/markdown/plugins/yuml.js +20 -0
- package/towxml/parse/parse2/Parser.js +492 -0
- package/towxml/parse/parse2/Tokenizer.js +903 -0
- package/towxml/parse/parse2/domelementtype/index.js +55 -0
- package/towxml/parse/parse2/domhandler/index.js +145 -0
- package/towxml/parse/parse2/domhandler/node.js +474 -0
- package/towxml/parse/parse2/entities/decode.js +179 -0
- package/towxml/parse/parse2/entities/decode_codepoint.js +60 -0
- package/towxml/parse/parse2/entities/encode.js +77 -0
- package/towxml/parse/parse2/entities/escape.js +112 -0
- package/towxml/parse/parse2/entities/generated/decode-data-html.js +9 -0
- package/towxml/parse/parse2/entities/generated/decode-data-xml.js +9 -0
- package/towxml/parse/parse2/entities/generated/encode-html.js +12 -0
- package/towxml/parse/parse2/entities/index.js +137 -0
- package/towxml/parse/parse2/index.js +8 -0
- package/towxml/style/main.wxss +419 -0
- package/towxml/style/theme/dark.wxss +73 -0
- package/towxml/style/theme/light.wxss +63 -0
- package/towxml/table/table.js +11 -0
- package/towxml/table/table.json +6 -0
- package/towxml/table/table.wxml +24 -0
- package/towxml/table/table.wxss +0 -0
- package/towxml/todogroup/todogroup.js +20 -0
- package/towxml/todogroup/todogroup.json +6 -0
- package/towxml/todogroup/todogroup.wxml +12 -0
- package/towxml/todogroup/todogroup.wxss +3 -0
- package/towxml/towxml.js +22 -0
- package/towxml/towxml.json +6 -0
- package/towxml/towxml.wxml +5 -0
- package/towxml/towxml.wxss +8 -0
- package/towxml/yuml/yuml.js +51 -0
- package/towxml/yuml/yuml.json +5 -0
- package/towxml/yuml/yuml.wxml +5 -0
- package/towxml/yuml/yuml.wxss +0 -0
- package/utils/aes.js +1 -0
- package/utils/auth.js +1 -0
- package/utils/base64.js +1 -0
- package/utils/compressImage.js +1 -0
- package/utils/exp.js +1 -0
- package/utils/formatPost.js +1 -0
- package/utils/parseContent.js +1 -0
- package/utils/query-select.js +1 -0
- package/utils/sensitive.js +1 -0
|
@@ -0,0 +1,525 @@
|
|
|
1
|
+
.post-item {
|
|
2
|
+
background-color: #fff;
|
|
3
|
+
padding: 30rpx;
|
|
4
|
+
border-bottom: none;
|
|
5
|
+
/* 用 divider 代替 */
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.post-header {
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.avatar {
|
|
14
|
+
width: 70rpx;
|
|
15
|
+
height: 70rpx;
|
|
16
|
+
border-radius: 50%;
|
|
17
|
+
margin-right: 20rpx;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.user-info {
|
|
21
|
+
/* flex: 1; */
|
|
22
|
+
display: flex;
|
|
23
|
+
flex-direction: column;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.nickname {
|
|
27
|
+
font-weight: bold;
|
|
28
|
+
font-size: 26rpx;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.time {
|
|
32
|
+
color: #808080;
|
|
33
|
+
font-size: 24rpx;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.follow-btn {
|
|
37
|
+
margin-left: auto;
|
|
38
|
+
background-color: #fff;
|
|
39
|
+
color: #003366;
|
|
40
|
+
font-size: 22rpx;
|
|
41
|
+
border: 1px solid #003366;
|
|
42
|
+
height: 50rpx;
|
|
43
|
+
line-height: 50rpx;
|
|
44
|
+
/* 让文字垂直居中 */
|
|
45
|
+
width: 100rpx;
|
|
46
|
+
/* 固定宽度 */
|
|
47
|
+
text-align: center;
|
|
48
|
+
/* 水平居中 */
|
|
49
|
+
border-radius: 35rpx;
|
|
50
|
+
/* 圆形按钮,半径 = 高度/2 */
|
|
51
|
+
padding: 0;
|
|
52
|
+
/* 去掉 padding */
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.followed {
|
|
56
|
+
color: #999;
|
|
57
|
+
border: 2rpx solid #ddd;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.unfollow {
|
|
61
|
+
color: #002FA7;
|
|
62
|
+
border: 1px solid #002FA7;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
.post-content {
|
|
67
|
+
font-size: 30rpx;
|
|
68
|
+
color: black;
|
|
69
|
+
/* line-height: 30rpx; */
|
|
70
|
+
max-height: 270rpx;
|
|
71
|
+
/* display: -webkit-box;
|
|
72
|
+
-webkit-box-orient: vertical;
|
|
73
|
+
-webkit-line-clamp: 6; */
|
|
74
|
+
/* 默认显示6行 */
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
|
|
77
|
+
margin-top: 10rpx;
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.post-content.show-full {
|
|
83
|
+
max-height: none;
|
|
84
|
+
overflow: visible;
|
|
85
|
+
/* -webkit-line-clamp: unset; */
|
|
86
|
+
/* 展开全文 */
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.read-more {
|
|
90
|
+
color: #406ce3;
|
|
91
|
+
/* 蓝色 */
|
|
92
|
+
cursor: pointer;
|
|
93
|
+
font-size: 30rpx;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
.read-more {
|
|
98
|
+
color: #406ce3;
|
|
99
|
+
cursor: pointer;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.post-image {
|
|
103
|
+
display: block;
|
|
104
|
+
/* max-height: 500rpx; */
|
|
105
|
+
border-radius: 8rpx;
|
|
106
|
+
margin-top: 10rpx;
|
|
107
|
+
|
|
108
|
+
max-width: 66vw;
|
|
109
|
+
max-height: 66vw;
|
|
110
|
+
|
|
111
|
+
border: 1rpx solid rgba(211, 211, 211, 0.2);
|
|
112
|
+
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.featured-tag {
|
|
116
|
+
background-color: #ff9800;
|
|
117
|
+
color: #fff;
|
|
118
|
+
font-size: 22rpx;
|
|
119
|
+
font-weight: bold;
|
|
120
|
+
padding: 8rpx 10rpx;
|
|
121
|
+
border-radius: 8rpx;
|
|
122
|
+
margin-left: 6rpx;
|
|
123
|
+
line-height: 22rpx;
|
|
124
|
+
text-align: center;
|
|
125
|
+
display: inline-block;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.super-long {
|
|
129
|
+
display: block;
|
|
130
|
+
border-radius: 8rpx;
|
|
131
|
+
margin-top: 10rpx;
|
|
132
|
+
|
|
133
|
+
/* max-width: 66vw; */
|
|
134
|
+
width: 25vw;
|
|
135
|
+
height: 58vw;
|
|
136
|
+
|
|
137
|
+
border: 1rpx solid rgba(211, 211, 211, 0.2);
|
|
138
|
+
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.post-image-grid {
|
|
142
|
+
display: flex;
|
|
143
|
+
flex-wrap: wrap;
|
|
144
|
+
gap: 10rpx;
|
|
145
|
+
margin-top: 5rpx;
|
|
146
|
+
/* justify-content: space-between; */
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.grid-image-wrapper {
|
|
150
|
+
position: relative;
|
|
151
|
+
width: calc((100vw - 60rpx - 20rpx)/3);
|
|
152
|
+
color: white;
|
|
153
|
+
text-align: center;
|
|
154
|
+
/* padding: 20rpx; */
|
|
155
|
+
box-sizing: border-box;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
.grid-image-wrapper1 {
|
|
159
|
+
position: relative;
|
|
160
|
+
width: calc((100vw - 60rpx - 20rpx - 32rpx)/3);
|
|
161
|
+
color: white;
|
|
162
|
+
text-align: center;
|
|
163
|
+
/* padding: 20rpx; */
|
|
164
|
+
box-sizing: border-box;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
.grid-image {
|
|
169
|
+
width: 100%;
|
|
170
|
+
height: calc((100vw - 60rpx - 20rpx)/3);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.grid-image1 {
|
|
174
|
+
width: 100%;
|
|
175
|
+
height: calc((100vw - 60rpx - 20rpx - 32rpx)/3);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.extra-overlay {
|
|
179
|
+
position: absolute;
|
|
180
|
+
top: 0;
|
|
181
|
+
right: 0;
|
|
182
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
183
|
+
color: #fff;
|
|
184
|
+
padding: 4rpx 6rpx;
|
|
185
|
+
font-size: 24rpx;
|
|
186
|
+
border-top-right-radius: 8rpx;
|
|
187
|
+
border-bottom-left-radius: 8rpx;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.post-actions {
|
|
191
|
+
display: flex;
|
|
192
|
+
align-items: center;
|
|
193
|
+
padding: 20rpx 0 0 0;
|
|
194
|
+
color: #666;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/* 普通操作按钮 */
|
|
198
|
+
.action {
|
|
199
|
+
width: 100rpx;
|
|
200
|
+
display: flex;
|
|
201
|
+
align-items: center;
|
|
202
|
+
margin-right: 60rpx;
|
|
203
|
+
font-size: 24rpx;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
/* 最右侧更多按钮 */
|
|
207
|
+
.more-btn {
|
|
208
|
+
margin-left: auto;
|
|
209
|
+
margin-right: 5px;
|
|
210
|
+
width: auto;
|
|
211
|
+
/* 自动占满左边空间,把自己推到最右边 */
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.action-text {
|
|
215
|
+
margin-left: 5px;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.action-icon {
|
|
219
|
+
width: 28rpx;
|
|
220
|
+
height: 28rpx;
|
|
221
|
+
margin-right: 6rpx;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.divider {
|
|
225
|
+
height: 20rpx;
|
|
226
|
+
background-color: #f5f5f5;
|
|
227
|
+
/* margin-top: 20rpx; */
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
.emoji {
|
|
232
|
+
/* background-color: red; */
|
|
233
|
+
position: relative;
|
|
234
|
+
bottom: 5rpx;
|
|
235
|
+
display: inline-block;
|
|
236
|
+
width: 40rpx;
|
|
237
|
+
height: 40rpx;
|
|
238
|
+
line-height: 40rpx;
|
|
239
|
+
/* line-height: 40rpx; */
|
|
240
|
+
/* margin-bottom: 10rpx; */
|
|
241
|
+
margin-left: 4rpx;
|
|
242
|
+
vertical-align: middle;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.emoji-hot {
|
|
246
|
+
width: 36rpx;
|
|
247
|
+
height: 36rpx;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
.custom-sheet-wrapper {
|
|
252
|
+
position: fixed;
|
|
253
|
+
left: 0;
|
|
254
|
+
right: 0;
|
|
255
|
+
top: 0;
|
|
256
|
+
bottom: 0;
|
|
257
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
258
|
+
z-index: 9999;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.custom-sheet {
|
|
262
|
+
position: absolute;
|
|
263
|
+
bottom: 0;
|
|
264
|
+
width: 100%;
|
|
265
|
+
background-color: #f5f4f9;
|
|
266
|
+
border-top-left-radius: 12rpx;
|
|
267
|
+
border-top-right-radius: 12rpx;
|
|
268
|
+
padding: 20rpx 0;
|
|
269
|
+
z-index: 9999;
|
|
270
|
+
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.sheet-buttons {
|
|
274
|
+
display: flex;
|
|
275
|
+
margin-left: 15px;
|
|
276
|
+
justify-content: flex-start;
|
|
277
|
+
gap: 20px;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.sheet-button {
|
|
281
|
+
display: flex;
|
|
282
|
+
flex-direction: column;
|
|
283
|
+
align-items: center;
|
|
284
|
+
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.icon-wrapper {
|
|
288
|
+
background-color: white;
|
|
289
|
+
display: flex;
|
|
290
|
+
align-items: center;
|
|
291
|
+
justify-content: center;
|
|
292
|
+
width: 60px;
|
|
293
|
+
height: 60px;
|
|
294
|
+
border-radius: 50%;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.sheet-icon {
|
|
298
|
+
width: 60rpx;
|
|
299
|
+
height: 60rpx;
|
|
300
|
+
margin-bottom: 8rpx;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.sheet-text {
|
|
304
|
+
margin-top: 10px;
|
|
305
|
+
font-size: 22rpx;
|
|
306
|
+
color: #333;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.sheet-divider {
|
|
310
|
+
height: 20rpx;
|
|
311
|
+
background-color: #ecebef;
|
|
312
|
+
margin-top: 10px;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.sheet-cancel {
|
|
316
|
+
text-align: center;
|
|
317
|
+
color: #000000;
|
|
318
|
+
font-size: 28rpx;
|
|
319
|
+
padding: 20rpx 0;
|
|
320
|
+
border-top: 2rpx solid #eee;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
/* 置顶角标 */
|
|
325
|
+
.pin-badge {
|
|
326
|
+
position: absolute;
|
|
327
|
+
top: 30rpx;
|
|
328
|
+
right: 0rpx;
|
|
329
|
+
width: 110rpx;
|
|
330
|
+
/* 调整宽度 */
|
|
331
|
+
height: 54rpx;
|
|
332
|
+
/* 调整高度 */
|
|
333
|
+
background-color: #ffe2d7;
|
|
334
|
+
color: #ff4604;
|
|
335
|
+
font-size: 24rpx;
|
|
336
|
+
font-weight: bold;
|
|
337
|
+
text-align: center;
|
|
338
|
+
line-height: 54rpx;
|
|
339
|
+
clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
|
|
340
|
+
z-index: 10;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
.level-icon {
|
|
345
|
+
position: relative;
|
|
346
|
+
width: 16px;
|
|
347
|
+
height: 16px;
|
|
348
|
+
margin-left: 3px;
|
|
349
|
+
display: flex;
|
|
350
|
+
align-items: center;
|
|
351
|
+
justify-content: center;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.level-img {
|
|
355
|
+
width: 100%;
|
|
356
|
+
height: 100%;
|
|
357
|
+
position: absolute;
|
|
358
|
+
top: 0;
|
|
359
|
+
left: 0;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.level-text {
|
|
363
|
+
position: absolute;
|
|
364
|
+
font-size: 10px;
|
|
365
|
+
color: #6d6d6d;
|
|
366
|
+
text-align: center;
|
|
367
|
+
line-height: 1;
|
|
368
|
+
top: 50%;
|
|
369
|
+
left: 50%;
|
|
370
|
+
transform: translate(-50%, -50%);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
/* 热评 */
|
|
375
|
+
|
|
376
|
+
.hot-comment {
|
|
377
|
+
display: flex;
|
|
378
|
+
align-items: center;
|
|
379
|
+
/* padding: 10rpx; */
|
|
380
|
+
background-color: #fff8f7;
|
|
381
|
+
border-radius: 12rpx;
|
|
382
|
+
box-sizing: border-box;
|
|
383
|
+
margin-top: 12rpx;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
/* 左侧 热评 */
|
|
387
|
+
.hot-label {
|
|
388
|
+
margin-left: 16rpx;
|
|
389
|
+
text-align: center;
|
|
390
|
+
font-style: italic;
|
|
391
|
+
font-weight: bold;
|
|
392
|
+
color: #f44336;
|
|
393
|
+
font-size: 30rpx;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
/* 中间内容 */
|
|
397
|
+
.hot-body {
|
|
398
|
+
flex: 1;
|
|
399
|
+
margin-left: 12rpx;
|
|
400
|
+
overflow: hidden;
|
|
401
|
+
padding: 16rpx;
|
|
402
|
+
/* margin-top: 10rpx; */
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.hot-user {
|
|
406
|
+
color: #406ce3;
|
|
407
|
+
font-size: 26rpx;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.hot-content {
|
|
411
|
+
display: -webkit-box;
|
|
412
|
+
-webkit-line-clamp: 2;
|
|
413
|
+
-webkit-box-orient: vertical;
|
|
414
|
+
overflow: hidden;
|
|
415
|
+
font-size: 26rpx;
|
|
416
|
+
line-height: 40rpx;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.hot-text {
|
|
420
|
+
color: #333;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.hot-link {
|
|
424
|
+
color: #406ce3;
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
/* 右侧点赞 */
|
|
428
|
+
.hot-like {
|
|
429
|
+
margin-right: 16rpx;
|
|
430
|
+
width: 80rpx;
|
|
431
|
+
display: flex;
|
|
432
|
+
align-items: center;
|
|
433
|
+
justify-content: flex-end;
|
|
434
|
+
gap: 5rpx;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
.hot-like-icon {
|
|
438
|
+
width: 36rpx;
|
|
439
|
+
height: 36rpx;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.hot-like-count {
|
|
443
|
+
font-size: 24rpx;
|
|
444
|
+
color: #999;
|
|
445
|
+
height: 36rpx;
|
|
446
|
+
line-height: 36rpx;
|
|
447
|
+
|
|
448
|
+
position: relative;
|
|
449
|
+
top: 3rpx
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
.deleted {
|
|
455
|
+
display: flex;
|
|
456
|
+
background-color: #f5f5f5;
|
|
457
|
+
border-radius: 4px;
|
|
458
|
+
margin: 6px 0;
|
|
459
|
+
padding-right: 6px;
|
|
460
|
+
align-items: flex-start;
|
|
461
|
+
box-sizing: border-box;
|
|
462
|
+
padding: 10px;
|
|
463
|
+
justify-content: center;
|
|
464
|
+
align-items: center;
|
|
465
|
+
color: #999;
|
|
466
|
+
font-size: 14px;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
/* 视频播放器 */
|
|
471
|
+
|
|
472
|
+
.banner-video-wrapper {
|
|
473
|
+
position: relative;
|
|
474
|
+
width: 100%;
|
|
475
|
+
height: calc((100vw - 60rpx)* 9/16);
|
|
476
|
+
background-color: #000000;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.banner-video {
|
|
480
|
+
width: 100%;
|
|
481
|
+
height: 100%;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.video-poster-wrapper {
|
|
485
|
+
position: relative;
|
|
486
|
+
width: 100%;
|
|
487
|
+
height: 100%;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.play-btn {
|
|
491
|
+
position: absolute;
|
|
492
|
+
left: 50%;
|
|
493
|
+
top: 50%;
|
|
494
|
+
transform: translate(-50%, -50%);
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
/* 播放按钮圆形背景 */
|
|
498
|
+
.custom-play-btn {
|
|
499
|
+
width: 100rpx;
|
|
500
|
+
height: 100rpx;
|
|
501
|
+
border-radius: 50%;
|
|
502
|
+
background-color: rgba(41, 41, 41, 0.8);
|
|
503
|
+
position: absolute;
|
|
504
|
+
top: 50%;
|
|
505
|
+
left: 50%;
|
|
506
|
+
transform: translate(-50%, -50%);
|
|
507
|
+
display: flex;
|
|
508
|
+
justify-content: center;
|
|
509
|
+
align-items: center;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/* 三角形播放符号 */
|
|
513
|
+
.custom-play-btn::after {
|
|
514
|
+
position: relative;
|
|
515
|
+
left: 5rpx;
|
|
516
|
+
content: '';
|
|
517
|
+
display: block;
|
|
518
|
+
width: 40rpx;
|
|
519
|
+
/* 三角形宽度加大 */
|
|
520
|
+
height: 40rpx;
|
|
521
|
+
/* 三角形高度加大 */
|
|
522
|
+
background-color: rgba(200, 200, 200, 1);
|
|
523
|
+
clip-path: polygon(0 0, 100% 50%, 0 100%);
|
|
524
|
+
/* 完全居中三角形 */
|
|
525
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x3095(_0x4ce7c7,_0xe2ef93){_0x4ce7c7=_0x4ce7c7-0x174;const _0x4098ea=_0x4098();let _0x309502=_0x4098ea[_0x4ce7c7];if(_0x3095['zfPkZa']===undefined){var _0x560711=function(_0x2abafa){const _0x5169fa='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x50362e='',_0x1f8dff='';for(let _0x425645=0x0,_0x213778,_0x59b0bd,_0x126076=0x0;_0x59b0bd=_0x2abafa['charAt'](_0x126076++);~_0x59b0bd&&(_0x213778=_0x425645%0x4?_0x213778*0x40+_0x59b0bd:_0x59b0bd,_0x425645++%0x4)?_0x50362e+=String['fromCharCode'](0xff&_0x213778>>(-0x2*_0x425645&0x6)):0x0){_0x59b0bd=_0x5169fa['indexOf'](_0x59b0bd);}for(let _0x2eee65=0x0,_0x40c530=_0x50362e['length'];_0x2eee65<_0x40c530;_0x2eee65++){_0x1f8dff+='%'+('00'+_0x50362e['charCodeAt'](_0x2eee65)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1f8dff);};_0x3095['gQOFig']=_0x560711,_0x3095['AaKSIF']={},_0x3095['zfPkZa']=!![];}const _0x5b2b5f=_0x4098ea[0x0],_0x31609b=_0x4ce7c7+_0x5b2b5f,_0x337d7b=_0x3095['AaKSIF'][_0x31609b];return!_0x337d7b?(_0x309502=_0x3095['gQOFig'](_0x309502),_0x3095['AaKSIF'][_0x31609b]=_0x309502):_0x309502=_0x337d7b,_0x309502;}const _0x3d9355=_0x3095;(function(_0x3600d2,_0x1d5e85){const _0x56459f=_0x3095,_0x50ebd2=_0x3600d2();while(!![]){try{const _0xa43021=parseInt(_0x56459f(0x1da))/0x1+-parseInt(_0x56459f(0x1e1))/0x2+-parseInt(_0x56459f(0x1ca))/0x3*(-parseInt(_0x56459f(0x20d))/0x4)+parseInt(_0x56459f(0x20f))/0x5*(-parseInt(_0x56459f(0x193))/0x6)+-parseInt(_0x56459f(0x1f9))/0x7*(parseInt(_0x56459f(0x186))/0x8)+parseInt(_0x56459f(0x1c7))/0x9+-parseInt(_0x56459f(0x18e))/0xa;if(_0xa43021===_0x1d5e85)break;else _0x50ebd2['push'](_0x50ebd2['shift']());}catch(_0x2896e7){_0x50ebd2['push'](_0x50ebd2['shift']());}}}(_0x4098,0x9a550));const towxml=require('../../towxml/index');import{submitGameWikiScore}from'../../services/home';import{checkLogin}from'../../utils/auth';Component({'options':{'styleIsolation':_0x3d9355(0x189)},'properties':{'data':{'type':Array,'value':[]},'gameId':{'type':String,'value':''},'wikiUsers':{'type':Array,'value':[]},'images':{'type':Array,'value':[]},'name':{'type':String,'value':''}},'data':{'parsedBlocks':[],'tabActiveMap':{},'filterMap':{},'collapseActive':{},'scoreModal':{'visible':![],'title':'','blockIndex':-0x1,'selected':0x0}},'observers':{'data,\x20images':function(_0x2bc013,_0x512bc0){const _0x193421=_0x3d9355,_0x1d4adc={'cXrnA':function(_0x1061c2,_0x2aa428){return _0x1061c2===_0x2aa428;},'HAuUM':_0x193421(0x204),'ZaFfW':function(_0x254cc3,_0x286fd7){return _0x254cc3===_0x286fd7;},'zMvaY':'container','UsImF':'collapse','uNIkL':function(_0x5cdf02,_0x998900){return _0x5cdf02===_0x998900;},'YjzWC':function(_0x529c65,_0x21d69c){return _0x529c65===_0x21d69c;},'DusNm':'image','YUscz':function(_0x8e19a0,_0x442598){return _0x8e19a0(_0x442598);}};if(!_0x2bc013||!_0x2bc013[_0x193421(0x1d8)])return;const _0x4365e6=this[_0x193421(0x18b)](_0x2bc013),_0x3425dd=new Set((_0x512bc0||[])[_0x193421(0x1eb)](_0xc001e7=>_0xc001e7['id'])),_0x1f9b26={...this['data'][_0x193421(0x19b)]},_0x1c86b4={...this[_0x193421(0x1b0)]['collapseActive']};_0x4365e6['forEach']((_0x11fe05,_0x135324)=>{const _0x168e05=_0x193421;(_0x1d4adc['cXrnA'](_0x11fe05[_0x168e05(0x201)],_0x1d4adc['HAuUM'])||_0x1d4adc[_0x168e05(0x175)](_0x11fe05[_0x168e05(0x201)],_0x168e05(0x19f)))&&_0x11fe05[_0x168e05(0x204)]?.[_0x168e05(0x1d8)]&&(!_0x1f9b26[_0x135324]&&(_0x1f9b26[_0x135324]=_0x11fe05[_0x168e05(0x204)][0x0][_0x168e05(0x1ef)])),_0x1d4adc['ZaFfW'](_0x11fe05['type'],_0x1d4adc[_0x168e05(0x199)])&&_0x11fe05['key']===_0x1d4adc['UsImF']&&(_0x1d4adc[_0x168e05(0x190)](_0x1c86b4[_0x135324],undefined)&&(_0x1c86b4[_0x135324]=![])),_0x1d4adc[_0x168e05(0x195)](_0x11fe05[_0x168e05(0x201)],'filter-tabs')&&(_0x11fe05[_0x168e05(0x1a9)]=(_0x11fe05[_0x168e05(0x1a9)]||[])['map'](_0x37f4fc=>({..._0x37f4fc,'allKeys':['不限',..._0x37f4fc[_0x168e05(0x191)]]})),_0x11fe05[_0x168e05(0x19e)]=_0x11fe05[_0x168e05(0x192)]);});const _0x5bde18=_0x49362e=>{const _0x5d3ccb=_0x193421,_0x5e1189={'Varfm':function(_0x518412,_0x5d1888){return _0x1d4adc['YjzWC'](_0x518412,_0x5d1888);},'MOBuG':_0x1d4adc[_0x5d3ccb(0x200)],'iTOvz':function(_0x302d6c,_0x1dcccd){const _0x1e38fe=_0x5d3ccb;return _0x1d4adc[_0x1e38fe(0x1a2)](_0x302d6c,_0x1dcccd);}};return _0x49362e[_0x5d3ccb(0x1eb)](_0x59ca86=>{const _0x3afd60=_0x5d3ccb;if(_0x5e1189['Varfm'](_0x59ca86['type'],_0x5e1189[_0x3afd60(0x17a)]))return{..._0x59ca86,'visible':!_0x59ca86['id']||_0x3425dd[_0x3afd60(0x176)](_0x59ca86['id'])};if(_0x5e1189[_0x3afd60(0x1a0)](_0x59ca86['type'],'lr'))return{..._0x59ca86,'left':_0x59ca86[_0x3afd60(0x1a8)]?_0x5bde18([_0x59ca86['left']])[0x0]:null,'right':_0x59ca86[_0x3afd60(0x1e8)]?_0x5bde18([_0x59ca86[_0x3afd60(0x1e8)]])[0x0]:null};if(_0x59ca86[_0x3afd60(0x192)]?.[_0x3afd60(0x1d8)])return{..._0x59ca86,'children':_0x5e1189[_0x3afd60(0x1c6)](_0x5bde18,_0x59ca86[_0x3afd60(0x192)])};if(_0x59ca86[_0x3afd60(0x204)]?.['length'])return{..._0x59ca86,'tabs':_0x59ca86['tabs']['map'](_0x28513a=>({..._0x28513a,'children':_0x5bde18(_0x28513a[_0x3afd60(0x192)]||[])}))};return _0x59ca86;});};this[_0x193421(0x1e2)]({'parsedBlocks':_0x5bde18(_0x4365e6),'tabActiveMap':_0x1f9b26,'collapseActive':_0x1c86b4});}},'methods':{'_isDarkColor'(_0x4109c2){const _0x74fbaa=_0x3d9355,_0xf3bf75={'buXjK':function(_0xf99f97,_0x32c40c){return _0xf99f97+_0x32c40c;},'exSZN':function(_0xe3fc88,_0x5a60d7){return _0xe3fc88!==_0x5a60d7;},'SDxdW':function(_0x50d6f1,_0x41f206){return _0x50d6f1/_0x41f206;},'aKEhJ':function(_0x436bb6,_0x38d848){return _0x436bb6/_0x38d848;},'otAiM':function(_0x24b683,_0x3849f2,_0x345d99){return _0x24b683(_0x3849f2,_0x345d99);},'McSPN':function(_0x8e0a83,_0x1f4f6d,_0x5286f0){return _0x8e0a83(_0x1f4f6d,_0x5286f0);},'ncpiJ':function(_0x2c6db7,_0x209e8c){return _0x2c6db7/_0x209e8c;},'KmBwR':function(_0xaa7b8e,_0x2315d4){return _0xaa7b8e*_0x2315d4;}};if(!_0x4109c2)return![];let _0x3a0c95=_0x4109c2[_0x74fbaa(0x183)]('#','')[_0x74fbaa(0x1d9)]();if(_0x3a0c95[_0x74fbaa(0x1d8)]===0x6)_0x3a0c95=_0xf3bf75['buXjK']('ff',_0x3a0c95);if(_0xf3bf75[_0x74fbaa(0x17f)](_0x3a0c95[_0x74fbaa(0x1d8)],0x8))return![];const _0x189b69=_0xf3bf75[_0x74fbaa(0x1e9)](parseInt(_0x3a0c95[_0x74fbaa(0x196)](0x2,0x4),0x10),0xff),_0x30b947=_0xf3bf75['aKEhJ'](_0xf3bf75[_0x74fbaa(0x1f6)](parseInt,_0x3a0c95[_0x74fbaa(0x196)](0x4,0x6),0x10),0xff),_0x8e0343=_0xf3bf75[_0x74fbaa(0x17c)](parseInt,_0x3a0c95[_0x74fbaa(0x196)](0x6,0x8),0x10)/0xff,_0x36a6f5=_0xf3bf75[_0x74fbaa(0x1e9)](_0xf3bf75[_0x74fbaa(0x17c)](parseInt,_0x3a0c95[_0x74fbaa(0x196)](0x0,0x2),0x10),0xff);return _0xf3bf75[_0x74fbaa(0x1a7)](_0xf3bf75['KmBwR'](_0xf3bf75[_0x74fbaa(0x202)](_0xf3bf75[_0x74fbaa(0x202)](_0x189b69,_0x30b947),_0x8e0343),_0x36a6f5),0x3)<0.7;},'_colorInfo'(_0x3d64af){const _0x343382=_0x3d9355,_0x32ac1b={'OvoVj':_0x343382(0x194)},_0x3c0f81=this[_0x343382(0x1b7)](_0x3d64af),_0x2dd296=_0x3c0f81?this[_0x343382(0x1f4)](_0x3d64af)?_0x343382(0x1a4):_0x32ac1b[_0x343382(0x1aa)]:'';return{'color':_0x3c0f81,'titleTextColor':_0x2dd296};},'_argbToCssHex'(_0xe4fcee){const _0x4142a0=_0x3d9355,_0x2a3f9f={'VSSlk':function(_0x4de3ce,_0x51eb85){return _0x4de3ce!==_0x51eb85;}};if(!_0xe4fcee)return'';_0xe4fcee=_0xe4fcee[_0x4142a0(0x183)]('#','')[_0x4142a0(0x1d9)]();if(_0x2a3f9f['VSSlk'](_0xe4fcee[_0x4142a0(0x1d8)],0x8))return'#'+_0xe4fcee;const _0x5374eb=_0xe4fcee[_0x4142a0(0x196)](0x2,0x4),_0x53828f=_0xe4fcee[_0x4142a0(0x196)](0x4,0x6),_0x5f21ed=_0xe4fcee[_0x4142a0(0x196)](0x6,0x8),_0x2fab1f=_0xe4fcee[_0x4142a0(0x196)](0x0,0x2);return'#'+_0x5374eb+_0x53828f+_0x5f21ed+_0x2fab1f;},'_parseBlocks'(_0x59c333){const _0x279857=_0x3d9355,_0x490b96={'eYcOh':_0x279857(0x1af),'ZJeKj':_0x279857(0x1fe),'aDMsY':'richText','FeNrL':_0x279857(0x1cc),'yLgLm':_0x279857(0x20b),'jSiSn':function(_0x2c956e,_0x3c78fe){return _0x2c956e/_0x3c78fe;},'UQExC':_0x279857(0x18f),'rgmTo':_0x279857(0x178),'XwdQE':_0x279857(0x1f7),'zATBZ':_0x279857(0x1d6),'yNqmn':_0x279857(0x204),'PlVpY':'#ffffff','nlBNs':_0x279857(0x194),'GjQnz':'filter-tabs','EcrDt':'container','xemmU':_0x279857(0x177),'uBQYn':'攻略组成员','frqjw':'content-tabs','CQxqw':'hasBGC'};return _0x59c333[_0x279857(0x1eb)](_0x26f6ef=>{const _0x5834c2=_0x279857;switch(_0x26f6ef?.[_0x5834c2(0x201)]){case 0x0:return{'type':_0x490b96[_0x5834c2(0x20e)]};case 0x1:return{'type':_0x490b96[_0x5834c2(0x1a6)],'desc':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1ad)]};case _0x490b96['ZJeKj']:return{'type':_0x490b96[_0x5834c2(0x1a6)],'desc':_0x26f6ef['desc']};case 0x2:return{'type':_0x5834c2(0x212),'desc':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1ad)],'towxmlNodes':this[_0x5834c2(0x184)](_0x26f6ef['data'][_0x5834c2(0x1ad)])};case _0x490b96[_0x5834c2(0x1f2)]:return{'type':_0x490b96[_0x5834c2(0x1f2)],'desc':_0x26f6ef['desc'],'towxmlNodes':this['_toTowxml'](_0x26f6ef['desc'])};case 0x3:return{'type':_0x490b96[_0x5834c2(0x1e7)],'desc':_0x26f6ef[_0x5834c2(0x1b0)]['desc'],'towxmlNodes':this[_0x5834c2(0x184)](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1ad)])};case _0x490b96[_0x5834c2(0x1e7)]:return{'type':_0x490b96[_0x5834c2(0x1e7)],'desc':_0x26f6ef[_0x5834c2(0x1ad)],'towxmlNodes':this[_0x5834c2(0x184)](_0x26f6ef[_0x5834c2(0x1ad)])};case 0x4:return{'type':_0x5834c2(0x20b),'id':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1ff)][_0x5834c2(0x20b)]['id'],'url':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1ff)][_0x5834c2(0x20b)]['url'],'jump':_0x26f6ef['data'][_0x5834c2(0x1ff)][_0x5834c2(0x1b4)],'ratio':_0x26f6ef['data'][_0x5834c2(0x1e4)]/0x64};case _0x490b96['yLgLm']:return{'type':_0x5834c2(0x20b),'url':_0x26f6ef[_0x5834c2(0x18c)],'jump':_0x26f6ef[_0x5834c2(0x1b4)],'ratio':_0x26f6ef[_0x5834c2(0x1d3)],'id':_0x26f6ef['id']};case 0x5:return{'type':_0x5834c2(0x18f),'ratio':_0x490b96[_0x5834c2(0x1a3)](_0x26f6ef[_0x5834c2(0x1b0)]['percent'],0x64),'children':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x192)]};case _0x5834c2(0x18f):return{'type':_0x490b96[_0x5834c2(0x1e6)],'ratio':_0x26f6ef['ratio'],'children':_0x26f6ef[_0x5834c2(0x192)]};case 0x6:return{'type':_0x490b96['rgmTo'],'title':_0x26f6ef['data'][_0x5834c2(0x18d)],'score':_0x26f6ef['stats']?.[_0x5834c2(0x178)]??0x0,'voteCount':_0x26f6ef[_0x5834c2(0x1ae)]?.['stats']?.['vote_count']??0x0,'averageScore':(_0x26f6ef[_0x5834c2(0x1ae)]?.['stats']?.['average_score']??0x0)[_0x5834c2(0x174)](0x1)};case _0x490b96[_0x5834c2(0x1f0)]:return{'type':_0x490b96[_0x5834c2(0x1f0)],'title':_0x26f6ef[_0x5834c2(0x18d)],'score':_0x26f6ef[_0x5834c2(0x178)]??0x0,'voteCount':_0x26f6ef['voteCount']??0x0,'averageScore':_0x26f6ef[_0x5834c2(0x1de)]??_0x490b96[_0x5834c2(0x1c2)]};case 0x64:return{'type':_0x490b96[_0x5834c2(0x1ab)],'title':_0x26f6ef['data'][_0x5834c2(0x18d)],'count':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x20c)],...this[_0x5834c2(0x20a)](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1cd)]),'children':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x192)][_0x5834c2(0x1eb)](_0x53f892=>({'type':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1f3)],'name':_0x53f892[_0x5834c2(0x1ef)],'desc':_0x53f892['desc'],'jump':_0x53f892[_0x5834c2(0x1b4)],'image':_0x53f892['image']?.[_0x5834c2(0x18c)]||_0x53f892[_0x5834c2(0x20b)]}))};case _0x490b96['zATBZ']:return{'type':_0x490b96[_0x5834c2(0x1ab)],'count':_0x26f6ef[_0x5834c2(0x20c)],'color':_0x26f6ef['color'],'children':_0x26f6ef[_0x5834c2(0x192)][_0x5834c2(0x1eb)](_0x3883ee=>({'type':_0x3883ee[_0x5834c2(0x201)],'name':_0x3883ee[_0x5834c2(0x1ef)],'desc':_0x3883ee[_0x5834c2(0x1ad)],'jump':_0x3883ee['jump'],'image':_0x3883ee[_0x5834c2(0x20b)]?.[_0x5834c2(0x18c)]||_0x3883ee['image']}))};case 0x65:return{'type':_0x490b96['yNqmn'],'title':_0x26f6ef['data'][_0x5834c2(0x18d)],'count':_0x26f6ef['data']['count'],...this['_colorInfo'](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1cd)]),'tabs':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x204)]['map'](_0x245452=>({'name':_0x245452['tab'],'children':_0x245452[_0x5834c2(0x192)][_0x5834c2(0x1eb)](_0x1369cb=>({'type':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1f3)],'name':_0x1369cb[_0x5834c2(0x1ef)],'desc':_0x1369cb['desc'],'jump':_0x1369cb['jump'],'image':_0x1369cb[_0x5834c2(0x20b)]?.[_0x5834c2(0x18c)]||''}))}))};case _0x490b96[_0x5834c2(0x185)]:return{'type':_0x490b96[_0x5834c2(0x185)],'title':_0x26f6ef[_0x5834c2(0x18d)],'count':_0x26f6ef[_0x5834c2(0x20c)],'color':_0x26f6ef['color'],'titleTextColor':_0x26f6ef[_0x5834c2(0x1c1)]||(_0x26f6ef[_0x5834c2(0x1cd)]?this[_0x5834c2(0x1f4)](_0x26f6ef[_0x5834c2(0x1cd)])?_0x490b96[_0x5834c2(0x1ec)]:_0x490b96['nlBNs']:''),'tabs':_0x26f6ef[_0x5834c2(0x204)][_0x5834c2(0x1eb)](_0x5b49d8=>({'name':_0x5b49d8[_0x5834c2(0x1ef)],'children':_0x5b49d8[_0x5834c2(0x192)]}))};case 0x66:return{'type':_0x490b96['GjQnz'],'title':_0x26f6ef['data'][_0x5834c2(0x18d)],'count':_0x26f6ef[_0x5834c2(0x1b0)]['count'],...this[_0x5834c2(0x20a)](_0x26f6ef[_0x5834c2(0x1b0)]['color']),'classes':_0x26f6ef['data'][_0x5834c2(0x1a9)]||[],'children':_0x26f6ef[_0x5834c2(0x1b0)]['children']['map'](_0x146ce4=>({..._0x146ce4,'type':_0x26f6ef[_0x5834c2(0x1b0)]['child_type'],'keys':_0x146ce4[_0x5834c2(0x191)]||[]}))};case 0x7d0:return{'type':_0x490b96[_0x5834c2(0x198)],'title':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x18d)],'hasDivider':!![],...this['_colorInfo'](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1cd)]),'children':this[_0x5834c2(0x18b)](_0x26f6ef[_0x5834c2(0x1b0)]['children']||[])};case 0x3e8:return{'type':_0x490b96[_0x5834c2(0x198)],'title':_0x26f6ef['data']['title'],...this[_0x5834c2(0x20a)](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1cd)]),'children':this[_0x5834c2(0x18b)](_0x26f6ef[_0x5834c2(0x1b0)]['children']||[])};case 0x3e9:return{'type':_0x490b96[_0x5834c2(0x18a)],'title':_0x490b96['uBQYn'],...this[_0x5834c2(0x20a)](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1cd)]),'info':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x177)]};case _0x490b96[_0x5834c2(0x18a)]:return{'type':_0x490b96[_0x5834c2(0x18a)],'title':_0x490b96[_0x5834c2(0x1d2)],'color':_0x26f6ef[_0x5834c2(0x1cd)],'info':_0x26f6ef['info']};case 0x3ea:return{'type':_0x5834c2(0x1d5),'key':'collapse','title':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x18d)],...this['_colorInfo'](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1cd)]),'children':this[_0x5834c2(0x18b)](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x192)]||[])};case 0x3eb:return{'type':_0x490b96[_0x5834c2(0x1e0)],'title':_0x26f6ef['data'][_0x5834c2(0x18d)],...this[_0x5834c2(0x20a)](_0x26f6ef['data'][_0x5834c2(0x1cd)]),'tabs':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x204)][_0x5834c2(0x1eb)](_0x3ee32c=>({'name':_0x3ee32c[_0x5834c2(0x1ea)],'children':this[_0x5834c2(0x18b)](_0x3ee32c[_0x5834c2(0x192)]||[])}))};case _0x490b96[_0x5834c2(0x1e0)]:return{'titleTextColor':_0x26f6ef['titleTextColor']||(_0x26f6ef['color']?this[_0x5834c2(0x1f4)](_0x26f6ef[_0x5834c2(0x1cd)])?_0x490b96['PlVpY']:_0x490b96[_0x5834c2(0x1be)]:''),'type':_0x5834c2(0x19f),'title':_0x26f6ef[_0x5834c2(0x18d)],'color':_0x26f6ef[_0x5834c2(0x1cd)],'tabs':_0x26f6ef[_0x5834c2(0x204)]};case 0x3ec:{const _0x35ad45=_0x26f6ef[_0x5834c2(0x1b0)]['left']?this[_0x5834c2(0x18b)]([_0x26f6ef[_0x5834c2(0x1b0)]['left']])[0x0]:null,_0x1d6a17=_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1e8)]?this[_0x5834c2(0x18b)]([_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1e8)]])[0x0]:null;return{'type':'lr','title':_0x26f6ef[_0x5834c2(0x1b0)]['title'],...this[_0x5834c2(0x20a)](_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x1cd)]),'percent':_0x26f6ef[_0x5834c2(0x1b0)]['percent'],'left':_0x35ad45,'right':_0x1d6a17,'children':[_0x35ad45,_0x1d6a17][_0x5834c2(0x1ed)](Boolean)};}case'lr':return{'type':'lr','title':_0x26f6ef[_0x5834c2(0x18d)],'color':_0x26f6ef['color'],'percent':_0x26f6ef[_0x5834c2(0x1e4)],'left':_0x26f6ef['left'],'right':_0x26f6ef['right'],'children':_0x26f6ef['children']};case 0x3ed:return{'type':_0x490b96[_0x5834c2(0x198)],'key':_0x490b96[_0x5834c2(0x1b1)],'title':_0x26f6ef[_0x5834c2(0x1b0)][_0x5834c2(0x18d)],...this[_0x5834c2(0x20a)](_0x26f6ef[_0x5834c2(0x1b0)]['color']),'children':this[_0x5834c2(0x18b)](_0x26f6ef[_0x5834c2(0x1b0)]['children']||[])};case'container':return{'type':_0x490b96[_0x5834c2(0x198)],'key':_0x26f6ef['key'],'title':_0x26f6ef[_0x5834c2(0x18d)],'color':_0x26f6ef['color'],'titleTextColor':_0x26f6ef[_0x5834c2(0x1c1)]||(_0x26f6ef[_0x5834c2(0x1cd)]?this[_0x5834c2(0x1f4)](_0x26f6ef[_0x5834c2(0x1cd)])?_0x5834c2(0x1a4):_0x490b96[_0x5834c2(0x1be)]:''),'children':this[_0x5834c2(0x18b)](_0x26f6ef['children']||[])};default:return null;}})[_0x279857(0x1ed)](Boolean);},'_toTowxml'(_0x5ece53){const _0x5cf12d=_0x3d9355,_0x4a30c5={'tjKEH':function(_0x2b80b8,_0xf10080){return _0x2b80b8(_0xf10080);},'mPGPN':_0x5cf12d(0x197),'naraX':_0x5cf12d(0x206),'dKdRq':_0x5cf12d(0x1fa),'gScJy':function(_0x3b34bc,_0x627859,_0x5eea1e,_0x2a1253){return _0x3b34bc(_0x627859,_0x5eea1e,_0x2a1253);},'bZspz':_0x5cf12d(0x1d7),'ShNZM':_0x5cf12d(0x1bb),'erFEd':_0x5cf12d(0x1b8)};if(!_0x5ece53)return{};try{return _0x5ece53=_0x5ece53[_0x5cf12d(0x183)](/\|([^|]*?):\d+/g,_0x4a30c5[_0x5cf12d(0x1bf)]),_0x5ece53=_0x5ece53[_0x5cf12d(0x183)](/#\[([^\]]+)\]\(([^\)]+)\)/g,(_0x529367,_0x56a75b,_0x1c54c8)=>{const _0x4871b6=_0x5cf12d;let _0x484050=_0x1c54c8;if(/^[0-9a-fA-F]{8}$/[_0x4871b6(0x1ee)](_0x1c54c8)){const _0x121b25=_0x1c54c8[_0x4871b6(0x196)](0x2,0x4),_0xddd8fd=_0x1c54c8['slice'](0x4,0x6),_0x333b79=_0x1c54c8[_0x4871b6(0x196)](0x6,0x8);_0x484050='#'+_0x121b25+_0xddd8fd+_0x333b79;}else/^[0-9a-fA-F]{6}$/[_0x4871b6(0x1ee)](_0x1c54c8)&&(_0x484050='#'+_0x1c54c8);return'<span\x20style=\x22color:'+_0x484050+'\x22>'+_0x56a75b+_0x4871b6(0x1bd);}),_0x4a30c5[_0x5cf12d(0x1c9)](towxml,_0x5ece53,_0x4a30c5[_0x5cf12d(0x19d)],{'theme':_0x4a30c5[_0x5cf12d(0x1ce)],'events':{'tap':_0x447976=>{const _0x2059d4=_0x5cf12d,_0x1610eb=_0x447976[_0x2059d4(0x188)]?.['dataset']||_0x447976[_0x2059d4(0x205)]?.[_0x2059d4(0x1b5)]||{},_0x31e29b=_0x1610eb[_0x2059d4(0x1ac)]||_0x1610eb[_0x2059d4(0x17e)]||_0x1610eb[_0x2059d4(0x18c)]||'';if(!_0x31e29b)return;const _0x112227=_0x4a30c5[_0x2059d4(0x1fc)](decodeURIComponent,_0x31e29b);!_0x112227[_0x2059d4(0x187)](_0x4a30c5[_0x2059d4(0x1fd)])&&!_0x112227[_0x2059d4(0x187)](_0x4a30c5['naraX'])&&this['_jumpAction'](_0x112227);}}});}catch(_0x4fa6af){return console[_0x5cf12d(0x1c4)](_0x4a30c5['erFEd'],_0x4fa6af),{};}},'onTabChange'(_0xcc13f7){const _0x5bb873=_0x3d9355,{blockIndex:_0xf4bcd8,tabName:_0x322660}=_0xcc13f7[_0x5bb873(0x188)][_0x5bb873(0x1b5)],_0x193bd3={...this[_0x5bb873(0x1b0)][_0x5bb873(0x19b)],[_0xf4bcd8]:_0x322660};this[_0x5bb873(0x1e2)]({'tabActiveMap':_0x193bd3});},'onFilterChange'(_0x5fdeef){const _0x52f50d=_0x3d9355,_0x5393c3={'GaFTc':function(_0x53db2e,_0x2607b9){return _0x53db2e===_0x2607b9;},'egzcq':function(_0x4aae78,_0x4f1183){return _0x4aae78!==_0x4f1183;},'oSIFO':_0x52f50d(0x1b9)},{ci:_0x343879,key:_0x315362}=_0x5fdeef[_0x52f50d(0x188)]['dataset'],_0x21a1c7={...this[_0x52f50d(0x1b0)]['filterMap'],[_0x343879]:_0x315362},_0x4bf029=this['data']['parsedBlocks'][_0x52f50d(0x1eb)](_0x3391d6=>{const _0x245bef=_0x52f50d;if(_0x5393c3['egzcq'](_0x3391d6[_0x245bef(0x201)],_0x5393c3[_0x245bef(0x181)]))return _0x3391d6;const _0x5afe8d=_0x3391d6[_0x245bef(0x192)][_0x245bef(0x1ed)](_0x2804a3=>_0x3391d6[_0x245bef(0x1a9)][_0x245bef(0x1dd)]((_0x5cd5cc,_0x53397f)=>{const _0x101581=_0x245bef,_0x1f713e=_0x21a1c7[_0x53397f]||'不限';return _0x5393c3[_0x101581(0x1bc)](_0x1f713e,'不限')||_0x2804a3['keys'][_0x101581(0x1db)](_0x1f713e);}));return{..._0x3391d6,'filteredChildren':_0x5afe8d};});this['setData']({'filterMap':_0x21a1c7,'parsedBlocks':_0x4bf029});},'onToggleCollapse'(_0x2e32e4){const _0x26e9a6=_0x3d9355,{index:_0x32a2ec}=_0x2e32e4[_0x26e9a6(0x188)][_0x26e9a6(0x1b5)],_0x4dd2bd={...this[_0x26e9a6(0x1b0)][_0x26e9a6(0x1c0)]};_0x4dd2bd[_0x32a2ec]=!_0x4dd2bd[_0x32a2ec],this['setData']({'collapseActive':_0x4dd2bd});},'onVanTabChange'(_0x3b62c7){const _0x4b457e=_0x3d9355,{blockIndex:_0x237d65}=_0x3b62c7[_0x4b457e(0x188)]['dataset'],_0x3265ef=_0x3b62c7[_0x4b457e(0x1a1)][_0x4b457e(0x1ef)],_0x21a885={...this[_0x4b457e(0x1b0)][_0x4b457e(0x19b)],[_0x237d65]:_0x3265ef};this[_0x4b457e(0x1e2)]({'tabActiveMap':_0x21a885});},'onJump'(_0xd9be58){const _0x22a4eb=_0x3d9355,_0x1075f8=_0xd9be58[_0x22a4eb(0x188)][_0x22a4eb(0x1b5)]['jump'];if(_0x1075f8)this[_0x22a4eb(0x1ba)](_0x1075f8);},'onTowxmlLinkTap'(_0x5c516e){const _0x182110=_0x3d9355,_0x42e8b1={'uIDFQ':function(_0x5e4a69,_0x376d41){return _0x5e4a69(_0x376d41);},'bUGHA':'wiki\x20跳转:'},_0x59eb2f=_0x5c516e[_0x182110(0x1a1)]['href']||'';if(!_0x59eb2f)return;const _0x3c3ddf=_0x42e8b1[_0x182110(0x17b)](decodeURIComponent,_0x59eb2f);console[_0x182110(0x1e3)](_0x42e8b1['bUGHA'],_0x3c3ddf),this[_0x182110(0x1ba)](_0x3c3ddf);},'onRichTextTap'(_0x1b2e4d){const _0xc19993=_0x3d9355,_0x305226={'zWTjQ':function(_0x217a78,_0x46034b){return _0x217a78(_0x46034b);},'HdMSo':'richText\x20tap,\x20block\x20index:'};debugger;const _0x5afcb8=_0x1b2e4d[_0xc19993(0x205)][_0xc19993(0x1b5)]||_0x1b2e4d[_0xc19993(0x188)][_0xc19993(0x1b5)];if(_0x5afcb8[_0xc19993(0x1b3)]){this[_0xc19993(0x1ba)](_0x5afcb8['wiki']);return;}const _0x1adf65=_0x5afcb8[_0xc19993(0x1ac)]||_0x5afcb8[_0xc19993(0x17e)];if(_0x1adf65){const _0x5a4fb9=_0x305226[_0xc19993(0x182)](decodeURIComponent,_0x1adf65);this[_0xc19993(0x1ba)](_0x5a4fb9);return;}const _0x580694=_0x1b2e4d[_0xc19993(0x188)][_0xc19993(0x1b5)]['index'];console[_0xc19993(0x1e3)](_0x305226[_0xc19993(0x1dc)],_0x580694);},'onImageTap'(_0x50260d){const _0x5b3a98=_0x3d9355,_0x2327f6=_0x50260d[_0x5b3a98(0x188)]['dataset'][_0x5b3a98(0x1b4)];if(_0x2327f6)this[_0x5b3a98(0x1ba)](_0x2327f6);},'_jumpAction'(_0x43c033){const _0x1e8ad2=_0x3d9355,_0x3d6f00={'mhtaq':function(_0x417b81,_0x3fb130){return _0x417b81(_0x3fb130);}};if(!_0x43c033)return;wx[_0x1e8ad2(0x207)]({'url':_0x1e8ad2(0x1df)+this[_0x1e8ad2(0x1c8)]['gameId']+_0x1e8ad2(0x1b2)+_0x3d6f00[_0x1e8ad2(0x213)](encodeURIComponent,_0x43c033)});},'onOpenScoreModal'(_0x236e9e){const _0x3184d2=_0x3d9355,_0x4f9399={'UgeFZ':function(_0x3bccde){return _0x3bccde();}};if(!_0x4f9399[_0x3184d2(0x1cf)](checkLogin))return;const {index:_0x4b858a}=_0x236e9e[_0x3184d2(0x188)][_0x3184d2(0x1b5)],_0x5ecf1f=this[_0x3184d2(0x1b0)][_0x3184d2(0x211)][_0x4b858a];this[_0x3184d2(0x1e2)]({'scoreModal':{'visible':!![],'title':_0x5ecf1f[_0x3184d2(0x18d)],'blockIndex':_0x4b858a,'selected':_0x5ecf1f[_0x3184d2(0x178)]||0x0}});},'onSelectStar'(_0x1a9186){const _0x5ded23=_0x3d9355;this[_0x5ded23(0x1e2)]({'scoreModal.selected':_0x1a9186[_0x5ded23(0x1a1)]});},'onCloseScoreModal'(){this['setData']({'scoreModal.visible':![]});},'stopPropagation'(){},async 'onSubmitScore'(){const _0x16d757=_0x3d9355,_0x567613={'hIjNf':function(_0x91f0c9,_0x3ef9a9){return _0x91f0c9!==_0x3ef9a9;},'lUJSd':'submit','dBmhf':_0x16d757(0x1f8),'kLFAK':function(_0x37f6ff,_0x6202e7,_0xac7ed8,_0x5e94c2){return _0x37f6ff(_0x6202e7,_0xac7ed8,_0x5e94c2);},'LqtjI':_0x16d757(0x180),'NgtCb':_0x16d757(0x1d1),'qiMyg':_0x16d757(0x1d4),'dLKhQ':_0x16d757(0x210)};console[_0x16d757(0x1e3)](_0x567613[_0x16d757(0x1a5)],this[_0x16d757(0x1b0)][_0x16d757(0x19c)]);const {selected:_0x3a60cb,blockIndex:_0x5870ab}=this[_0x16d757(0x1b0)][_0x16d757(0x19c)];if(!_0x3a60cb||_0x3a60cb<=0x0)return;try{wx[_0x16d757(0x1e5)]({'title':_0x567613['dBmhf']});const _0x19c746=this[_0x16d757(0x1b0)][_0x16d757(0x1ef)]??'',_0x480491=await _0x567613[_0x16d757(0x19a)](submitGameWikiScore,this[_0x16d757(0x1c8)][_0x16d757(0x1c3)],_0x19c746,_0x3a60cb);wx[_0x16d757(0x208)](),wx['showToast']({'title':_0x567613[_0x16d757(0x1d0)],'icon':_0x567613[_0x16d757(0x1f1)]});const _0x50bcc2=this[_0x16d757(0x1b0)]['parsedBlocks'][_0x16d757(0x1eb)]((_0x11e94a,_0x32094f)=>{const _0x3a3c8c=_0x16d757;if(_0x567613['hIjNf'](_0x32094f,_0x5870ab))return _0x11e94a;return{..._0x11e94a,'score':_0x480491['data'][_0x3a3c8c(0x178)],'voteCount':_0x480491[_0x3a3c8c(0x1b0)]['stats'][_0x3a3c8c(0x1cb)],'averageScore':_0x480491[_0x3a3c8c(0x1b0)][_0x3a3c8c(0x1ae)]['average_score'][_0x3a3c8c(0x174)](0x1),'starFillMap':this[_0x3a3c8c(0x209)](_0x480491[_0x3a3c8c(0x1b0)]['stats'][_0x3a3c8c(0x179)])};});this['setData']({'parsedBlocks':_0x50bcc2,'scoreModal.visible':![]});}catch(_0x4133b5){wx['hideLoading'](),wx[_0x16d757(0x17d)]({'title':_0x567613[_0x16d757(0x1b6)],'icon':_0x567613[_0x16d757(0x1fb)]});}},'_getStarFillMap'(_0x444469){const _0x3c6e52=_0x3d9355,_0x21123d={'zubaZ':function(_0x398ca2,_0x3d50b6){return _0x398ca2<=_0x3d50b6;},'uwFhH':function(_0x5643af,_0x589c69){return _0x5643af>=_0x589c69;},'jVcbi':function(_0x8af56b,_0x11d617){return _0x8af56b-_0x11d617;}},_0x46a72={};for(let _0x25a699=0x1;_0x21123d[_0x3c6e52(0x1c5)](_0x25a699,0x5);_0x25a699++){if(_0x21123d[_0x3c6e52(0x203)](_0x444469,_0x25a699))_0x46a72[_0x25a699]=0x64;else _0x21123d[_0x3c6e52(0x203)](_0x444469,_0x21123d[_0x3c6e52(0x1f5)](_0x25a699,0.5))?_0x46a72[_0x25a699]=0x32:_0x46a72[_0x25a699]=0x0;}return _0x46a72;}}});function _0x4098(){const _0x289ede=['BgLNAhq','r2fgvgm','pc9ZCgfUpG','BMXctNm','zeTKuNe','y29SBgfWC2vby3rPDMu','DgL0BgvuzxH0q29SB3i','whDKuuu','z2fTzuLK','zxjYB3i','ENvIyvO','AvrpDNO','mtaZntu5otrrA0fiDey','ChjVCgvYDgLLCW','z1nJsNK','odC2tNvstg1p','DM90zv9JB3vUDa','DgfIBgu','y29SB3i','u2HowK0','vwDLrLO','thf0AKK','C3vJy2vZCW','Dujrww4','CMf0Aw8','5O+q5lQK5AsX6lsL','y29UDgfPBMvY','z3jPza','BwfYA2rVD24','BgvUz3rO','Dg9mB3DLCKnHC2u','mta5mJy5muXrzKXNDW','Aw5JBhvKzxm','sgrnu28','zxzLCNK','yxzLCMfNzvnJB3jL','lI4VlI4VCgfNzxmVD2LRAs93AwTPp2DHBwvFAwq9','zNjXANC','mJeXnZqZngXrEK9Srq','C2v0rgf0yq','Bg9N','CgvYy2vUDa','C2HVD0XVywrPBMC','vvffEem','rMvoCKW','CMLNAhq','u0r4zfC','DgfI','BwfW','ugXwCfK','zMLSDgvY','DgvZDa','BMfTzq','CMDTvg8','tMD0q2i','yurnC1K','y2HPBgrFDhLWzq','x2LZrgfYA0nVBg9Y','ALzJyMK','B3rbAu0','mc4W','5O+q5lQK5lITlI4U','n3LRwLHizG','FcqX','zeXlAfe','DgPlruG','Bvbhue4','Dgv4Da','Aw1Hz2vFANvTCa','rhvZtM0','DhLWzq','yNvyAKS','DxDgAeG','DgfICW','DgfYz2v0','Ahr0Chm6lY8','BMf2AwDHDgvuBW','AgLKzuXVywrPBMC','x2DLDfn0yxjgAwXStwfW','x2nVBg9Ysw5MBW','Aw1Hz2u','y291BNq','otqWnfbWwxz1tq','zvLJt2G','nwLeA0fkra','BM9Uzq','CgfYC2vKqMXVy2TZ','CMLJAfrLEhq','BwH0yxe','Dg9gAxHLza','y1HYBKe','AgfZ','Aw5MBW','C2nVCMu','yxzLCMfNzv9Zy29Yzq','tu9cDuC','DuLerLe','twntue4','C2HVD1rVyxn0','AhjLzG','zxHtwK4','6k+e5yIg5OIq5yQF','B1njrK8','ELDuALe','CMvWBgfJzq','x3rVvg93Eg1S','Eu5XBw4','ntG5mJq2nfrUqxrNqq','C3rHCNrZv2L0Aa','y3vYCMvUDfrHCMDLDa','yxbWBhKTC2HHCMvK','EgvTBvu','x3bHCNnLqMXVy2TZ','DxjS','DgL0Bgu','mJG3mta2mgvLyNvquG','yMfUBMvY','Du5jA0W','A2v5CW','y2HPBgrYzw4','mti5mtK0ngLICevotq','iZaWmdaWma','wMfgzLC','C2XPy2u','Ahr0CdOVlW','rwnYrhq','EK12yvK','A0XgquS','DgfIqwn0AxzLtwfW','C2nVCMvnB2rHBa','yLPZChO','zMLSDgvYzwrdAgLSzhjLBG','y29UDgvUDc10ywjZ','vMfYzM0','zgv0ywLS','wvvZy3O','ALnPu24','i2zMzMzMzG','Bfvku2q','wKPLs2O','BMnWAuO','BgvMDa','y2XHC3nLCW','t3zVvMO','EKfuqLO','C3jJ','zgvZyW','C3rHDhm','zw1WDhK','zgf0yq','q1f4CxC','jM5HBwu9','D2LRAq','ANvTCa','zgf0yxnLDa','CwLnEwC','x2fYz2juB0nZC0HLEa','Dg93Eg1SioINO+AEKowKSEI0Pq','zMLSDgvYlxrHyNm','x2P1Bxbby3rPB24'];_0x4098=function(){return _0x289ede;};return _0x4098();}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": true,
|
|
3
|
+
"usingComponents": {
|
|
4
|
+
"towxml": "../../towxml/towxml",
|
|
5
|
+
"wiki-renderer": "../wiki-renderer/wiki-renderer",
|
|
6
|
+
"grid-item": "../grid-item/grid-item",
|
|
7
|
+
"van-tabs": "@vant/weapp/tabs/index",
|
|
8
|
+
"van-tab": "@vant/weapp/tab/index",
|
|
9
|
+
"wiki-tabs": "../wiki-tabs/wiki-tabs",
|
|
10
|
+
"van-rate": "@vant/weapp/rate/index"
|
|
11
|
+
}
|
|
12
|
+
}
|