We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5370865 commit 6da972dCopy full SHA for 6da972d
columnArticleList.js
@@ -21,7 +21,7 @@ const downloadComment = require('./downloadComment.js');
21
if (config.articalIds && config.articalIds.length > 0) {
22
type = 1;
23
firstArticalId = config.articalIds[0];
24
- console.log('通过IDarticalIds配置进行文章获取', config.articalIds.length);
+ console.log('通过articalIds配置进行文章获取', config.articalIds.length);
25
} else {
26
console.log('通过firstArticalId配置进行文章获取', firstArticalId);
27
};
0 commit comments