Skip to content

Commit

Permalink
[skip ci] enable vscode.editor.formatOnType
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwite committed Oct 14, 2024
1 parent 046d3ca commit b326d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.formatOnType": true
}
5 changes: 1 addition & 4 deletions modules/web/src/components/ReadSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@
@click="customFontSavePopVisible = false"
>取消</el-button
>
<el-button
type="primary"
size="small"
@click="setCustomFont()"
<el-button type="primary" size="small" @click="setCustomFont()"
>确定</el-button
>
<el-button type="primary" size="small" @click="loadFontFromURL()"
Expand Down

0 comments on commit b326d2a

Please sign in to comment.