📝 rubick 开发者文档更新

This commit is contained in:
muwoo
2021-12-29 17:07:12 +08:00
parent 1be13e5aa1
commit 8ca01d900d
4 changed files with 117 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ const showSeparate = () => {
const changeHideOnBlur = () => {
let cfg = { ...config.value };
cfg.perf.common.hideOnBlur = !cfg.perf.common.hideOnBlur;
opConfig.set(cfg.perf);
opConfig.set(cfg);
config.value = cfg;
};