lyg
2024-06-14 92c1b3abe15b82486427ef2e9e2455524e0c6c84
回写图书信息到Excel
1个文件已修改
3 ■■■■■ 已修改文件
src/main.mjs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.mjs
@@ -564,6 +564,9 @@
  for (const book of books) {
    const index = data.findIndex((row) => row[0] === book.id);
    if (index > -1) {
      data[index][5] = book.publisher;
      data[index][6] = book.pubDate;
      data[index][11] = book.pages;
      data[index][12] = book.state;
      data[index][13] = book.format;
      data[index][14] = book.file;