mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
主题色微调
This commit is contained in:
@@ -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();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user