fix: 修正AppPreferences中defaultAvatar、dynamicTitle注释 (#8060)

This commit is contained in:
xueyitt
2026-06-16 14:23:25 +08:00
committed by GitHub
parent ad3f996bdb
commit 7824219557

View File

@@ -123,11 +123,11 @@ interface AppPreferences {
contentPaddingRight: number;
/** 内容顶部内边距 */
contentPaddingTop: number;
// /** 应用默认头像 */
/** 应用默认头像 */
defaultAvatar: string;
/** 默认首页地址 */
defaultHomePath: string;
// /** 开启动态标题 */
/** 开启动态标题 */
dynamicTitle: boolean;
/** 是否开启检查更新 */
enableCheckUpdates: boolean;