diff --git a/.env.example b/.env.example index dc2df2c..02ef507 100644 --- a/.env.example +++ b/.env.example @@ -3,9 +3,9 @@ CHANNEL=miantiao_me LOCALE=zh-cn TIMEZONE=Asia/Shanghai -TELEGRAM=ccbikai -TWITTER=ccbikai -GITHUB=ccbikai +TELEGRAM=miantiao_me +TWITTER=miantiao_me +GITHUB=miantiao-me DISCORD=https://DISCORD.com PODCASRT=https://PODCASRT.com MASTODON=mastodon.social/@Mastodon diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f57d70e..a8f8b65 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ -github: ccbikai +github: miantiao-me buy_me_a_coffee: miantiao diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 54147c4..685bdb4 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -24,7 +24,7 @@ jobs: id: sync uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 with: - upstream_sync_repo: ccbikai/BroadcastChannel + upstream_sync_repo: miantiao-me/BroadcastChannel upstream_sync_branch: main target_sync_branch: main target_repo_token: ${{ secrets.GITHUB_TOKEN }} # automatically generated, no need to set diff --git a/README.md b/README.md index 88f8e3b..f4973e8 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,12 @@ For detailed tutorials, see [Deploy your Astro site](https://docs.astro.build/en ### Docker -1. `docker pull ghcr.io/ccbikai/broadcastchannel:main` -2. `docker run -d --name broadcastchannel -p 4321:4321 -e CHANNEL=miantiao_me ghcr.io/ccbikai/broadcastchannel:main` +1. `docker pull ghcr.io/miantiao-me/broadcastchannel:main` +2. `docker run -d --name broadcastchannel -p 4321:4321 -e CHANNEL=miantiao_me ghcr.io/miantiao-me/broadcastchannel:main` ### Serverless -1. [Fork](https://github.com/ccbikai/BroadcastChannel/fork) this project to your GitHub +1. [Fork](https://github.com/miantiao-me/BroadcastChannel/fork) this project to your GitHub 2. Create a project on Cloudflare/Netlify/Vercel 3. Select the `BroadcastChannel` project and the `Astro` framework 4. Configure the environment variable `CHANNEL` with your channel name. This is the minimal configuration, for more configurations see the options below @@ -92,9 +92,9 @@ LOCALE=en TIMEZONE=America/New_York ## Social media usernames -TELEGRAM=ccbikai -TWITTER=ccbikai -GITHUB=ccbikai +TELEGRAM=miantiao-me +TWITTER=miantiao-me +GITHUB=miantiao-me MASTODON=mastodon.social/@Mastodon BLUESKY=bsky.app @@ -151,4 +151,4 @@ RSS_BEAUTIFY=true 1. [Follow me on Telegram](https://t.me/miantiao_me) 2. [Follow me on 𝕏](https://404.li/kai) -3. [Sponsor me on GitHub](https://github.com/sponsors/ccbikai) +3. [Sponsor me on GitHub](https://github.com/sponsors/miantiao-me) diff --git a/README.zh-cn.md b/README.zh-cn.md index fcaac6e..7e37284 100644 --- a/README.zh-cn.md +++ b/README.zh-cn.md @@ -68,12 +68,12 @@ ### Docker -1. `docker pull ghcr.io/ccbikai/broadcastchannel:main` -2. `docker run -d --name broadcastchannel -p 4321:4321 -e CHANNEL=miantiao_me ghcr.io/ccbikai/broadcastchannel:main` +1. `docker pull ghcr.io/miantiao-me/broadcastchannel:main` +2. `docker run -d --name broadcastchannel -p 4321:4321 -e CHANNEL=miantiao_me ghcr.io/miantiao-me/broadcastchannel:main` ### Serverless -1. [Fork](https://github.com/ccbikai/BroadcastChannel/fork) 此项目到你 GitHub +1. [Fork](https://github.com/miantiao-me/BroadcastChannel/fork) 此项目到你 GitHub 2. 在 Cloudflare/Netlify/Vercel 创建项目 3. 选择 `BroadcastChannel` 项目和 `Astro` 框架 4. 配置环境变量 `CHANNEL` 为你的频道名称。此为最小化配置,更多配置见下面的配置项 @@ -92,9 +92,9 @@ LOCALE=zh-cn TIMEZONE=Asia/Shanghai ## 社交媒体用户名 -TELEGRAM=ccbikai -TWITTER=ccbikai -GITHUB=ccbikai +TELEGRAM=miantiao-me +TWITTER=miantiao-me +GITHUB=miantiao-me ## 下面两个社交媒体需要为 URL DISCORD=https://DISCORD.com @@ -149,4 +149,4 @@ RSS_BEAUTIFY=true 1. [在 Telegram 关注我](https://t.me/miantiao_me) 2. [在 𝕏 上关注我](https://404.li/x) -3. [在 GitHub 赞助我](https://github.com/sponsors/ccbikai) +3. [在 GitHub 赞助我](https://github.com/sponsors/miantiao-me) diff --git a/public/rss.xsl b/public/rss.xsl index 1a9038a..aaac29c 100644 --- a/public/rss.xsl +++ b/public/rss.xsl @@ -32,6 +32,6 @@
\ No newline at end of file diff --git a/src/layouts/base.astro b/src/layouts/base.astro index 22262e4..69c8fb3 100644 --- a/src/layouts/base.astro +++ b/src/layouts/base.astro @@ -149,7 +149,7 @@ const navs = (getEnv(import.meta.env, Astro, 'NAVS') || '')