fix: update official site links

This commit is contained in:
QLHazyCoder
2026-05-16 17:34:45 +08:00
parent 4ccec28d13
commit 6216a26956
12 changed files with 32 additions and 32 deletions
@@ -1,5 +1,5 @@
(() => {
const PORTAL_BASE_URL = 'https://apikey.qzz.io';
const PORTAL_BASE_URL = 'https://flowpilot.qlhazycoder.top';
const CONTENT_SUMMARY_API_URL = `${PORTAL_BASE_URL}/api/content-summary`;
const CACHE_KEY = 'multipage-contribution-content-summary-v1';
const FETCH_TIMEOUT_MS = 6000;