feat: 添加 nCode 组件及相关 API,支持创建、查询、更新和删除操作

This commit is contained in:
2026-03-03 14:17:06 +08:00
parent e8598e418d
commit cfb6a1cf11
19 changed files with 755 additions and 5 deletions

10
pnpm-lock.yaml generated
View File

@@ -17,6 +17,9 @@ importers:
jose:
specifier: ^6.1.3
version: 6.1.3
nanoid:
specifier: ^5.1.6
version: 5.1.6
devDependencies:
'@kevisual/types':
specifier: ^0.0.12
@@ -225,6 +228,11 @@ packages:
jose@6.1.3:
resolution: {integrity: sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==}
nanoid@5.1.6:
resolution: {integrity: sha512-c7+7RQ+dMB5dPwwCp4ee1/iV/q2P6aK1mTZcfr1BTuVlyW9hJYiMPybJCcnBlQtuSmTIWNeazm/zqNoZSSElBg==}
engines: {node: ^18 || >=20}
hasBin: true
prettier@3.8.1:
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==}
engines: {node: '>=14'}
@@ -381,6 +389,8 @@ snapshots:
jose@6.1.3: {}
nanoid@5.1.6: {}
prettier@3.8.1: {}
undici-types@7.18.2: {}