danoniplus 48.1.1 → 48.1.2
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/js/lib/danoni_constants.js +3 -1
- 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 : 2026/05/
|
|
7
|
+
* Revised : 2026/05/26
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 48.1.
|
|
12
|
-
const g_revisedDate = `2026/05/
|
|
11
|
+
const g_version = `Ver 48.1.2`;
|
|
12
|
+
const g_revisedDate = `2026/05/26`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -10408,7 +10408,7 @@ const keyConfigInit = (_kcType = g_kcType, _initFlg = false) => {
|
|
|
10408
10408
|
}
|
|
10409
10409
|
}
|
|
10410
10410
|
if (g_keycons.cursorNumList.length === 0) {
|
|
10411
|
-
|
|
10411
|
+
makeInfoWindow(g_msgInfoObj.I_0011, ``);
|
|
10412
10412
|
} else {
|
|
10413
10413
|
changeConfigCursor(0);
|
|
10414
10414
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Source by tickle
|
|
7
7
|
* Created : 2019/11/19
|
|
8
|
-
* Revised : 2026/05/
|
|
8
|
+
* Revised : 2026/05/26 (v48.1.2)
|
|
9
9
|
*
|
|
10
10
|
* https://github.com/cwtickle/danoniplus
|
|
11
11
|
*/
|
|
@@ -4383,6 +4383,7 @@ const g_lang_msgInfoObj = {
|
|
|
4383
4383
|
I_0005: `正規のミラー譜面で無いため、ハイスコアは保存されません`,
|
|
4384
4384
|
I_0006: `ローカルストレージ情報をクリップボードにコピーしました!`,
|
|
4385
4385
|
I_0007: `オブジェクト情報をクリップボードにコピーしました!`,
|
|
4386
|
+
I_0011: `指定した部分キーが未定義のため、画面表示できません。設定を見直してください。`,
|
|
4386
4387
|
},
|
|
4387
4388
|
En: {
|
|
4388
4389
|
W_0001: `Your browser is not guaranteed to work.<br>
|
|
@@ -4432,6 +4433,7 @@ const g_lang_msgInfoObj = {
|
|
|
4432
4433
|
I_0005: `Highscore is not saved because not a regular mirrored chart.`,
|
|
4433
4434
|
I_0006: `Local storage information copied to clipboard!`,
|
|
4434
4435
|
I_0007: `Object information copied to clipboard!`,
|
|
4436
|
+
I_0011: `The specified partial key is undefined and cannot be displayed on the screen. Please review your settings.`,
|
|
4435
4437
|
},
|
|
4436
4438
|
};
|
|
4437
4439
|
|