Skip to content

Commit ed9a5f9

Browse files
author
davidysxue
committed
feat: darkmode
1 parent 72e67b1 commit ed9a5f9

File tree

110 files changed

+1530
-1658
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+1530
-1658
lines changed

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module.exports = {
66
// 不使用缩进符,而使用空格
77
useTabs: false,
88
// 行尾需要有分号
9-
semi: true,
9+
semi: false,
1010
// 使用单引号
1111
singleQuote: true,
1212
// 对象的 key 仅在必要时用引号

0 commit comments

Comments
 (0)