fix: update Beian component styling for improved visibility and accessibility

This commit is contained in:
2025-12-21 19:27:21 +08:00
parent 7c9072c594
commit 8a5e707fd8
5 changed files with 1707 additions and 551 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@kevisual/kv-login",
"version": "0.0.9",
"version": "0.1.3",
"description": "",
"main": "src/main.ts",
"scripts": {
@@ -12,6 +12,11 @@
"pub": "ev deploy ./dist -k kv-login-test -v 0.0.6 -u -y yes"
},
"keywords": [],
"files": [
"types",
"src",
"dist"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.24.0",
@@ -31,6 +36,6 @@
},
"types": "./types/index.d.ts",
"devDependencies": {
"@types/bun": "^1.3.3"
"@types/bun": "^1.3.5"
}
}