Initial commit with README

This commit is contained in:
GVSADS
2026-01-25 17:01:16 +08:00
commit 246bbd8fd9
106 changed files with 2071 additions and 0 deletions

47
sys/config/config.json Normal file
View File

@@ -0,0 +1,47 @@
{
"EFI":{
"DiskSite":"S",
"BootSite":"./sys/",
"VerSion":"1.3.0"
},
"Kernel":{
"UsersSite":"./home/",
"SysAppSite":"lib/",
"NorAppSite":"./usr/local/",
"ui":"ui.mik/",
"images":"images.mik/",
"tkinter":"tkinter.mik/",
"VerSion":"2.1.3(Beta)"
},
"DOS":{
"VerSion":"1.0"
},
"res":{
"set":["full","overrideredirect-PASS"],
"width":1000,
"height":900
},
"bg":{
"login":"wallpaper/夕阳1.png",
"sys":"wallpaper/夕阳1.png"
},
"suffixs":{
"[None]*":"[None]","[Dir]*":"[Dir]","bat":"[cmd]",
"cmd":"[cmd]","ppt":"[ppt]","ppts":"[ppt]",
"xls":"[xls]","xlsx":"[xlsx]","mp3":"[audio]",
"mp4":"[audio]","txt":"[text]"
},
"filesuffixs":{},
"color":{
"tasks":{
"bg":"#202020",
"win":"#202020"
}
},
"SysFileSuffixMapping":{
"txt":"RUN-TXT",
"miksc":"RUN-MIKSC",
"js":"RUN-TXT",
"png":"RUN-IMAGELOOKER","jpg":"RUN-IMAGELOOKER","jpeg":"RUN-IMAGELOOKER"
}
}