代码正在被重构,请不要更新功能,如果要更新,请推送至OldUI分支

This commit is contained in:
2022-02-02 22:51:26 +08:00
parent 99509be48c
commit c4dd7b1ce8
10 changed files with 254 additions and 37 deletions

18
msctLib/settings.py Normal file
View File

@ -0,0 +1,18 @@
# -*- coding:utf-8 -*-
settings = {
'language' : 'zh-CN',
'theme' : {
'' : '',
},
}
class msctSetting:
def __init__(self,**settings) -> None:
pass
def __call__(self, **kwds):
pass