From 69ace4ceceef7011531e0362fb361b22b771211b Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Tue, 10 Feb 2026 16:05:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(richedit):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E8=AF=84=E5=88=86=E4=B8=8B=E6=8B=89=E9=80=89=E9=A1=B96-10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加6-10分的评分选项,扩展评分范围以满足更多需求 --- src/views/pages/richedit/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/pages/richedit/index.vue b/src/views/pages/richedit/index.vue index 2875e0c..6e42a0c 100644 --- a/src/views/pages/richedit/index.vue +++ b/src/views/pages/richedit/index.vue @@ -484,6 +484,11 @@ 全部 无评分 + 10 + 9 + 8 + 7 + 6 5 4 3 From 308e74d37fd26b4541bd4d43a7094334c8d4c47b Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Tue, 10 Feb 2026 16:26:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E8=BD=AC?= =?UTF-8?q?=E5=8F=91=E9=87=8F=E5=88=97=E5=B9=B6=E6=9B=B4=E6=96=B0=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0API=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在jnh页面表格中添加转发量(shareCount)列 - 将开发环境API地址切换为本地localhost地址 --- .env.development | 4 ++-- src/views/pages/jnh/index.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env.development b/.env.development index 2c48c7d..56724dd 100644 --- a/.env.development +++ b/.env.development @@ -3,11 +3,11 @@ ENV = development # 本地环境接口地址 # VITE_API_URL = http://4155gf93ll13.vicp.fun/admin -# VITE_API_URL = http://localhost:13579/admin +VITE_API_URL = http://localhost:13579/admin # VITE_API_URL = https://cankao.cs.com.cn/admin # VITE_API_URL = http://127.0.0.1:13579/admin -VITE_API_URL = http://123.60.153.169:8040/admin +# VITE_API_URL = http://123.60.153.169:8040/admin # VITE_API_URL = /api diff --git a/src/views/pages/jnh/index.vue b/src/views/pages/jnh/index.vue index 749d83e..0750a8c 100644 --- a/src/views/pages/jnh/index.vue +++ b/src/views/pages/jnh/index.vue @@ -40,6 +40,7 @@ +