Skip to content

Commit 904a4ef

Browse files
committed
禁用文本选择功能以增强用户体验
1 parent 66f9a23 commit 904a4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default hopeTheme({
165165
global: true,
166166
triggerLength: 100,
167167
disableCopy: true,
168-
disableSelection: false,
168+
disableSelection: true,
169169
},
170170
},
171171
});

0 commit comments

Comments
 (0)