danoniplus 47.0.0 → 47.0.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.
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/04/19
7
+ * Revised : 2026/04/20
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 47.0.0`;
12
- const g_revisedDate = `2026/04/19`;
11
+ const g_version = `Ver 47.0.1`;
12
+ const g_revisedDate = `2026/04/20`;
13
13
 
14
14
  // カスタム用バージョン (danoni_custom.js 等で指定可)
15
15
  let g_localVersion = ``;
@@ -7758,6 +7758,8 @@ const drawMinimap = (_scoreId, _initFlg = false) => {
7758
7758
  detailMiniMapSub.style.overflowX = 'hidden';
7759
7759
  detailMiniMapSub.style.overflowY = 'auto';
7760
7760
  detailMiniMapSub.style.pointerEvents = 'auto';
7761
+ detailMiniMapSub.style.display = 'block';
7762
+ detailMiniMapSub.style.textAlign = 'left';
7761
7763
 
7762
7764
  if (savedCanvases && Array.isArray(savedCanvases)) {
7763
7765
  // 退避したCanvasそのものをDOMに追加(再描画不要で高速)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "47.0.0",
3
+ "version": "47.0.1",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "./js/danoni_main.js",
6
6
  "jsdelivr": "./js/danoni_main.js",