Skip to content

Commit ba3c294

Browse files
committed
update title
1 parent 52b85f7 commit ba3c294

File tree

2 files changed

+1632
-62
lines changed

2 files changed

+1632
-62
lines changed

apps/tools/src/updateTitle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { XMLParser } from 'fast-xml-parser';
77
const parser = new XMLParser();
88

99
for (const a of await fsP.readdir(path.join(process.argv[2]))) {
10-
if (!a.startsWith('A')) continue;
10+
if (!a.startsWith('A') && !a.startsWith('K')) continue;
1111
const base = path.join(process.argv[2], a);
1212
if (!fs.existsSync(path.join(base, 'title'))) continue;
1313
for (const dir of await fsP.readdir(path.join(base, 'title'))) {

0 commit comments

Comments
 (0)