Appearance
项目采用 monorepo 开发
如果需要开发新功能,只需要在 composables 中新建 hook,并且在 composables/index.ts 中导出,然后在 composables/use-tree.ts 或者 tree.tsx 中选择合适的时机注册
composables/index.ts
composables/use-tree.ts
tree.tsx