Skip to content

Commit

Permalink
Merge pull request #3260 from jsonwan/3.9.x
Browse files Browse the repository at this point in the history
perf: 全局配置favIcon字段调整为favicon #3259
  • Loading branch information
jsonwan authored Oct 25, 2024
2 parents d62d2a9 + 7b6da11 commit 73b34b7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ public class BkPlatformInfo {
@JsonProperty("appLogo")
private String appLogo = "/static/images/logo.png";

@JsonProperty("favIcon")
private String favIcon = "/static/images/favicon.icon";
@JsonProperty("favicon")
private String favicon = "/static/images/favicon.icon";

@JsonProperty("helperText")
private String helperText = "联系BK助手";
Expand Down

0 comments on commit 73b34b7

Please sign in to comment.