修补输入框

This commit is contained in:
2026-04-01 12:50:16 +08:00
parent 80237463ef
commit 6fa1fd6e7f
8 changed files with 450 additions and 316 deletions

View File

@@ -1,6 +1,6 @@
# 使用 Node.js 18 Alpine 镜像作为基础
# 必须明确指定 node 版本,否则可能默认为空或 python 镜像
FROM node:18-alpine
FROM node:20-alpine
# 设置工作目录
WORKDIR /app