diff --git a/bin/code996.ps1 b/bin/code996.ps1 index a9ae1a0..c67ef9f 100644 --- a/bin/code996.ps1 +++ b/bin/code996.ps1 @@ -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 以查看可视化分析结果:" @@ -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 } diff --git a/bin/code996.sh b/bin/code996.sh index f8ca4bb..87450dc 100644 --- a/bin/code996.sh +++ b/bin/code996.sh @@ -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以查看可视化分析结果:" diff --git a/src/public/components/CommonFooter.vue b/src/public/components/CommonFooter.vue index a2f5b75..ac90b85 100644 --- a/src/public/components/CommonFooter.vue +++ b/src/public/components/CommonFooter.vue @@ -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}`,