mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 23:16:18 +08:00
主题色微调
This commit is contained in:
parent
981027de53
commit
18dc387cf0
@ -7,7 +7,8 @@ import programmings from '../js/programs.js';
|
|||||||
// 配置数据存取
|
// 配置数据存取
|
||||||
let defaultProfile = {
|
let defaultProfile = {
|
||||||
commandCardStyle: "normal",
|
commandCardStyle: "normal",
|
||||||
primaryColor: "#419488"
|
primaryColor: "#009688",
|
||||||
|
defaultPrimaryColor: "#009688",
|
||||||
}
|
}
|
||||||
let userProfile = UTOOLS.getDB(
|
let userProfile = UTOOLS.getDB(
|
||||||
UTOOLS.DBPRE.CFG + "preferences"
|
UTOOLS.DBPRE.CFG + "preferences"
|
||||||
|
@ -247,7 +247,7 @@ export default {
|
|||||||
this.setCssVar("primary", this.$profile.primaryColor);
|
this.setCssVar("primary", this.$profile.primaryColor);
|
||||||
},
|
},
|
||||||
resetPrimary() {
|
resetPrimary() {
|
||||||
this.$profile.primaryColor = "#419488";
|
this.$profile.primaryColor = this.$profile.defaultPrimaryColor;
|
||||||
this.setPrimaryColor();
|
this.setPrimaryColor();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user