update query login

This commit is contained in:
2025-03-21 20:40:43 +08:00
parent ca269e5ae2
commit b2ad3da8d8
8 changed files with 75 additions and 52 deletions

View File

@@ -5,7 +5,8 @@
"main": "dist/query-login.js",
"types": "dist/query-login.d.ts",
"scripts": {
"build": "tsup"
"build": "tsup",
"watch": "tsup --watch"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me>",