Merge branch 'dev' into feat/lab_resource

This commit is contained in:
q434343
2026-03-25 19:48:39 +08:00
parent ad2e5a1c04
commit 1ab1ed69d4
94 changed files with 13141 additions and 5618 deletions

View File

@@ -221,10 +221,10 @@ Laboratory A Laboratory B
```bash
# 实验室A
unilab --ak your_ak --sk your_sk --upload_registry --use_remote_resource
unilab --ak your_ak --sk your_sk --upload_registry
# 实验室B
unilab --ak your_ak --sk your_sk --upload_registry --use_remote_resource
unilab --ak your_ak --sk your_sk --upload_registry
```
---