优化AI,使用qwen

This commit is contained in:
hajimi
2026-06-10 13:10:20 +08:00
parent f5da89af8f
commit 10ebe39c30
914 changed files with 778 additions and 121968 deletions
+6
View File
@@ -0,0 +1,6 @@
export function resolveShareCode(data: { code: string; fingerprint: string; referer?: string }) {
return $request.post(
{ url: '/shortLink/resolve', params: data },
{ requestOptions: { withToken: false } }
)
}