feat(admin): 添加全局域名过滤器并重构相关视图

将域名过滤器从各视图移至布局组件,通过依赖注入共享状态
更新文档链接和API基础URL
This commit is contained in:
anghunk
2026-01-22 14:43:09 +08:00
parent b71ff687ea
commit cb2b15c5f6
6 changed files with 84 additions and 124 deletions

View File

@@ -10,7 +10,7 @@ const commentsRoot = ref(null);
onMounted(async () => {
if (!commentsRoot.value || typeof window === "undefined") return;
const apiBaseUrl = "https://cwd-api.anghunk.workers.dev";
const apiBaseUrl = "https://cwd-api.zishu.me";
if (!apiBaseUrl) return;