maidraw 0.7.13 → 0.7.15
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/assets/themes/maimai/best50/cn/2024Landscape/manifest.json +1 -10
- package/assets/themes/maimai/best50/cn/2024Portrait/manifest.json +18 -9
- package/assets/themes/maimai/best50/jp/buddiesLandscape/manifest.json +2 -11
- package/assets/themes/maimai/best50/jp/buddiesPlusLandscape/manifest.json +2 -11
- package/assets/themes/maimai/best50/jp/buddiesPlusPortrait/manifest.json +18 -9
- package/assets/themes/maimai/best50/jp/buddiesPortrait/manifest.json +18 -9
- package/assets/themes/maimai/best50/jp/finaleLandscape/manifest.json +2 -11
- package/assets/themes/maimai/best50/jp/finalePortrait/manifest.json +18 -9
- package/assets/themes/maimai/best50/jp/prismLandscape/manifest.json +1 -10
- package/assets/themes/maimai/best50/jp/prismPlusLandscape/manifest.json +2 -11
- package/assets/themes/maimai/best50/jp/prismPlusPortrait/manifest.json +19 -11
- package/assets/themes/maimai/best50/jp/prismPortrait/manifest.json +18 -9
- package/assets/themes/maimai/best50/salt/2026landscape/manifest.json +3 -12
- package/dist/mai/best50/index.js +2 -0
- package/dist/mai/best50/index.js.map +1 -1
- package/dist/mai/chart/database.js +5 -4
- package/dist/mai/chart/database.js.map +1 -1
- package/dist/mai/chart/index.js +8 -10
- package/dist/mai/chart/index.js.map +1 -1
- package/dist/mai/index.d.ts +2 -0
- package/dist/mai/index.js +2 -0
- package/dist/mai/index.js.map +1 -1
- package/dist/mai/level50/index.d.ts +28 -0
- package/dist/mai/level50/index.js +774 -0
- package/dist/mai/level50/index.js.map +1 -0
- package/dist/mai/lib/divingFish/index.d.ts +3 -0
- package/dist/mai/lib/divingFish/index.js +3 -0
- package/dist/mai/lib/divingFish/index.js.map +1 -1
- package/dist/mai/lib/index.d.ts +3 -0
- package/dist/mai/lib/index.js.map +1 -1
- package/dist/mai/lib/kamaiTachi/index.d.ts +4 -0
- package/dist/mai/lib/kamaiTachi/index.js +35 -0
- package/dist/mai/lib/kamaiTachi/index.js.map +1 -1
- package/dist/mai/lib/lxns/index.d.ts +3 -0
- package/dist/mai/lib/lxns/index.js +3 -0
- package/dist/mai/lib/lxns/index.js.map +1 -1
- package/dist/mai/lib/maishift/index.d.ts +3 -0
- package/dist/mai/lib/maishift/index.js +3 -0
- package/dist/mai/lib/maishift/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -156,16 +156,7 @@
|
|
|
156
156
|
"y": 100,
|
|
157
157
|
"borderColor": "#754F05",
|
|
158
158
|
"align": "left",
|
|
159
|
-
"content": "
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"type": "text",
|
|
163
|
-
"size": 24,
|
|
164
|
-
"x": 1095,
|
|
165
|
-
"y": 100,
|
|
166
|
-
"borderColor": "#754F05",
|
|
167
|
-
"align": "left",
|
|
168
|
-
"content": "scores average: {newScoreRatingAvg}.\nscores average: {oldScoreRatingAvg}."
|
|
159
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
160
|
},
|
|
170
161
|
{
|
|
171
162
|
"type": "text",
|
|
@@ -165,25 +165,34 @@
|
|
|
165
165
|
"y": 390,
|
|
166
166
|
"borderColor": "#754F05",
|
|
167
167
|
"align": "left",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"type": "text",
|
|
172
172
|
"size": 24,
|
|
173
|
-
"x":
|
|
173
|
+
"x": 370,
|
|
174
174
|
"y": 390,
|
|
175
175
|
"borderColor": "#754F05",
|
|
176
176
|
"align": "left",
|
|
177
|
-
"content": "
|
|
177
|
+
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"type": "text",
|
|
181
|
-
"size":
|
|
182
|
-
"x":
|
|
183
|
-
"y":
|
|
181
|
+
"size": 30,
|
|
182
|
+
"x": 780,
|
|
183
|
+
"y": 370,
|
|
184
184
|
"borderColor": "#754F05",
|
|
185
|
-
"align": "
|
|
186
|
-
"content": "{
|
|
185
|
+
"align": "center",
|
|
186
|
+
"content": "{level50Title}"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "text",
|
|
190
|
+
"size": 18,
|
|
191
|
+
"x": 780,
|
|
192
|
+
"y": 400,
|
|
193
|
+
"borderColor": "#754F05",
|
|
194
|
+
"align": "center",
|
|
195
|
+
"content": "{level50Subtitle}"
|
|
187
196
|
}
|
|
188
197
|
]
|
|
189
|
-
}
|
|
198
|
+
}
|
|
@@ -156,16 +156,7 @@
|
|
|
156
156
|
"y": 100,
|
|
157
157
|
"borderColor": "#754F05",
|
|
158
158
|
"align": "left",
|
|
159
|
-
"content": "
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"type": "text",
|
|
163
|
-
"size": 24,
|
|
164
|
-
"x": 1095,
|
|
165
|
-
"y": 100,
|
|
166
|
-
"borderColor": "#754F05",
|
|
167
|
-
"align": "left",
|
|
168
|
-
"content": "scores average: {newScoreRatingAvg}.\nscores average: {oldScoreRatingAvg}."
|
|
159
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
160
|
},
|
|
170
161
|
{
|
|
171
162
|
"type": "text",
|
|
@@ -177,4 +168,4 @@
|
|
|
177
168
|
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
169
|
}
|
|
179
170
|
]
|
|
180
|
-
}
|
|
171
|
+
}
|
|
@@ -156,16 +156,7 @@
|
|
|
156
156
|
"y": 100,
|
|
157
157
|
"borderColor": "#754F05",
|
|
158
158
|
"align": "left",
|
|
159
|
-
"content": "
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"type": "text",
|
|
163
|
-
"size": 24,
|
|
164
|
-
"x": 1095,
|
|
165
|
-
"y": 100,
|
|
166
|
-
"borderColor": "#754F05",
|
|
167
|
-
"align": "left",
|
|
168
|
-
"content": "scores average: {newScoreRatingAvg}.\nscores average: {oldScoreRatingAvg}."
|
|
159
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
160
|
},
|
|
170
161
|
{
|
|
171
162
|
"type": "text",
|
|
@@ -177,4 +168,4 @@
|
|
|
177
168
|
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
169
|
}
|
|
179
170
|
]
|
|
180
|
-
}
|
|
171
|
+
}
|
|
@@ -165,25 +165,34 @@
|
|
|
165
165
|
"y": 390,
|
|
166
166
|
"borderColor": "#754F05",
|
|
167
167
|
"align": "left",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"type": "text",
|
|
172
172
|
"size": 24,
|
|
173
|
-
"x":
|
|
173
|
+
"x": 370,
|
|
174
174
|
"y": 390,
|
|
175
175
|
"borderColor": "#754F05",
|
|
176
176
|
"align": "left",
|
|
177
|
-
"content": "
|
|
177
|
+
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"type": "text",
|
|
181
|
-
"size":
|
|
182
|
-
"x":
|
|
183
|
-
"y":
|
|
181
|
+
"size": 30,
|
|
182
|
+
"x": 780,
|
|
183
|
+
"y": 370,
|
|
184
184
|
"borderColor": "#754F05",
|
|
185
|
-
"align": "
|
|
186
|
-
"content": "{
|
|
185
|
+
"align": "center",
|
|
186
|
+
"content": "{level50Title}"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "text",
|
|
190
|
+
"size": 18,
|
|
191
|
+
"x": 780,
|
|
192
|
+
"y": 400,
|
|
193
|
+
"borderColor": "#754F05",
|
|
194
|
+
"align": "center",
|
|
195
|
+
"content": "{level50Subtitle}"
|
|
187
196
|
}
|
|
188
197
|
]
|
|
189
|
-
}
|
|
198
|
+
}
|
|
@@ -165,25 +165,34 @@
|
|
|
165
165
|
"y": 390,
|
|
166
166
|
"borderColor": "#754F05",
|
|
167
167
|
"align": "left",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"type": "text",
|
|
172
172
|
"size": 24,
|
|
173
|
-
"x":
|
|
173
|
+
"x": 370,
|
|
174
174
|
"y": 390,
|
|
175
175
|
"borderColor": "#754F05",
|
|
176
176
|
"align": "left",
|
|
177
|
-
"content": "
|
|
177
|
+
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"type": "text",
|
|
181
|
-
"size":
|
|
182
|
-
"x":
|
|
183
|
-
"y":
|
|
181
|
+
"size": 30,
|
|
182
|
+
"x": 780,
|
|
183
|
+
"y": 370,
|
|
184
184
|
"borderColor": "#754F05",
|
|
185
|
-
"align": "
|
|
186
|
-
"content": "{
|
|
185
|
+
"align": "center",
|
|
186
|
+
"content": "{level50Title}"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "text",
|
|
190
|
+
"size": 18,
|
|
191
|
+
"x": 780,
|
|
192
|
+
"y": 400,
|
|
193
|
+
"borderColor": "#754F05",
|
|
194
|
+
"align": "center",
|
|
195
|
+
"content": "{level50Subtitle}"
|
|
187
196
|
}
|
|
188
197
|
]
|
|
189
|
-
}
|
|
198
|
+
}
|
|
@@ -140,16 +140,7 @@
|
|
|
140
140
|
"y": 100,
|
|
141
141
|
"borderColor": "#242B4A",
|
|
142
142
|
"align": "left",
|
|
143
|
-
"content": "
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"type": "text",
|
|
147
|
-
"size": 24,
|
|
148
|
-
"x": 1095,
|
|
149
|
-
"y": 100,
|
|
150
|
-
"borderColor": "#242B4A",
|
|
151
|
-
"align": "left",
|
|
152
|
-
"content": "scores average: {newScoreRatingAvg}.\nscores average: {oldScoreRatingAvg}."
|
|
143
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
153
144
|
},
|
|
154
145
|
{
|
|
155
146
|
"type": "text",
|
|
@@ -161,4 +152,4 @@
|
|
|
161
152
|
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
162
153
|
}
|
|
163
154
|
]
|
|
164
|
-
}
|
|
155
|
+
}
|
|
@@ -149,25 +149,34 @@
|
|
|
149
149
|
"y": 390,
|
|
150
150
|
"borderColor": "#242B4A",
|
|
151
151
|
"align": "left",
|
|
152
|
-
"content": "
|
|
152
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"type": "text",
|
|
156
156
|
"size": 24,
|
|
157
|
-
"x":
|
|
157
|
+
"x": 370,
|
|
158
158
|
"y": 390,
|
|
159
159
|
"borderColor": "#242B4A",
|
|
160
160
|
"align": "left",
|
|
161
|
-
"content": "
|
|
161
|
+
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"type": "text",
|
|
165
|
-
"size":
|
|
166
|
-
"x":
|
|
167
|
-
"y":
|
|
165
|
+
"size": 30,
|
|
166
|
+
"x": 780,
|
|
167
|
+
"y": 370,
|
|
168
168
|
"borderColor": "#242B4A",
|
|
169
|
-
"align": "
|
|
170
|
-
"content": "{
|
|
169
|
+
"align": "center",
|
|
170
|
+
"content": "{level50Title}"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"type": "text",
|
|
174
|
+
"size": 18,
|
|
175
|
+
"x": 780,
|
|
176
|
+
"y": 400,
|
|
177
|
+
"borderColor": "#242B4A",
|
|
178
|
+
"align": "center",
|
|
179
|
+
"content": "{level50Subtitle}"
|
|
171
180
|
}
|
|
172
181
|
]
|
|
173
|
-
}
|
|
182
|
+
}
|
|
@@ -156,16 +156,7 @@
|
|
|
156
156
|
"y": 100,
|
|
157
157
|
"borderColor": "#226180",
|
|
158
158
|
"align": "left",
|
|
159
|
-
"content": "
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"type": "text",
|
|
163
|
-
"size": 24,
|
|
164
|
-
"x": 1095,
|
|
165
|
-
"y": 100,
|
|
166
|
-
"borderColor": "#226180",
|
|
167
|
-
"align": "left",
|
|
168
|
-
"content": "scores average: {newScoreRatingAvg}.\nscores average: {oldScoreRatingAvg}."
|
|
159
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
160
|
},
|
|
170
161
|
{
|
|
171
162
|
"type": "text",
|
|
@@ -156,16 +156,7 @@
|
|
|
156
156
|
"y": 100,
|
|
157
157
|
"borderColor": "#226180",
|
|
158
158
|
"align": "left",
|
|
159
|
-
"content": "
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"type": "text",
|
|
163
|
-
"size": 24,
|
|
164
|
-
"x": 1095,
|
|
165
|
-
"y": 100,
|
|
166
|
-
"borderColor": "#226180",
|
|
167
|
-
"align": "left",
|
|
168
|
-
"content": "scores average: {newScoreRatingAvg}.\nscores average: {oldScoreRatingAvg}."
|
|
159
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
160
|
},
|
|
170
161
|
{
|
|
171
162
|
"type": "text",
|
|
@@ -177,4 +168,4 @@
|
|
|
177
168
|
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
169
|
}
|
|
179
170
|
]
|
|
180
|
-
}
|
|
171
|
+
}
|
|
@@ -165,25 +165,33 @@
|
|
|
165
165
|
"y": 390,
|
|
166
166
|
"borderColor": "#226180",
|
|
167
167
|
"align": "left",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"type": "text",
|
|
172
172
|
"size": 24,
|
|
173
|
-
"x":
|
|
173
|
+
"x": 370,
|
|
174
174
|
"y": 390,
|
|
175
175
|
"borderColor": "#226180",
|
|
176
176
|
"align": "left",
|
|
177
|
-
"content": "
|
|
177
|
+
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"type": "text",
|
|
181
|
-
"size":
|
|
182
|
-
"x":
|
|
183
|
-
"y":
|
|
181
|
+
"size": 30,
|
|
182
|
+
"x": 780,
|
|
183
|
+
"y": 370,
|
|
184
184
|
"borderColor": "#226180",
|
|
185
|
-
"align": "
|
|
186
|
-
"content": "{
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
|
|
185
|
+
"align": "center",
|
|
186
|
+
"content": "{level50Title}"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "text",
|
|
190
|
+
"size": 18,
|
|
191
|
+
"x": 780,
|
|
192
|
+
"y": 400,
|
|
193
|
+
"borderColor": "#226180",
|
|
194
|
+
"align": "center",
|
|
195
|
+
"content": "{level50Subtitle}"
|
|
196
|
+
} ]
|
|
197
|
+
}
|
|
@@ -165,25 +165,34 @@
|
|
|
165
165
|
"y": 390,
|
|
166
166
|
"borderColor": "#226180",
|
|
167
167
|
"align": "left",
|
|
168
|
-
"content": "
|
|
168
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"type": "text",
|
|
172
172
|
"size": 24,
|
|
173
|
-
"x":
|
|
173
|
+
"x": 370,
|
|
174
174
|
"y": 390,
|
|
175
175
|
"borderColor": "#226180",
|
|
176
176
|
"align": "left",
|
|
177
|
-
"content": "
|
|
177
|
+
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
"type": "text",
|
|
181
|
-
"size":
|
|
182
|
-
"x":
|
|
183
|
-
"y":
|
|
181
|
+
"size": 30,
|
|
182
|
+
"x": 780,
|
|
183
|
+
"y": 370,
|
|
184
184
|
"borderColor": "#226180",
|
|
185
|
-
"align": "
|
|
186
|
-
"content": "{
|
|
185
|
+
"align": "center",
|
|
186
|
+
"content": "{level50Title}"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"type": "text",
|
|
190
|
+
"size": 18,
|
|
191
|
+
"x": 780,
|
|
192
|
+
"y": 400,
|
|
193
|
+
"borderColor": "#226180",
|
|
194
|
+
"align": "center",
|
|
195
|
+
"content": "{level50Subtitle}"
|
|
187
196
|
}
|
|
188
197
|
]
|
|
189
|
-
}
|
|
198
|
+
}
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"type": "image",
|
|
69
|
-
"x":484,
|
|
69
|
+
"x": 484,
|
|
70
70
|
"y": 70,
|
|
71
71
|
"width": 690,
|
|
72
72
|
"height": 633,
|
|
@@ -148,16 +148,7 @@
|
|
|
148
148
|
"y": 100,
|
|
149
149
|
"borderColor": "#226180",
|
|
150
150
|
"align": "left",
|
|
151
|
-
"content": "
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
"type": "text",
|
|
155
|
-
"size": 24,
|
|
156
|
-
"x": 1095,
|
|
157
|
-
"y": 100,
|
|
158
|
-
"borderColor": "#226180",
|
|
159
|
-
"align": "left",
|
|
160
|
-
"content": "scores average: {newScoreRatingAvg}.\nscores average: {oldScoreRatingAvg}."
|
|
151
|
+
"content": "{newScoreRatingAvgString}\n{oldScoreRatingAvgString}"
|
|
161
152
|
},
|
|
162
153
|
{
|
|
163
154
|
"type": "text",
|
|
@@ -169,4 +160,4 @@
|
|
|
169
160
|
"content": "{newScoreMilestone}\n{oldScoreMilestone}"
|
|
170
161
|
}
|
|
171
162
|
]
|
|
172
|
-
}
|
|
163
|
+
}
|
package/dist/mai/best50/index.js
CHANGED
|
@@ -789,7 +789,9 @@ class Best50 {
|
|
|
789
789
|
username: util_1.Util.HalfFullWidthConvert.toFullWidth(name),
|
|
790
790
|
rating: rating.toFixed(0),
|
|
791
791
|
newScoreRatingAvg: getRatingAvg(newScores, 15).toFixed(0),
|
|
792
|
+
newScoreRatingAvgString: `NEW scores average: ${getRatingAvg(newScores, 15).toFixed(0)}.`,
|
|
792
793
|
oldScoreRatingAvg: getRatingAvg(oldScores, 35).toFixed(0),
|
|
794
|
+
oldScoreRatingAvgString: `OLD scores average: ${getRatingAvg(oldScores, 35).toFixed(0)}.`,
|
|
793
795
|
newScoreRatingBase: getRatingBase(newScores, 15).toFixed(0),
|
|
794
796
|
oldScoreRatingBase: getRatingBase(oldScores, 35).toFixed(0),
|
|
795
797
|
newScoreMilestone: getMilestone(newScores, 15),
|