Com.ZhuiGuang.Story.Arts/A_Arts/新建文件夹/package.json

25 lines
390 B
JSON
Raw Normal View History

2024-12-22 21:08:40 +08:00
{
2024-12-26 22:31:21 +08:00
"VisibleFileNames":[
"_f_",
"_b_"
],
"VisibleRegexs":[
"\\d$"
],
2024-12-22 21:08:40 +08:00
"InvisibleFileNames":[
2024-12-26 22:31:21 +08:00
],
"InvisibleRegexs":
[
"^.*cloth.*(_f)?$",
"^.*hair.*(_f)?$",
"^.*face.*(_f)?$"
2024-12-22 21:08:40 +08:00
],
"SortOder":{
"body":0,
"face":1,
"hair_f":2,
"hair_b":-1,
"cloth":3
}
}