From 2162dec5e0acc98f8e22fa9907cdc5f70eba6dcc Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 23 十一月 2023 17:57:39 +0800 Subject: [PATCH] 1.修改了风险模型页面有效率,在线率的展示百分比 2.站点审核辅助页面增加了标识 --- .prettierrc.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 12e3a09..66e2335 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/prettierrc", - "semi": true, + "semi": false, "tabWidth": 2, "singleQuote": true, - "printWidth": 80, + "printWidth": 100, "trailingComma": "none" } \ No newline at end of file -- Gitblit v1.9.3