danoniplus 44.4.0 → 44.4.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 +5 -5
- package/package.json +1 -1
package/js/danoni_main.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 44.4.
|
|
11
|
+
const g_version = `Ver 44.4.1`;
|
|
12
12
|
const g_revisedDate = `2026/02/21`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
@@ -13472,12 +13472,12 @@ const changeAppearanceFilter = (_num = 10) => {
|
|
|
13472
13472
|
$id(`arrowSprite${topNum + j}`).clipPath = topShape;
|
|
13473
13473
|
$id(`arrowSprite${bottomNum + j}`).clipPath = bottomShape;
|
|
13474
13474
|
|
|
13475
|
-
|
|
13476
|
-
|
|
13475
|
+
addY(`filterBar${topNum + j}`, `appearance`, parseFloat($id(`arrowSprite${j}`).top) + topDist);
|
|
13476
|
+
addY(`filterBar${bottomNum + j}`, `appearance`, parseFloat($id(`arrowSprite${j + 1}`).top) + bottomDist);
|
|
13477
13477
|
|
|
13478
13478
|
if (![`Default`, `Halfway`].includes(g_stateObj.stepArea)) {
|
|
13479
|
-
|
|
13480
|
-
|
|
13479
|
+
addY(`filterBar${bottomNum + j}_HS`, `appearance`, parseFloat($id(`arrowSprite${j}`).top) + topDist);
|
|
13480
|
+
addY(`filterBar${topNum + j}_HS`, `appearance`, parseFloat($id(`arrowSprite${j + 1}`).top) + bottomDist);
|
|
13481
13481
|
}
|
|
13482
13482
|
}
|
|
13483
13483
|
|