346b6c42fd
feat: 重构 See merge request phenomLi/StructV2!1 |
||
---|---|---|
.vscode | ||
demoV2 | ||
dist | ||
src | ||
.gitattributes | ||
.gitignore | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js | ||
yarn.lock |
StructV2
启动
1. git clone
2. npm install
3. npm run dev
源码里一些概念解释
Model
里的defineProps
方法是干什么的?ViewManager
里面的shadowG6Instance
属性是干什么的?ModelConstructor
里面的constructLinks
和constructMarkers
具体做了什么工作?