Skip to content

Commit 4dae34e

Browse files
author
baojz
committedApr 23, 2024
更新提示
1 parent 05f0f95 commit 4dae34e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎script/temp/lifecycle/lint.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ const createGlobDetecter = (info) => {
4444
}
4545
if (error.length > 0) {
4646
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
4853
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
5355
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自动校验目录结构~`,
5757
);
5858
}
5959
};

0 commit comments

Comments
 (0)
Please sign in to comment.