Skip to content

Commit fe33517

Browse files
committed
【优化】全局:rvest.vs-code-prettier-eslint 转成 esbenp.prettier-vscode
1 parent f7217a5 commit fe33517

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"source.fixAll.stylelint": "explicit"
8888
},
8989
"[vue]": {
90-
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
90+
"editor.defaultFormatter": "esbenp.prettier-vscode"
9191
},
9292
"i18n-ally.localesPaths": ["src/locales"],
9393
"i18n-ally.keystyle": "nested",

src/utils/dict.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@ export enum DICT_TYPE {
194194
PROMOTION_COUPON_TEMPLATE_VALIDITY_TYPE = 'promotion_coupon_template_validity_type', // 优惠劵模板的有限期类型
195195
PROMOTION_COUPON_STATUS = 'promotion_coupon_status', // 优惠劵的状态
196196
PROMOTION_COUPON_TAKE_TYPE = 'promotion_coupon_take_type', // 优惠劵的领取方式
197-
PROMOTION_ACTIVITY_STATUS = 'promotion_activity_status', // 优惠活动的状态
198197
PROMOTION_CONDITION_TYPE = 'promotion_condition_type', // 营销的条件类型枚举
199198
PROMOTION_BARGAIN_RECORD_STATUS = 'promotion_bargain_record_status', // 砍价记录的状态
200199
PROMOTION_COMBINATION_RECORD_STATUS = 'promotion_combination_record_status', // 拼团记录的状态

0 commit comments

Comments
 (0)