仓库自包含化:CI/文档/规范入库,升级 echarts,填关于页链接
CI / test (push) Successful in 53s
Release / release (push) Successful in 32s

This commit is contained in:
2026-07-09 19:05:28 +08:00
parent db45a669e3
commit 9d0c116ce3
31 changed files with 2235 additions and 71 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ import AppLogo from '@/components/AppLogo.vue'
import { useParticles } from '@/composables/useParticles'
import type { AboutInfo } from '@/types/api'
// GitHub 仓库地址:开源发布后填充;空串时按钮禁用并显示占位
const REPO_URL = ''
// GitHub 仓库地址;空串时按钮禁用并显示占位
const REPO_URL = 'https://github.com/wangdefaa/oci-portal'
const info = ref<AboutInfo | null>(null)
const loading = ref(true)