子输入框

This commit is contained in:
fofolee
2022-04-10 01:54:07 +08:00
parent 73c5dbacee
commit 8cc7f4f985
3 changed files with 51 additions and 3 deletions

View File

@@ -10,7 +10,8 @@ let defaultProfile = {
primaryColor: "#009688",
defaultPrimaryColor: "#009688",
backgroundImg: null,
codeHistory: {}
codeHistory: {},
tmp: {}
}
let userProfile = UTOOLS.getDB(
UTOOLS.DBPRE.CFG + "preferences"