fix: 用户不存在时前端提示错误;修正微信支付图标;beta compose 改用 Docker Hub 镜像

This commit is contained in:
erio
2026-03-02 01:05:01 +08:00
parent c6815fc2a3
commit 85239e97f8
3 changed files with 19 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
services:
app:
image: sub2apipay:latest
image: touwaeriol/sub2apipay:${IMAGE_TAG:-latest}
container_name: sub2apipay
ports:
- '8087:3000'