Skip to content

Commit

Permalink
feat: remove gitee config
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodigua committed Jul 21, 2024
1 parent 58c2206 commit c54926d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions bin/code996.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ if ($PSVersionTable.PSVersion.Major -lt 7) {
# url
$GithubUrl = "https://hellodigua.github.io/code996/#/result?time=$result"
$VercelUrl = "https://code996.vercel.app/#/result?time=$result"
$GiteeUrl = "https://hellodigua.gitee.io/code996/#/result?time=$result"


Write-Host "复制以下 URL 以查看可视化分析结果:"
Expand All @@ -71,9 +70,6 @@ if ($PSVersionTable.PSVersion.Major -lt 7) {
Write-Host "GitHub Pages:"
Write-Host "$GitHubUrl"
Write-Host ""
Write-Host "Gitee:"
Write-Host "$GiteeUrl"
Write-Host ""

Start-Process $VercelUrl
}
Expand Down
1 change: 0 additions & 1 deletion bin/code996.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ result=$time_start"_"$time_end"&week="$by_day_result"&hour="$by_hour_result
# url
github_url="https://hellodigua.github.io/code996/#/result?time=$result"
vercel_url="https://code996.vercel.app/#/result?time=$result"
gitee_url="https://hellodigua.gitee.io/code996/#/result?time=$result"

echo
echo -e "${NC}复制以下url以查看可视化分析结果:"
Expand Down
5 changes: 0 additions & 5 deletions src/public/components/CommonFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ const mirrorList = [
url: `https://hellodigua.github.io/code996/${hash}`,
label: 'GitHub',
},
{
host: 'gitee.io/',
url: `https://hellodigua.gitee.io/code996/${hash}`,
label: 'Gitee',
},
{
host: 'code996.vercel.app',
url: `https://code996.vercel.app/${hash}`,
Expand Down

0 comments on commit c54926d

Please sign in to comment.