From a1726de37e71a4aadc026a9efcecf58a39beb1c3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 8 Sep 2026 11:22:32 +0800 Subject: [PATCH] =?UTF-8?q?fix(conf):=20=E6=B3=A8=E5=86=8C/idfile+/downloa?= =?UTF-8?q?d=E5=AA=92=E4=BD=93=E4=B8=8B=E8=BD=BD=E8=B7=AF=E7=94=B1(startsw?= =?UTF-8?q?iths,=E5=AF=B9=E9=BD=90sage/ragserver)+rp.json=E8=A1=A5/idfile/?= =?UTF-8?q?**=E9=80=9A=E9=85=8D=E6=9D=83=E9=99=90=E2=80=94=E2=80=94?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84=E8=A7=86=E9=A2=91=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?401(=E6=97=A0=E9=80=9A=E9=85=8D=E6=9D=83=E9=99=90=E8=A1=8C)?= =?UTF-8?q?=E4=B8=94404(=E8=B7=AF=E7=94=B1=E6=9C=AA=E6=B3=A8=E5=86=8C)?= =?UTF-8?q?=E5=8F=8C=E5=B1=82=E6=A0=B9=E5=9B=A0=E6=A0=B9=E6=B2=BB;?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9C=BA=E5=B7=B2=E5=B0=B1=E5=9C=B0=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=B9=B6=E5=AE=9E=E6=B5=8B=E5=A4=96=E7=BD=91=E5=8C=BF?= =?UTF-8?q?=E5=90=8D=E4=B8=8B=E8=BD=BD200(2.8MB=20mp4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/config.json | 8 ++++++++ conf/rp.json | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 40791e8..ff3dbf1 100644 --- a/conf/config.json +++ b/conf/config.json @@ -49,6 +49,14 @@ "client_max_size": 10485760, "indexes": ["index.ui", "index.html"], "startswiths": [ + { + "leading": "/idfile", + "registerfunction": "idfile" + }, + { + "leading": "/download", + "registerfunction": "idfile" + }, { "leading": "/i18n_getmsgs", "registerfunction": "i18n" diff --git a/conf/rp.json b/conf/rp.json index 994c15c..72e5086 100644 --- a/conf/rp.json +++ b/conf/rp.json @@ -18,7 +18,11 @@ "/unipay/usermenu.ui", "/univer-office", "/univer-office/**", - "/accounting/api/fetch_forex_rates.dspy" + "/accounting/api/fetch_forex_rates.dspy", + "/idfile", + "/idfile/**", + "/download", + "/download/**" ], "logined": [ "/pipeline-sdlc",