Skip to content

Commit

Permalink
chore: update library list
Browse files Browse the repository at this point in the history
  • Loading branch information
ourongxing committed Sep 6, 2024
1 parent 910057b commit 9751968
Show file tree
Hide file tree
Showing 2 changed files with 1,124 additions and 1,124 deletions.
2 changes: 1 addition & 1 deletion scripts/genDoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const fileName = "词库.md"
function genTableItem(name: string, target: Target) {
const suffix = target === "translation" ? "csv" : "txt"
const encodeName = encodeURIComponent(name)
return `<a href="https://github.com/busiyiworld/maimemo-export/blob/main/exported/${target}/${encodeName}.${suffix}">📖</a> <a href="https://raw.githubusercontent.com/busiyiworld/maimemo-export/main/exported/${target}/${encodeName}.${suffix}" download>⬇️</a>`
return `[📖](./exported/${target}/${encodeName}.${suffix})`
}

async function main() {
Expand Down
Loading

0 comments on commit 9751968

Please sign in to comment.