[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>2023-10-04T10:09:04.956960+00:00</updated>
|
||||
<updated>2023-10-04T12:06:57.080428+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
@@ -18711,7 +18711,7 @@
|
||||
"id": 1456,
|
||||
"date": "2022-11-04T02:46:06",
|
||||
"text": "看到 z-library 表网 <a href=\"z-lib.org\">z-lib.org</a> 下线了,镜像域名也几乎全都被美国邮政检验局回收... <a href=\"b-ok.cc\">b-ok.cc</a>, <a href=\"es.b-ok.lat\">es.b-ok.lat</a>, <a href=\"booksc.org\">booksc.org</a>, <a href=\"booksc.eu\">booksc.eu</a> 都中招了\n\n不过发现里网还能访问,大家可以安装 <a href=\"https://www.torproject.org/download/\">tor 浏览器</a>访问下面的那串链接继续用 z-lib 啦\n\n<a href=\"zlibrary24tuxziyiyfr7zd46ytefdqbqd2axkmxm4o5374ptpc52fad.onion\">zlibrary24tuxziyiyfr7zd46ytefdqbqd2axkmxm4o5374ptpc52fad.onion</a>",
|
||||
"views": 6795,
|
||||
"views": 6796,
|
||||
"forwards": 177,
|
||||
"media_group_id": 13340239729731381,
|
||||
"images": [
|
||||
@@ -36215,7 +36215,7 @@
|
||||
"id": 2707,
|
||||
"date": "2023-09-27T05:08:31",
|
||||
"text": "之前写网页一直在用 Vue,但是觉得 Vue 太重了就去学了 Solid.js,用 Solid.js 写了几次网站又觉得语法太繁琐所以这次打算学学 Svelte\n\nSvelte 好容易学!或者说真的太 intuitive 了很多响应式功能都不用去专门学各种奇怪写法(<del>也许只是正好和我的脑回路对上了</del>但是总之就是好好用!\n\n零基础从开模板项目到写完想要写的 demo page 只用了 1h 40m\n\n在 Svelte 里面用响应式更新不需要像 Vue 3 那样写 <code>const a = ref<type>(default)</code> 然后用 a.value 改值,也不需要像 React/Solid 那样定义 <code>const [a, setA] = createSignal<type>(default)</code> 两个函数,一个用来获取一个用来修改。Svelte 直接像原生 JS 一样定义变量、改值就能响应式更新真的好舒服!\n\n<span class=\"spoiler\"><span>其实一直很喜欢 Vue Class Component 写法也是因为它直接用原生 ts class 的写法就能实现所有功能,可惜更新 Vue3 的时候 Class Component 的官方支持被砍了,换成了他们自己的别扭写法...</span></span>",
|
||||
"views": 108,
|
||||
"views": 109,
|
||||
"forwards": 4,
|
||||
"media_group_id": 13566330489419853,
|
||||
"images": [
|
||||
@@ -36380,7 +36380,7 @@
|
||||
"id": 2719,
|
||||
"date": "2023-10-03T22:44:32",
|
||||
"text": "🌚",
|
||||
"views": 56,
|
||||
"views": 57,
|
||||
"forwards": 1,
|
||||
"images": [
|
||||
{
|
||||
@@ -36399,7 +36399,7 @@
|
||||
"id": 2720,
|
||||
"date": "2023-10-04T05:31:50",
|
||||
"text": "<a href=\"##桂桂今天吃什么\">#桂桂今天吃什么</a>\n是猪猪做的肉沫意面!\n\n原来意面也可以多花点时间做得很精致,发现我之前做的都是加热肉丸和酱和面倒到一起就好的方便意面 <i class=\"custom-emoji\" emoji-src=\"emoji/5442928637365985920.tgs\">😮💨</i>",
|
||||
"views": 33,
|
||||
"views": 36,
|
||||
"forwards": 0,
|
||||
"images": [
|
||||
{
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Wed, 04 Oct 2023 10:09:04 +0000</lastBuildDate>
|
||||
<lastBuildDate>Wed, 04 Oct 2023 12:06:57 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #2720</title>
|
||||
<link>https://aza.moe/life?post=2720</link>
|
||||
|
||||
Reference in New Issue
Block a user