web: add local processing setting & api type

response is not handled at all yet, this is a raw draft
This commit is contained in:
wukko
2025-01-29 15:06:16 +06:00
parent c7c9cf2f0f
commit a43e7a629b
10 changed files with 49 additions and 19 deletions

View File

@@ -66,6 +66,7 @@ const request = async (url: string) => {
tiktokH265: getSetting("save", "tiktokH265"),
alwaysProxy: getSetting("privacy", "alwaysProxy"),
localProcessing: getSetting("advanced", "localProcessing"),
}
await getServerInfo();