danoniplus 40.7.1 → 40.7.3
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 +6 -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 : 2025/
|
|
7
|
+
* Revised : 2025/04/21
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 40.7.
|
|
12
|
-
const g_revisedDate = `2025/
|
|
11
|
+
const g_version = `Ver 40.7.3`;
|
|
12
|
+
const g_revisedDate = `2025/04/21`;
|
|
13
13
|
|
|
14
14
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
15
15
|
let g_localVersion = ``;
|
|
@@ -60,6 +60,7 @@ const g_referenceDomains = [
|
|
|
60
60
|
`cwtickle.github.io/danoniplus`,
|
|
61
61
|
`cdn.jsdelivr.net`,
|
|
62
62
|
`unpkg.com`,
|
|
63
|
+
`www.unpkg.com`,
|
|
63
64
|
`support-v\\d+--danoniplus.netlify.app`,
|
|
64
65
|
];
|
|
65
66
|
Object.freeze(g_referenceDomains);
|
|
@@ -7064,7 +7065,8 @@ const gaugeFormat = (_mode, _border, _rcv, _dmg, _init, _lifeValFlg) => {
|
|
|
7064
7065
|
<div id="dataGaugeDamage" class="settings_gaugeDivTableCol settings_gaugeVal settings_gaugeEtc">
|
|
7065
7066
|
${dmgText}
|
|
7066
7067
|
</div>
|
|
7067
|
-
<div id="dataGaugeRate" class="settings_gaugeDivTableCol settings_gaugeVal settings_gaugeEtc"
|
|
7068
|
+
<div id="dataGaugeRate" class="settings_gaugeDivTableCol settings_gaugeVal settings_gaugeEtc"
|
|
7069
|
+
title="${allowableCntsText}" style="pointer-events: auto;">
|
|
7068
7070
|
${rateText}
|
|
7069
7071
|
</div>
|
|
7070
7072
|
</div>
|