Skip to content

Commit

Permalink
fix: add comment in PaperData
Browse files Browse the repository at this point in the history
  • Loading branch information
penqee committed Dec 21, 2024
1 parent b3c777f commit d5cc94b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/model/model/model.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions idl/model.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ struct UnifiedExam {
3: required string term
}

/*
* @Description 又拍云文件目录结构,兼容旧版安卓
* @Param base_path 当前所在路径
* @Param files 当前所在目录文件,使用required保证files不为nil
* @Param folders 当前所在目录下的文件夹,使用required保证folders不为nil
*/
struct PaperData {
1: optional string base_path,
2: required list<string> files,
Expand Down

0 comments on commit d5cc94b

Please sign in to comment.