danoniplus 41.4.12 → 41.4.13
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/js/danoni_main.js +4 -4
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
*
|
|
5
5
|
* Source by tickle
|
|
6
6
|
* Created : 2018/10/08
|
|
7
|
-
* Revised :
|
|
7
|
+
* Revised : 2026/01/24
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 41.4.
|
|
12
|
-
const g_revisedDate = `
|
|
11
|
+
const g_version = `Ver 41.4.13`;
|
|
12
|
+
const g_revisedDate = `2026/01/24`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -6843,7 +6843,7 @@ const makeHighScore = _scoreId => {
|
|
|
6843
6843
|
|
|
6844
6844
|
let tweetFrzJdg = ``;
|
|
6845
6845
|
let tweetMaxCombo = `${g_localStorage.highscores?.[scoreName]?.maxCombo}`;
|
|
6846
|
-
if (
|
|
6846
|
+
if (sumData(g_detailObj.frzCnt[_scoreId]) > 0) {
|
|
6847
6847
|
tweetFrzJdg = `${g_localStorage.highscores?.[scoreName]?.kita}-${g_localStorage.highscores?.[scoreName]?.iknai}`;
|
|
6848
6848
|
tweetMaxCombo += `-${g_localStorage.highscores?.[scoreName]?.fmaxCombo}`;
|
|
6849
6849
|
}
|