danoniplus 26.7.0 → 26.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 CHANGED
@@ -4,12 +4,12 @@
4
4
  *
5
5
  * Source by tickle
6
6
  * Created : 2018/10/08
7
- * Revised : 2022/03/12
7
+ * Revised : 2022/05/22
8
8
  *
9
9
  * https://github.com/cwtickle/danoniplus
10
10
  */
11
- const g_version = `Ver 26.7.0`;
12
- const g_revisedDate = `2022/03/12`;
11
+ const g_version = `Ver 26.7.3`;
12
+ const g_revisedDate = `2022/05/22`;
13
13
  const g_alphaVersion = ``;
14
14
 
15
15
  // カスタム用バージョン (danoni_custom.js 等で指定可)
@@ -2003,7 +2003,8 @@ const loadChartFile = async (_scoreId = g_stateObj.scoreId) => {
2003
2003
 
2004
2004
  const dosInput = document.querySelector(`#dos`);
2005
2005
  const divRoot = document.querySelector(`#divRoot`);
2006
- const queryDos = getQueryParamVal(`dos`) !== null ? `dos/${getQueryParamVal('dos')}.txt` : (document.querySelector(`#externalDos`)?.value ?? ``);
2006
+ const queryDos = getQueryParamVal(`dos`) !== null ?
2007
+ `dos/${getQueryParamVal('dos')}.txt` : encodeURI(document.querySelector(`#externalDos`)?.value ?? ``);
2007
2008
 
2008
2009
  if (dosInput === null && queryDos === ``) {
2009
2010
  makeWarningWindow(g_msgInfoObj.E_0023);
@@ -5,7 +5,7 @@
5
5
  *
6
6
  * Source by tickle
7
7
  * Created : 2019/11/19
8
- * Revised : 2022/03/12 (v26.7.0)
8
+ * Revised : 2022/04/16 (v26.7.2)
9
9
  *
10
10
  * https://github.com/cwtickle/danoniplus
11
11
  */
@@ -2212,11 +2212,19 @@ const g_keyObj = {
2212
2212
  'Left': [1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0],
2213
2213
  'Right': [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1],
2214
2214
  },
2215
+ assistPos9A_4: {
2216
+ 'Left': [1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0],
2217
+ 'Right': [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1],
2218
+ },
2215
2219
 
2216
2220
  assistPos11i_0: {
2217
2221
  'Left': [1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0],
2218
2222
  'Right': [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1],
2219
2223
  },
2224
+ assistPos11i_1: {
2225
+ 'Left': [1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0],
2226
+ 'Right': [0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1],
2227
+ },
2220
2228
 
2221
2229
  assistPos17_0: {
2222
2230
  'Left': [1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "danoniplus",
3
- "version": "26.7.0",
3
+ "version": "26.7.3",
4
4
  "description": "Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game",
5
5
  "main": "index.js",
6
6
  "scripts": {