Skip to content

Commit

Permalink
Merge pull request #3263 from hLinx/hotfix_3.9
Browse files Browse the repository at this point in the history
perf: 全局配置favIcon字段调整为favicon #3259
  • Loading branch information
hLinx authored Oct 25, 2024
2 parents d1760d4 + fa34dde commit d62d2a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
});
setDocumentTitle(this.$store.state.platformConfig.i18n, routeMatchStack);
setShortcutIcon(this.$store.state.platformConfig.favIcon);
setShortcutIcon(this.$store.state.platformConfig.favicon);
},
/**
* @desc 切换语言
Expand Down
1 change: 0 additions & 1 deletion src/frontend/src/store/modules/platform-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export default {
brandImg: '',
brandImgEn: '',
brandName: '', // 品牌名,会用于拼接在站点名称后面显示在网页title中
favIcon: '',
brandNameEn: '', // 品牌名-英文
footerInfo: '', // 页脚的内容,仅支持 a 的 markdown 内容格式
footerInfoEn: '', // 页脚的内容-英文
Expand Down

0 comments on commit d62d2a9

Please sign in to comment.