update test

This commit is contained in:
2025-05-31 15:12:55 +08:00
commit 935bda1050
11 changed files with 4979 additions and 0 deletions

13
.cnb.yml Normal file
View File

@@ -0,0 +1,13 @@
# .cnb.yml
$:
vscode:
- docker:
image: docker.cnb.cool/kevisual/dev-env:latest
services:
- vscode
- docker
imports: https://cnb.cool/kevisual/env/-/blob/main/env.yml
# 开发环境启动后会执行的任务
stages:
- name: pnpm install
script: pnpm install