Skip to content

Commit 6adedfd

Browse files
committed
Small update
1 parent 7b5bd08 commit 6adedfd

10 files changed

Lines changed: 18 additions & 11 deletions

CatFile.cat

-47 Bytes
Binary file not shown.

NekoFile.neko

-48 Bytes
Binary file not shown.

catfile.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"config": {
33
"default": "CatFile",
44
"proname": "PyCatFile",
5-
"includedef": "true",
5+
"includedef": true,
66
"inmemfile": true,
77
"usespoolfile": false,
88
"spoolfilesize": 4194304,
@@ -18,7 +18,7 @@
1818
"extension": ".cat",
1919
"newstyle": true,
2020
"advancedlist": true,
21-
"altinode": true
21+
"altinode": false
2222
},
2323
"NekoFile": {
2424
"len": 8,
@@ -30,7 +30,7 @@
3030
"extension": ".neko",
3131
"newstyle": true,
3232
"advancedlist": true,
33-
"altinode": true
33+
"altinode": false
3434
},
3535
"ねこファイル": {
3636
"len": 18,
@@ -42,7 +42,7 @@
4242
"extension": ".ねこ",
4343
"newstyle": true,
4444
"advancedlist": true,
45-
"altinode": true
45+
"altinode": false
4646
},
4747
"ネコファイル": {
4848
"len": 18,
@@ -54,7 +54,7 @@
5454
"extension": ".ネコ",
5555
"newstyle": true,
5656
"advancedlist": true,
57-
"altinode": true
57+
"altinode": false
5858
},
5959
"네코파일": {
6060
"len": 12,
@@ -66,7 +66,7 @@
6666
"extension": ".네코",
6767
"newstyle": true,
6868
"advancedlist": true,
69-
"altinode": true
69+
"altinode": false
7070
},
7171
"고양이파일": {
7272
"len": 15,
@@ -78,7 +78,7 @@
7878
"extension": ".고양이",
7979
"newstyle": true,
8080
"advancedlist": true,
81-
"altinode": true
81+
"altinode": false
8282
},
8383
"内酷法伊鲁": {
8484
"len": 15,
@@ -90,7 +90,7 @@
9090
"extension": ".内酷",
9191
"newstyle": true,
9292
"advancedlist": true,
93-
"altinode": true
93+
"altinode": false
9494
},
9595
"猫文件": {
9696
"len": 9,
@@ -102,6 +102,6 @@
102102
"extension": ".猫",
103103
"newstyle": true,
104104
"advancedlist": true,
105-
"altinode": true
105+
"altinode": false
106106
}
107107
}

pycatfile.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -610,8 +610,15 @@ def _get(section_dict, key, default=None):
610610
if not __use_ini_file__ and not __include_defaults__:
611611
__include_defaults__ = True
612612
if __include_defaults__:
613-
add_format(__file_format_multi_dict__, "CatFile", "CatFile", ".arc", "CatFile")
614-
add_format(__file_format_multi_dict__, "NeoFile", "NeoFile", ".neo", "NeoFile")
613+
# Cat / Neko
614+
add_format(__file_format_multi_dict__, "CatFile", "CatFile", ".cat", "CatFile")
615+
add_format(__file_format_multi_dict__, "NekoFile", "NekoFile", ".neko", "NekoFile")
616+
add_format(__file_format_multi_dict__, "ねこファイル", "ねこファイル", ".ねこ", "NekoFairu")
617+
add_format(__file_format_multi_dict__, "ネコファイル", "ネコファイル", ".ネコ", "NekoFairu")
618+
add_format(__file_format_multi_dict__, "네코파일", "네코파일", ".네코", "NekoPa-il")
619+
add_format(__file_format_multi_dict__, "고양이파일", "고양이파일", ".고양이", "GoyangiPa-il")
620+
add_format(__file_format_multi_dict__, "内酷法伊鲁", "内酷法伊鲁", ".内酷", "NèiKùFǎYīLǔ")
621+
add_format(__file_format_multi_dict__, "猫文件", "猫文件", ".猫", "MāoWénjiàn")
615622

616623
# Pick a default if current default key is not present
617624
if __file_format_default__ not in __file_format_multi_dict__:

ねこファイル.ねこ

-58 Bytes
Binary file not shown.

ネコファイル.ネコ

-58 Bytes
Binary file not shown.

内酷法伊鲁.内酷

-55 Bytes
Binary file not shown.

猫文件.猫

-49 Bytes
Binary file not shown.

고양이파일.고양이

-55 Bytes
Binary file not shown.

네코파일.네코

-52 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)