Initial commit with README
This commit is contained in:
47
sys/config/config.json
Normal file
47
sys/config/config.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user