Compare commits

...

4 Commits

4 changed files with 5 additions and 4 deletions

View File

@ -1334,6 +1334,7 @@
| [<img src="https://img.shields.io/static/v1?label=follow&message=-1&style=social&logo=rss">](https://feeds.pub/feed/https%3A%2F%2Funnamedtat.xyz%2Frss.xml) | A small world of unnamedtat | https://unnamedtat.xyz | 技术; GIS、生态文献阅读、算法分享; Web前端; Python; R |
| [<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; 折腾 |
## 什么是独立博客

View File

@ -1311,3 +1311,4 @@ Yuics Blog, https://arckive.cn, https://arckive.cn/index.xml, 算法竞赛; 算
A small world of unnamedtat, https://unnamedtat.xyz, https://unnamedtat.xyz/rss.xml, 技术; GIS、生态文献阅读、算法分享; Web前端; Python; R
飞飞爱折腾, 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; 折腾

1 Introduction Address RSS feed tags
1311 A small world of unnamedtat https://unnamedtat.xyz https://unnamedtat.xyz/rss.xml 技术; GIS、生态文献阅读、算法分享; Web前端; Python; R
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; 折腾

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 = `
# 中文独立博客列表