[U] Update channel content
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-cn">
|
||||
<id>https://aza.moe/life</id>
|
||||
<title>小桂桂的回忆录 📒</title>
|
||||
<updated>2024-01-13T08:10:45.849699+00:00</updated>
|
||||
<updated>2024-01-13T10:10:55.938182+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>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -42919,7 +42919,7 @@
|
||||
"id": 3177,
|
||||
"date": "2024-01-12T19:45:17",
|
||||
"text": "因为键盘方向键太紧凑很容易按错,写了一个 AHK 脚本让 Caps 键变成一个 FN 层、让 Caps + Tab 还原原本大写锁定的功能、然后让 Caps + WASD / IJKL 变成了方向键 qwq\n\n<pre language=\"ahk\">; Block standalone CapsLock toggle\nCapsLock::return\n\n; Use CAPS + TAB to toggle CAPS LOCK\nCapsLock & Tab::\n SetCapsLockState, % (GetKeyState(\"CapsLock\", \"T\") ? \"Off\" : \"On\")\n return\n\n; Block CAPS LOCK state change when CAPS is combined with any other key\nCapsLock & w::Up\nCapsLock & a::Left\nCapsLock & s::Down\nCapsLock & d::Right\n\nCapsLock & i::Up\nCapsLock & j::Left\nCapsLock & k::Down\nCapsLock & l::Right</pre>",
|
||||
"views": 49,
|
||||
"views": 50,
|
||||
"forwards": 0,
|
||||
"reply": {
|
||||
"id": 3171,
|
||||
@@ -42931,7 +42931,7 @@
|
||||
"id": 3178,
|
||||
"date": "2024-01-12T22:34:30",
|
||||
"text": "哭哭 多么好看的板子被一个天线毁了 <i class=\"custom-emoji\" emoji-src=\"emoji/6323237375010932266.webp\">😡</i>",
|
||||
"views": 48,
|
||||
"views": 49,
|
||||
"forwards": 0,
|
||||
"images": [
|
||||
{
|
||||
@@ -42950,14 +42950,14 @@
|
||||
"id": 3179,
|
||||
"date": "2024-01-12T22:59:49",
|
||||
"text": "又焊了两排排针... 因为买的时候想省 ¥ 5 所以没有让卖家焊,不知道焊排针的时间值不值得,不过也就当作练习了 qwq",
|
||||
"views": 45,
|
||||
"views": 46,
|
||||
"forwards": 0
|
||||
},
|
||||
{
|
||||
"id": 3180,
|
||||
"date": "2024-01-12T23:02:31",
|
||||
"text": "今天的博德之门:我是一只猫 <i class=\"custom-emoji\" emoji-src=\"emoji/6170419595350903248.webm\">✨</i>",
|
||||
"views": 42,
|
||||
"views": 43,
|
||||
"forwards": 0,
|
||||
"media_group_id": 13640804408751741,
|
||||
"images": [
|
||||
@@ -42987,7 +42987,7 @@
|
||||
"id": 3182,
|
||||
"date": "2024-01-13T05:15:55",
|
||||
"text": "今天的博德之门:和 Raphael 的魅魔做爱触发了一个 bad ending <i class=\"custom-emoji\" emoji-src=\"emoji/6170424195260877091.webm\">🤗</i>",
|
||||
"views": 46,
|
||||
"views": 50,
|
||||
"forwards": 1,
|
||||
"images": [
|
||||
{
|
||||
@@ -43007,7 +43007,7 @@
|
||||
"id": 3183,
|
||||
"date": "2024-01-13T05:58:54",
|
||||
"text": "DX Rating 上五位数了!!开心",
|
||||
"views": 30,
|
||||
"views": 32,
|
||||
"forwards": 1,
|
||||
"files": [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Sat, 13 Jan 2024 08:10:45 +0000</lastBuildDate>
|
||||
<lastBuildDate>Sat, 13 Jan 2024 10:10:55 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #3183</title>
|
||||
<link>https://aza.moe/life?post=3183</link>
|
||||
|
||||
Reference in New Issue
Block a user