feat(admin): 添加全局域名过滤器并重构相关视图
将域名过滤器从各视图移至布局组件,通过依赖注入共享状态 更新文档链接和API基础URL
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user