人机模式增加AI预测功能
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -3,9 +3,13 @@ |
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@ant-design/icons": "^5.3.7", | ||
| "@ant-design/pro-components": "^2.6.12", | ||
| "@ant-design/pro-provider": "^2.14.7", | ||
| "@dnd-kit/core": "^6.0.8", | ||
| "@dnd-kit/sortable": "^7.0.2", | ||
| "@dnd-kit/utilities": "^3.2.2", | ||
| "@react-spring/shared": "^9.7.3", | ||
| "@react-spring/web": "^9.7.3", | ||
| "antd": "^5.8.3", | ||
| "classnames": "^2.3.2", | ||
| ... | ... | @@ -16,6 +20,7 @@ |
| "i18next": "^23.11.4", | ||
| "idb-keyval": "^6.2.1", | ||
| "lodash-es": "^4.17.21", | ||
| "overlayscrollbars": "^2.9.1", | ||
| "overlayscrollbars-react": "^0.5.1", | ||
| "rdndmb-html5-to-touch": "^8.0.3", | ||
| "react": "^18.2.0", | ||
| ... | ... |
This diff is collapsed.
src/api/ygoAgent/create.ts
0 → 100644
src/api/ygoAgent/delete.ts
0 → 100644
src/api/ygoAgent/index.ts
0 → 100644
src/api/ygoAgent/predict.ts
0 → 100644
src/api/ygoAgent/schema.ts
0 → 100644
This diff is collapsed.
src/api/ygoAgent/util.ts
0 → 100644
src/container/compat.ts
0 → 100644
src/container/context.ts
0 → 100644
src/container/impl.ts
0 → 100644
src/container/index.ts
0 → 100644
This diff is collapsed.
src/service/executor.ts
0 → 100644
Please register or sign in to comment