小调整。
parent
439b83dfe7
commit
ec465d4726
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
enabled: true,
|
||||
url: 'https://github.com/docmirror/dev-sidecar/raw/master/packages/core/src/config/remote_config.json5'
|
||||
},
|
||||
theme: 'light', // 主题:light=亮色/白色, dark=暗色/黑色
|
||||
theme: 'light', // 主题:light=亮色, dark=暗色
|
||||
dock: {
|
||||
hideWhenWinClose: false
|
||||
},
|
||||
|
|
|
@ -15,7 +15,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
/* 暗色/黑色主题 */
|
||||
/* 暗色主题 */
|
||||
$dark-logo: url("/logo/logo-lang-light.svg");
|
||||
$dark-bg: #1e1f22; //背景
|
||||
$dark-bg-highlight: #333; //高亮块:背景
|
||||
|
|
Loading…
Reference in New Issue