Files
knowai/FOLDER_STRUCTURE.md
tobegold574 b74c01340c feat(image): 新建knowai-ui:1.0.0镜像并完成推送
- 最终完成16个组件的搭建,覆盖常用组件和布局
- 通过tsc eslint完成测试,vitest测试因未知问题放弃(但保留测试文件)

BREAKING CHANGE: 新镜像分支
2025-11-14 14:48:18 +08:00

1.9 KiB

.
├─ node_modules
│   ├─ @element-plus
│   │   └─ icons-vue
│   ├─ @eslint
│   │   └─ js
│   ├─ @typescript-eslint
│   │   ├─ eslint-plugin
│   │   └─ parser
│   ├─ @vitejs
│   │   └─ plugin-vue
│   ├─ @vitest
│   │   └─ coverage-v8
│   ├─ @vue
│   │   ├─ eslint-config-typescript
│   │   └─ test-utils
│   ├─ element-plus
│   ├─ eslint
│   ├─ eslint-plugin-vue
│   ├─ jsdom
│   ├─ sass
│   ├─ typescript
│   ├─ vite
│   ├─ vitest
│   ├─ vue
│   └─ vue-tsc
├─ src
│   ├─ components
│   │   ├─ Avatar
│   │   │   └─ __snapshots__
│   │   ├─ Button
│   │   │   └─ __snapshots__
│   │   ├─ ChatBubble
│   │   │   └─ __snapshots__
│   │   ├─ Container
│   │   │   └─ __snapshots__
│   │   ├─ Divider
│   │   │   └─ __snapshots__
│   │   ├─ Empty
│   │   │   └─ __snapshots__
│   │   ├─ Grid
│   │   │   └─ __snapshots__
│   │   ├─ Icon
│   │   │   └─ __snapshots__
│   │   ├─ Image
│   │   │   └─ __snapshots__
│   │   ├─ Loading
│   │   │   └─ __snapshots__
│   │   ├─ Message
│   │   ├─ Notification
│   │   ├─ Result
│   │   ├─ Space
│   │   ├─ Tag
│   │   └─ Text
│   └─ styles
└─ test

55 directories