we7coreteam / w7-rangine-project-document

基于Rangine(软擎框架)的一款开源Markdown文档系统
https://www.rangine.com/doc.html
Apache License 2.0
167 stars 42 forks source link

文档与文档之间居然没办法交换位置吗? #20

Open zcw-shio opened 2 years ago

zcw-shio commented 2 years ago

$position = $request->post('target')['position']; $targetChapter = ChapterLogic::instance()->getById($request->post('target')['chapter_id']); if ($targetChapter && ($targetChapter->is_dir != Chapter::IS_DIR)) { //移动对象不是目录 throw new ErrorHttpException('只能移动到目录下面'); }