Merge branch 'master' into dev
This commit is contained in:
commit
af0bdb0109
15 changed files with 179 additions and 135 deletions
|
@ -23,7 +23,7 @@ async function main() {
|
|||
|
||||
await CopyMarkdown(out, "packages-desc.md");
|
||||
await GeneratePackageList(out);
|
||||
await CopyMarkdown(out, "style-set-sample-image.md");
|
||||
await GenerateStyleSetImage(out);
|
||||
await CopyMarkdown(out, "package-reorg.md");
|
||||
await GenerateChangeList(out);
|
||||
|
||||
|
@ -132,7 +132,12 @@ async function GeneratePackageList(out) {
|
|||
out.log(`</tr>`);
|
||||
}
|
||||
}
|
||||
out.log(`</table>\n`);
|
||||
}
|
||||
|
||||
async function GenerateStyleSetImage(out) {
|
||||
out.log(
|
||||
`\n\n`
|
||||
);
|
||||
}
|
||||
|
||||
function noBreak(s) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue