Remove stuff including the chat function & TOS & Privacy Policy windows

& simplified the archive URL.
This commit is contained in:
yuanhau 2025-07-06 17:50:35 +08:00
parent aa8fb3a2d2
commit 3a3c2c81e2
14 changed files with 20 additions and 573 deletions

View file

@ -53,7 +53,7 @@ const contentArray = ref([]);
const errorr = ref(false);
const switchTabs = ref(false);
const tabs = ref([]);
const primary = ref<string>("domestic"); // Hard code default value as top is just pure garbage.
const primary = ref<string>("top"); // This will be later overwritten, so values set here will be useless.
const canNotLoadTabUI = ref(false);
const isDataCached = ref(false);
const pullTabsData = async () => {