[U] Update channel content

This commit is contained in:
github-actions
2024-04-09 22:10:21 +00:00
parent de4a859fbb
commit b41a63abb8
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn"> <feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
<id>https://aza.moe/life</id> <id>https://aza.moe/life</id>
<title>小桂桂的回忆录 📒</title> <title>小桂桂的回忆录 📒</title>
<updated>2024-04-09T20:09:32.690850+00:00</updated> <updated>2024-04-09T22:10:18.736038+00:00</updated>
<link href="https://aza.moe/life" rel="alternate"/> <link href="https://aza.moe/life" rel="alternate"/>
<generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator> <generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
<logo>https://aza.moe/meru_256px.png</logo> <logo>https://aza.moe/meru_256px.png</logo>
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -47714,7 +47714,7 @@
"id": 3496, "id": 3496,
"date": "2024-03-20T04:42:35", "date": "2024-03-20T04:42:35",
"text": "今天给 Kotlin 开了一个 <a href=\"https://github.com/JetBrains/kotlin/pull/5278\">PR</a>!第一次给这么大的项目开 PR,好开心\n\n起因是,在给我的私服写导入数据的功能的时候测速发现 <code>str.lines()</code> 好慢,然后发现它的实现方法是 <code>str.split(\"\\r\\n\", \"\\n\", \"\\r\")</code>,但是 split 多个子字符串是一个复杂的运算\n\n试试改成先把所有换行符替换成 <code>\\n</code> 再 <code>split('\\n')</code> 之后速度直接提升了 7 倍,好耶 qwq", "text": "今天给 Kotlin 开了一个 <a href=\"https://github.com/JetBrains/kotlin/pull/5278\">PR</a>!第一次给这么大的项目开 PR,好开心\n\n起因是,在给我的私服写导入数据的功能的时候测速发现 <code>str.lines()</code> 好慢,然后发现它的实现方法是 <code>str.split(\"\\r\\n\", \"\\n\", \"\\r\")</code>,但是 split 多个子字符串是一个复杂的运算\n\n试试改成先把所有换行符替换成 <code>\\n</code> 再 <code>split('\\n')</code> 之后速度直接提升了 7 倍,好耶 qwq",
"views": 76, "views": 77,
"forwards": 0, "forwards": 0,
"media_group_id": 13687278046831213, "media_group_id": 13687278046831213,
"images": [ "images": [
@@ -48383,7 +48383,7 @@
"id": 3547, "id": 3547,
"date": "2024-04-02T06:39:41", "date": "2024-04-02T06:39:41",
"text": "<a href=\"##AquaDX\">#AquaDX</a> 服务器端全曲目/角色/收集品/跑图券解锁!", "text": "<a href=\"##AquaDX\">#AquaDX</a> 服务器端全曲目/角色/收集品/跑图券解锁!",
"views": 79, "views": 80,
"forwards": 0, "forwards": 0,
"images": [ "images": [
{ {
@@ -48402,7 +48402,7 @@
"id": 3548, "id": 3548,
"date": "2024-04-02T07:32:05", "date": "2024-04-02T07:32:05",
"text": "<del>这也能蓝粉白?</del>", "text": "<del>这也能蓝粉白?</del>",
"views": 81, "views": 82,
"forwards": 0, "forwards": 0,
"forwarded_from": { "forwarded_from": {
"name": "Azalea", "name": "Azalea",
+1 -1
View File
@@ -12,7 +12,7 @@
<link>https://aza.moe/life</link> <link>https://aza.moe/life</link>
</image> </image>
<language>zh-cn</language> <language>zh-cn</language>
<lastBuildDate>Tue, 09 Apr 2024 20:09:32 +0000</lastBuildDate> <lastBuildDate>Tue, 09 Apr 2024 22:10:18 +0000</lastBuildDate>
<item> <item>
<title>小桂桂的回忆录 📒 #3570</title> <title>小桂桂的回忆录 📒 #3570</title>
<link>https://aza.moe/life?post=3570</link> <link>https://aza.moe/life?post=3570</link>