New Huajishe Check ChaoXing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function getAriaLabel(index, title, content) {
|
||||
return '第' + (index + 1) + '步,' + title + ',' + content;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getAriaLabel: getAriaLabel,
|
||||
};
|
||||
Reference in New Issue
Block a user