mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-18 13:04:46 +08:00
feat: 创建导入插件文件夹
This commit is contained in:
parent
648adfa250
commit
7e45176424
@ -19,7 +19,6 @@ const exportDataModule = {};
|
||||
// }
|
||||
@connect(
|
||||
state => {
|
||||
// console.log(state);
|
||||
return {
|
||||
curCatid: -(-state.inter.curdata.catid),
|
||||
basePath: state.project.currProject.basepath
|
||||
|
0
exts/yapi-plugin-export-markdown/client.js
Normal file
0
exts/yapi-plugin-export-markdown/client.js
Normal file
4
exts/yapi-plugin-export-markdown/index.js
Normal file
4
exts/yapi-plugin-export-markdown/index.js
Normal file
@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
server: true,
|
||||
client: true
|
||||
}
|
0
exts/yapi-plugin-export-markdown/server.js
Normal file
0
exts/yapi-plugin-export-markdown/server.js
Normal file
Loading…
Reference in New Issue
Block a user