fix(lint): pnpm format lint warning (#7080)

This commit is contained in:
ppxb
2026-01-10 14:06:03 +08:00
committed by GitHub
parent 24d20ca9ee
commit 51bca25345
9 changed files with 22 additions and 24 deletions

View File

@@ -63,8 +63,9 @@ class PreferenceManager {
/**
* 初始化偏好设置
* @param namespace - 命名空间,用于隔离不同应用的配置
* @param overrides - 要覆盖的偏好设
* @param options - 初始化配置
* @param options.namespace - 命名空间,用于隔离不同应用的配
* @param options.overrides - 要覆盖的偏好设置
*/
initPreferences = async ({ namespace, overrides }: InitialOptions) => {
// 防止重复初始化