[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-10-24T08:09:42.071137+00:00</updated>
|
||||
<updated>2024-10-24T10:11:25.045118+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
@@ -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": 148,
|
||||
"views": 149,
|
||||
"forwards": 4,
|
||||
"media_group_id": 13566330489419853,
|
||||
"images": [
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<link>https://aza.moe/life</link>
|
||||
</image>
|
||||
<language>zh-cn</language>
|
||||
<lastBuildDate>Thu, 24 Oct 2024 08:09:42 +0000</lastBuildDate>
|
||||
<lastBuildDate>Thu, 24 Oct 2024 10:11:25 +0000</lastBuildDate>
|
||||
<item>
|
||||
<title>小桂桂的回忆录 📒 #4579</title>
|
||||
<link>https://aza.moe/life?post=4579</link>
|
||||
|
||||
Reference in New Issue
Block a user