yapi icon indicating copy to clipboard operation
yapi copied to clipboard

YApi多级目录,支持搜索,多级拖拽,支持原本已有数据结构

Results 8 yapi issues
Sort by recently updated
recently updated
newest added

## 版本号 ~ demo地址 ## 什么问题 ![image](https://github.com/zybieku/yapi/assets/7932899/bf49fbf5-3f0a-4d17-b1a4-64cbcaaa7e9a) ~ 如图有三级目录,目录全部展开后,只能收起三级目录,一级和二级目录都不能收起;收起三级目录后,可以收起二级但一级不能收起 ## 如何复现此问题 ~ 目录展开后,如果有次级目录展开未收起,当前目录不能收起 ## 什么浏览器 ~ chrome ## 什么系统(Linux, Windows, macOS) macOS

## 版本号 ~ 当前版本 ## 什么问题 ~大佬,目前这个版本导出数据,无论什么格式,都没有带上多级目录结构,导出功能应该还是原生的,着导致没有办法做数据迁移,以及生成api接口文档给其他人观看,不知道是否方便修复 ## 如何复现此问题 ~ 导出功能 ## 什么浏览器 ~ 无 ## 什么系统(Linux, Windows, macOS) 无

![image](https://user-images.githubusercontent.com/8413919/231975638-9af5c980-44c2-45ba-9e81-8d2d200d9830.png) 大佬有没有想法把Edit的时候的分类改成树形的?这样会看着比较直观,感谢

![image](https://user-images.githubusercontent.com/25890436/192220131-9d3ee8fc-4b85-43fe-b7b4-f33dd9b4a06b.png)

![WX20220921-082124@2x](https://user-images.githubusercontent.com/18155203/191387526-3f772af0-3823-4fff-9e13-5f692f0d730f.png) ![WX20220921-082231@2x](https://user-images.githubusercontent.com/18155203/191387514-b495616f-dd73-427c-8c05-3a489411dbed.png) ![WX20220921-082207@2x](https://user-images.githubusercontent.com/18155203/191387524-c23b2666-3c75-4b98-9198-5fa435253e25.png)

![image](https://user-images.githubusercontent.com/13378979/155075747-b9d3517f-ffc7-44b6-b871-f264abbc215c.png) ![image](https://user-images.githubusercontent.com/13378979/155075949-f87610f9-eaa0-4d7f-94be-95771bceb307.png) 另外:Dockerfile最好写一下。推送个docker。这样用起来比较方便一些

下载 `fjc0k/docker-YApi` 项目的docker镜像, 用该项目的`client`和`server`替换掉容器里的 `/yapi/vendors/client`, `/yapi/vendors/server`, 可以正常启动. 用docker的原因是因为换了arm64的服务器, npm安装依赖完全安不上 😭 如果是迁移服务器的可以参考: ```yaml services: yapi-web: image: jayfong/yapi:1.10.2 container_name: yapi-web ports: - 40001:3000 volumes: - ./vendors/server:/yapi/vendors/server - ./vendors/client:/yapi/vendors/client environment: - YAPI_ADMIN_ACCOUNT=xxx -...