🔥 Remove Settings - Appearance - Doc icon uses the system native Emoji https://github.com/siyuan-note/siyuan/issues/8206
This commit is contained in:
parent
7170de411a
commit
1aad077d39
1 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ type Appearance struct {
|
|||
Icons []string `json:"icons"` // 图标列表
|
||||
Icon string `json:"icon"` // 选择的图标
|
||||
IconVer string `json:"iconVer"` // 选择的图标版本
|
||||
NativeEmoji bool `json:"nativeEmoji"` // 文档图标是否使用系统原生 Emoji
|
||||
CodeBlockThemeLight string `json:"codeBlockThemeLight"` // 明亮模式下代码块主题
|
||||
CodeBlockThemeDark string `json:"codeBlockThemeDark"` // 暗黑模式下代码块主题
|
||||
Lang string `json:"lang"` // 选择的界面语言,同 AppConf.Lang
|
||||
|
@ -43,7 +42,6 @@ func NewAppearance() *Appearance {
|
|||
ThemeDark: "midnight",
|
||||
ThemeLight: "daylight",
|
||||
Icon: "material",
|
||||
NativeEmoji: true,
|
||||
CodeBlockThemeLight: "github",
|
||||
CodeBlockThemeDark: "base16/dracula",
|
||||
Lang: "en_US",
|
||||
|
|
Loading…
Add table
Reference in a new issue