From 62c624c88e7b6d345d789c4a41f7815cfa1e61ae Mon Sep 17 00:00:00 2001 From: luorijun Date: Thu, 2 Apr 2026 17:48:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9E=84=E5=BB=BA=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++---- publish.ps1 | 8 ++++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5942686..639ac1d 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,14 @@ 用户请求需要检查数据权限 -前端需要 token 化改造,以避免每次 basic 认证流程中 bcrypt 对比导致的性能对比 - 用反射实现环境变量解析,以简化函数签名 +--- + 分离 task 的客户端,支持多进程(prefork 必要!) jsonb 类型转换问题,考虑一个高效的 any 到 struct 转换工具 ---- - 慢速请求底层调用埋点监控 数据库转模型文件 diff --git a/publish.ps1 b/publish.ps1 index d510def..b1d867b 100644 --- a/publish.ps1 +++ b/publish.ps1 @@ -9,8 +9,8 @@ if ($confrim -ne "y") { exit 0 } -docker build -t 43.226.58.254:53000/lanhu/platform:latest . -docker build -t 43.226.58.254:53000/lanhu/platform:$($args[0]) . +docker build -t repo.lanhuip.com:8554/lanhu/platform:latest . +docker build -t repo.lanhuip.com:8554/lanhu/platform:$($args[0]) . -docker push 43.226.58.254:53000/lanhu/platform:latest -docker push 43.226.58.254:53000/lanhu/platform:$($args[0]) +docker push repo.lanhuip.com:8554/lanhu/platform:latest +docker push repo.lanhuip.com:8554/lanhu/platform:$($args[0])