From d3f5fe40afbcd902f115fc2ab764a2a412cdd859 Mon Sep 17 00:00:00 2001 From: shinya Date: Thu, 7 Aug 2025 00:02:52 +0800 Subject: [PATCH] feat: transfer as organization repo --- .github/workflows/docker-image.yml | 2 +- .github/workflows/sync.yml | 2 +- LICENSE | 2 +- README.md | 10 +++++----- VERSION.txt | 2 +- src/app/login/page.tsx | 2 +- src/components/UserMenu.tsx | 2 +- src/lib/version.ts | 6 +++--- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 427a80c..b114633 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -159,6 +159,6 @@ jobs: - name: Refresh VERSION.txt cache run: | echo "Refreshing VERSION.txt cache..." - curl -s https://purge.jsdelivr.net/gh/senshinya/moontv/VERSION.txt + curl -s https://purge.jsdelivr.net/gh/LunaTechLab/moontv/VERSION.txt echo "" echo "VERSION.txt cache refreshed successfully" diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 08adfbd..c17b130 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -25,7 +25,7 @@ jobs: id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1 with: - upstream_sync_repo: senshinya/MoonTV + upstream_sync_repo: LunaTechLab/MoonTV upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/LICENSE b/LICENSE index 19b74a3..ba3e7db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 senshinya +Copyright (c) 2025 LunaTechLab Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e683cc4..a13cb8b 100644 --- a/README.md +++ b/README.md @@ -132,11 +132,11 @@ ```bash # 拉取预构建镜像 -docker pull ghcr.io/senshinya/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/senshinya/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/se ```yaml services: moontv-core: - image: ghcr.io/senshinya/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/senshinya/moontv:latest + image: ghcr.io/LunaTechLab/moontv:latest container_name: moontv-core restart: unless-stopped ports: @@ -331,4 +331,4 @@ MoonTV 支持标准的苹果 CMS V10 API 格式。 ## Star 趋势 -[![Stargazers over time](https://starchart.cc/senshinya/MoonTV.svg?variant=adaptive)](https://starchart.cc/senshinya/MoonTV) +[![Stargazers over time](https://starchart.cc/LunaTechLab/MoonTV.svg?variant=adaptive)](https://starchart.cc/LunaTechLab/MoonTV) diff --git a/VERSION.txt b/VERSION.txt index bfe4f16..d09321b 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20250806193618 \ No newline at end of file +20250807000252 \ No newline at end of file diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index abcc149..a7af0eb 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -34,7 +34,7 @@ function VersionDisplay() { return (