feat: add login for plugin

This commit is contained in:
2025-03-23 16:48:19 +08:00
parent 74a484718a
commit cb490470c1
18 changed files with 1079 additions and 369 deletions

View File

@@ -24,6 +24,7 @@
"ssh": "ssh -L 6379:localhost:6379 light ",
"ssh:sky": "ssh -L 6379:172.21.32.13:6379 sky",
"dev:lib": "turbo run dev:lib",
"build:lib": "turbo run build",
"dev:oss": "turbo run dev:lib --filter=@kevisual/oss"
},
"keywords": [],
@@ -37,7 +38,7 @@
"dependencies": {
"@kevisual/local-app-manager": "0.1.9",
"@kevisual/router": "0.0.9",
"@kevisual/use-config": "^1.0.9",
"@kevisual/use-config": "^1.0.10",
"@types/semver": "^7.5.8",
"archiver": "^7.0.1",
"crypto-js": "^4.2.0",