Compare commits

...

4 Commits

4 changed files with 5 additions and 4 deletions

View File

@ -1335,6 +1335,7 @@
| [<img src="https://img.shields.io/static/v1?label=follow&message=-1&style=social&logo=rss">](https://feeds.pub/feed/https%3A%2F%2Fsongfei.org%2Findex.xml) | 飞飞爱折腾 | https://songfei.org | 编程; 技术; 随笔; 无线电; DIY |
| | 阿豪 | https://nolanblog.top/ | 技术学习; 随笔; web3; java |
| [<img src="https://img.shields.io/static/v1?label=follow&message=-1&style=social&logo=rss">](https://feeds.pub/feed/https%3A%2F%2Fblog.menghuan1918.com%2Frss.xml) | Menghuan1918的博客 | https://blog.menghuan1918.com/ | 编程; Linux; 折腾 |
| [<img src="https://img.shields.io/static/v1?label=follow&message=-1&style=social&logo=rss">](https://feeds.pub/feed/https%3A%2F%2Fceeji.net%2Fblog%2Ffeed%2F) | 笃志者的博客 | https://ceeji.net | 编程; 摄影; 旅行; 汉语; 文化 |
## 什么是独立博客

View File

@ -1312,3 +1312,4 @@ A small world of unnamedtat, https://unnamedtat.xyz, https://unnamedtat.xyz/rss.
飞飞爱折腾, https://songfei.org, https://songfei.org/index.xml, 编程; 技术; 随笔; 无线电; DIY
阿豪, https://nolanblog.top/, , 技术学习; 随笔; web3; java
Menghuan1918的博客, https://blog.menghuan1918.com/, https://blog.menghuan1918.com/rss.xml, 编程; Linux; 折腾
笃志者的博客, https://ceeji.net, https://ceeji.net/blog/feed/, 编程; 摄影; 旅行; 汉语; 文化

1 Introduction Address RSS feed tags
1312 飞飞爱折腾 https://songfei.org https://songfei.org/index.xml 编程; 技术; 随笔; 无线电; DIY
1313 阿豪 https://nolanblog.top/ 技术学习; 随笔; web3; java
1314 Menghuan1918的博客 https://blog.menghuan1918.com/ https://blog.menghuan1918.com/rss.xml 编程; Linux; 折腾
1315 笃志者的博客 https://ceeji.net https://ceeji.net/blog/feed/ 编程; 摄影; 旅行; 汉语; 文化

File diff suppressed because one or more lines are too long

View File

@ -60,14 +60,13 @@ async function getResultAndUpdateREADME() {
const newTable = table.map(row => {
return [
row[2] ? getFeedsPubBtn(row[2], row[4]) : '',
row[0].replace(/\|/g, '&#124;'),
row[1],
`[${row[0].replace(/\|/g, '&#124;')}](${row[1]})`,
row[3]
]
});
// update README
const tableContentInMD = markdownTable([['<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RSS 订阅数</p>', '简介', '链接', '标签'], ...newTable]);
const tableContentInMD = markdownTable([['<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RSS 订阅数</p>', '博客/简介', '标签'], ...newTable]);
const readmeContent = `
# 中文独立博客列表