diff --git a/README.md b/README.md index a13cb8b..d611bbc 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ ```bash # 拉取预构建镜像 -docker pull ghcr.io/LunaTechLab/moontv:latest +docker pull ghcr.io/lunatechlab/moontv:latest # 运行容器 # -d: 后台运行 -p: 映射端口 3000 -> 3000 -docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/LunaTechLab/moontv:latest +docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/lunatechlab/moontv:latest ``` 访问 `http://服务器 IP:3000` 即可。(需自行到服务器控制台放通 `3000` 端口) @@ -150,7 +150,7 @@ docker run -d --name moontv -p 3000:3000 --env PASSWORD=your_password ghcr.io/Lu ```yaml services: moontv-core: - image: ghcr.io/LunaTechLab/moontv:latest + image: ghcr.io/lunatechlab/moontv:latest container_name: moontv-core restart: unless-stopped ports: @@ -167,7 +167,7 @@ services: ```yaml services: moontv-core: - image: ghcr.io/LunaTechLab/moontv:latest + image: ghcr.io/lunatechlab/moontv:latest container_name: moontv-core restart: unless-stopped ports: diff --git a/VERSION.txt b/VERSION.txt index d09321b..6ae9c9b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250807000252 \ No newline at end of file +20250807010230 \ No newline at end of file diff --git a/src/lib/version.ts b/src/lib/version.ts index c8b9ed5..169c17a 100644 --- a/src/lib/version.ts +++ b/src/lib/version.ts @@ -2,7 +2,7 @@ 'use client'; -const CURRENT_VERSION = '20250807000252'; +const CURRENT_VERSION = '20250807010230'; // 版本检查结果枚举 export enum UpdateStatus {