Skip to content

Commit 29f6564

Browse files
committed
fix(problems): 自定义布局选项默认关闭
1 parent 4f4393d commit 29f6564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const defaultOptions = {
1515
},
1616
contestProblemsPage: {
1717
disableShortcutkey: false,
18-
modifyPageLayout: true,
18+
modifyPageLayout: false,
1919
reverseLayout: false,
2020
problemViewWidth: '40%',
2121
},

0 commit comments

Comments
 (0)