From 64a283c3a6f812701c592d9e235632a4bf0b8caf Mon Sep 17 00:00:00 2001 From: WhizPanda Date: Sat, 2 Dec 2023 23:04:04 +0800 Subject: [PATCH] chore: Replace Repo Name --- .github/workflows/compatible.yml | 1 - .github/workflows/dev.yaml | 1 - .github/workflows/meta.yml | 1 - .github/workflows/test.yml | 1 - .github/workflows/updater.yml | 2 -- README.md | 14 +++++++------- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 4 ++-- src/pages/settings.tsx | 4 ++-- 9 files changed, 12 insertions(+), 18 deletions(-) diff --git a/.github/workflows/compatible.yml b/.github/workflows/compatible.yml index 14d1e01b..f3e748e0 100644 --- a/.github/workflows/compatible.yml +++ b/.github/workflows/compatible.yml @@ -24,7 +24,6 @@ jobs: os: ubuntu-22.04 runs-on: ${{ matrix.targets.os }} - if: startsWith(github.repository, 'wonfen') steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index e245e53e..3fb715c2 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -17,7 +17,6 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} - if: startsWith(github.repository, 'wonfen') steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.github/workflows/meta.yml b/.github/workflows/meta.yml index 2bed59de..b6ecfc1f 100644 --- a/.github/workflows/meta.yml +++ b/.github/workflows/meta.yml @@ -17,7 +17,6 @@ jobs: matrix: os: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} - if: startsWith(github.repository, 'wonfen') steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69fb72d9..10de78b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,6 @@ env: jobs: release: runs-on: ${{ github.event.inputs.os }} - if: startsWith(github.repository, 'wonfen') steps: - name: System Version run: | diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 37661983..a8ea8cc3 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -5,8 +5,6 @@ on: workflow_dispatch jobs: release-update: runs-on: ubuntu-latest - if: | - startsWith(github.repository, 'wonfen') steps: - name: Checkout repository uses: actions/checkout@v3 diff --git a/README.md b/README.md index 194c9cb7..c5ed1df1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A Clash Meta GUI based on tauritauri { }; const toGithubRepo = useLockFn(() => { - return openWebUrl("https://github.com/wonfen/clash-verge-rev"); + return openWebUrl("https://github.com/clash-verge-rev/clash-verge-rev"); }); return ( @@ -26,7 +26,7 @@ const SettingPage = () => {