Skip to content

Commit

Permalink
去除重复的配置项
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiflydream committed Mar 14, 2021
1 parent 75f1ff2 commit 96ccc8c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@
</el-col>
</el-row>

<el-row type="flex" justify="center">
<el-col :xs="12" :sm="8" :md="7" :lg="6" :xl="4">
<el-form-item label="关闭提示小红点" prop="closeRedDot">
<el-switch v-model="yuqueOption.closeRedDot" active-text="开启" inactive-text="关闭"> </el-switch>
</el-form-item>
</el-col>
<el-col :xs="12" :sm="8" :md="7" :lg="6" :xl="4">
<el-form-item label="全角字符格式化" prop="fullWidthCharsAndFollowingSpaces">
<el-switch v-model="yuqueOption.fullWidthCharsAndFollowingSpaces" active-text="开启" inactive-text="关闭"> </el-switch>
</el-form-item>
</el-col>
</el-row>

<el-row type="flex" justify="center">
<el-col :xs="12" :sm="8" :md="7" :lg="6" :xl="4">
<el-form-item label="半角字符格式化" prop="halfWidthCharsAndFollowingSpaces">
Expand Down

0 comments on commit 96ccc8c

Please sign in to comment.