fix
This commit is contained in:
+2
-2
@@ -92,8 +92,8 @@ function writeREADME() {
|
||||
// 处理种类
|
||||
const encodeType = encodeURI(type)
|
||||
// 生成一行表格
|
||||
// const line = `|${title}|[${info.rating.average}](${info.alt})|[](https://github.com/guanpengchn/awesome-books/raw/master/${encodeType}/${encodeTitle}.pdf) [](http://search.dangdang.com/?key=${encodeTitle}&act=input)|\n`
|
||||
const line = `|${title}|[${info.rating.average}](${info.alt})|[下载](https://github.com/guanpengchn/awesome-books/raw/master/${encodeType}/${encodeTitle}.pdf) [购买](http://search.dangdang.com/?key=${encodeTitle}&act=input)|\n`
|
||||
const line = `|${title}|[${info.rating.average}](${info.alt})|[](https://github.com/guanpengchn/awesome-books/raw/master/${encodeType}/${encodeTitle}.pdf) [](http://search.dangdang.com/?key=${encodeTitle}&act=input)|\n`
|
||||
// const line = `|${title}|[${info.rating.average}](${info.alt})|[下载](https://github.com/guanpengchn/awesome-books/raw/master/${encodeType}/${encodeTitle}.pdf) [购买](http://search.dangdang.com/?key=${encodeTitle}&act=input)|\n`
|
||||
content += line
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user