danoniplus 28.6.6 → 28.6.7
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 +3 -3
- package/js/lib/danoni_constants.js +3 -3
- 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 : 2023/
|
|
7
|
+
* Revised : 2023/03/04
|
|
8
8
|
*
|
|
9
9
|
* https://github.com/cwtickle/danoniplus
|
|
10
10
|
*/
|
|
11
|
-
const g_version = `Ver 28.6.
|
|
12
|
-
const g_revisedDate = `2023/
|
|
11
|
+
const g_version = `Ver 28.6.7`;
|
|
12
|
+
const g_revisedDate = `2023/03/04`;
|
|
13
13
|
const g_alphaVersion = ``;
|
|
14
14
|
|
|
15
15
|
// カスタム用バージョン (danoni_custom.js 等で指定可)
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*
|
|
6
6
|
* Source by tickle
|
|
7
7
|
* Created : 2019/11/19
|
|
8
|
-
* Revised : 2023/
|
|
8
|
+
* Revised : 2023/03/04 (v28.6.7)
|
|
9
9
|
*
|
|
10
10
|
* https://github.com/cwtickle/danoniplus
|
|
11
11
|
*/
|
|
@@ -2337,7 +2337,7 @@ const g_keyObj = {
|
|
|
2337
2337
|
},
|
|
2338
2338
|
scrollDir11_1: {
|
|
2339
2339
|
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
|
|
2340
|
-
'Flat': [
|
|
2340
|
+
'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
|
|
2341
2341
|
},
|
|
2342
2342
|
scrollDir11_2: {
|
|
2343
2343
|
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
|
|
@@ -2362,7 +2362,7 @@ const g_keyObj = {
|
|
|
2362
2362
|
},
|
|
2363
2363
|
scrollDir11L_1: {
|
|
2364
2364
|
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
|
|
2365
|
-
'Flat': [
|
|
2365
|
+
'Flat': [1, 1, 1, 1, -1, -1, -1, -1, -1, -1, -1],
|
|
2366
2366
|
},
|
|
2367
2367
|
scrollDir11L_2: {
|
|
2368
2368
|
'---': [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],
|