feat: add documentation for Checkbox, Input, and Select components; enhance Queue and Terminal features

- Introduced Checkbox component documentation in Chinese, covering usage, properties, and examples.
- Added Input component documentation in Chinese, detailing its attributes and various states.
- Created Select component documentation in Chinese, including subcomponents and usage examples.
- Developed Queue management documentation, outlining its core functionalities and component structure.
- Added Terminal dashboard documentation, describing its layout, core features, and usage examples.
- Documented team workflows, detailing various team skills and their applications in project management.
This commit is contained in:
catlog22
2026-03-02 19:38:30 +08:00
parent a58aa26a30
commit 99d6438303
26 changed files with 1017 additions and 378 deletions

View File

@@ -42,18 +42,18 @@ onnxruntime~=1.15.0
transformers~=4.36.0
[semantic]
numpy~=1.24.0
numpy~=1.26.0
fastembed~=0.2.0
hnswlib~=0.8.0
[semantic-directml]
numpy~=1.24.0
numpy~=1.26.0
fastembed~=0.2.0
hnswlib~=0.8.0
onnxruntime-directml~=1.15.0
[semantic-gpu]
numpy~=1.24.0
numpy~=1.26.0
fastembed~=0.2.0
hnswlib~=0.8.0
onnxruntime-gpu~=1.15.0