Skip to content

Commit c272e10

Browse files
committed
fix: 更新配置快照,修改中键关闭功能和图标显示设置
1 parent fdaccb1 commit c272e10

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/@core/preferences/__tests__/__snapshots__/config.test.ts.snap

+3-5
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ exports[`defaultPreferences immutability test > should not modify the config obj
5252
},
5353
"logo": {
5454
"enable": true,
55-
"fullSource": "./brand/images/logo-full.png",
56-
"smallSource": "./brand/images/logo.png",
5755
},
5856
"navigation": {
5957
"accordion": true,
@@ -86,9 +84,9 @@ exports[`defaultPreferences immutability test > should not modify the config obj
8684
"inHeader": true,
8785
"keepAlive": true,
8886
"maxCount": 0,
89-
"middleClickToClose": false,
87+
"middleClickToClose": true,
9088
"persist": true,
91-
"showIcon": true,
89+
"showIcon": false,
9290
"showMaximize": false,
9391
"showMore": false,
9492
"styleType": "brisk",
@@ -103,7 +101,7 @@ exports[`defaultPreferences immutability test > should not modify the config obj
103101
"mode": "light",
104102
"radius": "0",
105103
"semiDarkHeader": false,
106-
"semiDarkSidebar": false,
104+
"semiDarkSidebar": true,
107105
},
108106
"transition": {
109107
"enable": true,

0 commit comments

Comments
 (0)