[U] Update channel content
This commit is contained in:
+11
-1
@@ -2,11 +2,21 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
|
||||
<id>https://aza.moe/life</id>
|
||||
<title>小桂桂的回忆录 📒</title>
|
||||
<updated>2025-09-11T00:18:43.377956+00:00</updated>
|
||||
<updated>2025-09-11T02:41:57.996648+00:00</updated>
|
||||
<link href="https://aza.moe/life" rel="alternate"/>
|
||||
<generator uri="https://lkiesow.github.io/python-feedgen" version="0.9.0">python-feedgen</generator>
|
||||
<logo>https://aza.moe/meru_256px.png</logo>
|
||||
<subtitle>「我们所经历的每个平凡的日常,也许就是连续发生的奇迹」</subtitle>
|
||||
<entry>
|
||||
<id>6558</id>
|
||||
<title>小桂桂的回忆录 📒 #6558</title>
|
||||
<updated>2025-09-11T01:05:54+00:00</updated>
|
||||
<content><p>被自己蠢哭了</p>
|
||||
<p>五个月前写了这段黑名单代码,以为空列表 falsy 就直接写 <code>!!</code> 来判断是否为空了</p>
|
||||
<p>然后今天才意识到 JS 里空列表是 truthy,和 python 行为是反的... 导致所有域名都被判定为在黑名单里</p>
|
||||
<p>更重要的是居然这段代码部署五个月之后才有人来反馈问题... 可能别人看到黑名单消息就以为是自己的服务器被黑名单了就不会来反馈问题吗 <i class="custom-emoji" emoji-src="emoji/6320856404055820121.webp">😨</i></p></content>
|
||||
<link href="https://aza.moe/life?post=6558" rel="alternate"/>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>6557</id>
|
||||
<title>小桂桂的回忆录 📒 #6557</title>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 860 B |
+187
-157
File diff suppressed because it is too large
Load Diff
+10
-1
@@ -12,7 +12,16 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Thu, 11 Sep 2025 00:18:43 +0000</lastBuildDate>
|
||||
<lastBuildDate>Thu, 11 Sep 2025 02:41:57 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #6558</title>
|
||||
<link>https://aza.moe/life?post=6558</link>
|
||||
<description><p>被自己蠢哭了</p>
|
||||
<p>五个月前写了这段黑名单代码,以为空列表 falsy 就直接写 <code>!!</code> 来判断是否为空了</p>
|
||||
<p>然后今天才意识到 JS 里空列表是 truthy,和 python 行为是反的... 导致所有域名都被判定为在黑名单里</p>
|
||||
<p>更重要的是居然这段代码部署五个月之后才有人来反馈问题... 可能别人看到黑名单消息就以为是自己的服务器被黑名单了就不会来反馈问题吗 <i class="custom-emoji" emoji-src="emoji/6320856404055820121.webp">😨</i></p></description>
|
||||
<guid isPermaLink="false">6558</guid>
|
||||
</item>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #6557</title>
|
||||
<link>https://aza.moe/life?post=6557</link>
|
||||
|
||||
Reference in New Issue
Block a user