refactor: remove passkey login

This commit is contained in:
237899745
2026-05-27 22:32:42 +08:00
parent 89cb98233f
commit 0443c976fc
105 changed files with 410 additions and 2505 deletions

View File

@@ -0,0 +1 @@
import{p as t}from"./http-BDcxFXLM.js";async function i(){const{data:a}=await t.get("/user/email");return a}async function c(a){const{data:n}=await t.post("/user/bind-email",a);return n}async function o(){const{data:a}=await t.post("/user/unbind-email",{});return a}async function e(){const{data:a}=await t.get("/user/email-notify");return a}async function u(a){const{data:n}=await t.post("/user/email-notify",a);return n}async function r(a){const{data:n}=await t.post("/user/password",a);return n}async function d(){const{data:a}=await t.get("/user/kdocs");return a}async function f(a){const{data:n}=await t.post("/user/kdocs",a);return n}async function l(){const{data:a}=await t.get("/kdocs/status");return a}async function y(){const{data:a}=await t.get("/user/social-bindings");return a}async function p(a){const{data:n}=await t.post("/user/social-bindings",a||{});return n}async function w(a){const{data:n}=await t.delete(`/user/social-bindings/${encodeURIComponent(a)}`);return n}export{c as a,p as b,u as c,r as d,w as e,f,i as g,y as h,e as i,d as j,l as k,o as u};