mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-25 03:59:30 +08:00
新增 window.temporaryStore
This commit is contained in:
@@ -11,7 +11,6 @@ let defaultProfile = {
|
||||
defaultPrimaryColor: "#009688",
|
||||
backgroundImg: null,
|
||||
codeHistory: {},
|
||||
tmp: {}
|
||||
}
|
||||
let userProfile = UTOOLS.getDB(
|
||||
UTOOLS.DBPRE.CFG + "preferences"
|
||||
@@ -26,4 +25,4 @@ export default boot(async({
|
||||
app.config.globalProperties.$utools = UTOOLS
|
||||
app.config.globalProperties.$programmings = programmings
|
||||
app.config.globalProperties.$profile = defaultProfile
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user