Reinstall dev env & Update the news page to include translating

functions & Update settings & sendUserChanges system. I also updated
*some* README stuff. & Update tos & privacy policy pages.
This commit is contained in:
yuanhau 2025-06-09 09:34:53 +08:00
parent 944caa03e8
commit 1e4e13f1b7
8 changed files with 184 additions and 263 deletions

View file

@ -84,6 +84,7 @@ const updateContent = async (url: string, tabAction: boolean) => {
contentArray.value = [...data.uuidData, ...(data.nuuiddata?.items || [])];
switchTabs.value = false;
isDataCached.value = data.cached || false;
displayTranslateContent.value = false;
translatedBefore.value = false;
}
} catch (e) {