File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ const createGlobDetecter = (info) => {
44
44
}
45
45
if ( error . length > 0 ) {
46
46
throw new Error (
47
- `当前package缺乏必要文件:\n${ error . map ( ( x ) => ` x ${ x } ` ) . join ( '\n' ) } \n资产共建大赛提交内容中原有的截图,现升级为依赖库使用说明文档。现交内容包括
47
+ `当前package缺乏必要文件:\n${ error . map ( ( x ) => ` x ${ x } ` ) . join ( '\n' ) }
48
+ 资产共建大赛提交内容中原有的截图,现升级为依赖库使用说明文档。现交内容包括
49
+ 1. 依赖库代码本身;2. readme代码说明文档;3. 依赖库使用文档说明。
50
+ 其中readme面向开发者,使用文档面向使用者。
51
+ 请自己阅读提交作品路径说明。
52
+ https://github.com/netease-lcap/CodeWaveAssetCompetition2024/blob/main/%E8%B5%84%E4%BA%A7%E5%85%B1%E5%BB%BA%E5%A4%A7%E8%B5%9B%E6%8F%90%E4%BA%A4%E5%86%85%E5%AE%B9%E8%AF%B4%E6%98%8E.md
48
53
49
- 1. 依赖库代码本身;2. readme代码说明文档;3. 依赖库使用文档说明。
50
- 其中readme面向开发者,使用文档面向使用者。
51
- 请自己阅读提交作品路径说明。
52
- https://github.com/netease-lcap/CodeWaveAssetCompetition2024/blob/main/%E8%B5%84%E4%BA%A7%E5%85%B1%E5%BB%BA%E5%A4%A7%E8%B5%9B%E6%8F%90%E4%BA%A4%E5%86%85%E5%AE%B9%E8%AF%B4%E6%98%8E.md
54
+ 参考作品https://github.com/netease-lcap/CodeWaveAssetCompetition2024/tree/main/demo_bjz_JiazhenBao
53
55
54
- 参考作品https://github.com/netease-lcap/CodeWaveAssetCompetition2024/tree/main/demo_bjz_JiazhenBao
55
-
56
- tips:README.md和依赖库使用文档说明.docx需要保持文件名称不动。后续我们会对提交的PR自动校验目录结构~` ,
56
+ tips:README.md和依赖库使用文档说明.docx需要保持文件名称不动。后续我们会对提交的PR自动校验目录结构~` ,
57
57
) ;
58
58
}
59
59
} ;
You can’t perform that action at this time.
0 commit comments