Skip to content

Commit aa3e6e1

Browse files
author
“云云”
committed
fix bug
1 parent 03bf0a6 commit aa3e6e1

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

src/layouts/post.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ if (postIndex < allPosts.length) {
235235
| Github</a
236236
>
237237
<a
238-
href={`${SITE.homePage}/rss.xml`}
238+
href={`${SITE.homePage}rss.xml`}
239239
title="Subscribe"
240240
target="_blank"
241241
class="xl:inline-block hidden"

src/pages/posts/1-Web情报局.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ date: 2024/01/19
1010
1111
## 技术
1212

13-
**React Libraries for 2024**
14-
<https://www.robinwieruch.de/react-libraries/>
13+
**React Libraries for 2024**
14+
<https://www.robinwieruch.de/react-libraries/>
1515
在 2024 年可能会流行或者被广泛使用的 React 库。包含: 包管理、状态管理、数据获取、路由、CSS 样式、UI 库、动画库、可视化和图表库、表单库、类型检查、代码结构、身份验证、后端、数据库、托管、测试等。
1616

17-
**让用户养成使用习惯的产品逻辑**
18-
<https://zcool.com.cn/work/ZNjczMDA1NzY=.html>
17+
**让用户养成使用习惯的产品逻辑**
18+
<https://zcool.com.cn/work/ZNjczMDA1NzY=.html>
1919
在站酷上看到一篇交互设计师胡三七写的「让用户养成使用习惯的产品逻辑」的万字文章,带大家认识大家熟知的行为设计模型,还会带上一些不靠谱的案例和靠谱的互联网案例,让大家更好理解学习。
2020

2121
## AI 工具
2222

23-
**生成式 AI 动画技术概述**
24-
https://quail.ink/op7418/p/overview-of-generative-ai-animation-technology-2023-december
25-
详细的介绍了 AI 视频生成中所有的技术分类和对应技术的优劣势,还有对应的工具以及典型的案例。基本上看完就能对 AI 视频生成有比较完整的了解.
23+
**生成式 AI 动画技术概述**
24+
https://quail.ink/op7418/p/overview-of-generative-ai-animation-technology-2023-december
25+
详细的介绍了 AI 视频生成中所有的技术分类和对应技术的优劣势,还有对应的工具以及典型的案例。基本上看完就能对 AI 视频生成有比较完整的了解.
2626
<img src="https://static.quail.ink/media/ryz6fl8x.webp" width="800" />
2727

28-
**PetThoughts**
28+
**PetThoughts**
2929
【我知道你的宠物在想什么】 是一个基于 Gemini Pro API 构建的图片识别项目,通过上传你宠物的照片,该项目能够智能分析你的宠物的表情和环境,并推测出它们可能在想些什么。
3030

3131
图片识别:利用 Gemini-pro-vision 的图像识别技术,能够准确地识别宠物的表情和环境。
@@ -36,25 +36,25 @@ https://quail.ink/op7418/p/overview-of-generative-ai-animation-technology-2023-d
3636

3737
<img src="https://images-1252557999.file.myqcloud.com/uPic/pt.jpeg" width="800" />
3838

39-
**看看现在死掉的 AI 产品**
40-
<https://dang.ai/ai-graveyard>
39+
**看看现在死掉的 AI 产品**
40+
<https://dang.ai/ai-graveyard>
4141
这个有点儿意思,看新的 AI 产品列表看多了,还可以看看死掉的 AI 产品,研究研究为啥这个产品挂了,就可以打消掉一些不实际想法。
4242
<img src="https://gw.alipayobjects.com/zos/k/lp/SCR-20240107-skon.png" width="800" />
4343

44-
**jan:离线运行大模型的桌面端**
45-
<https://github.com/janhq/jan>
44+
**jan:离线运行大模型的桌面端**
45+
<https://github.com/janhq/jan>
4646
号称 Jan 是一个开源的 ChatGPT 替代方案,可以完全离线在计算机上运行,我觉得他这个 UI 设计得挺舒服的。
4747
<img src="https://cdn.fliggy.com/upic/kv0MZZ.gif" width="800" />
4848

49-
## 开源
49+
## 开源
5050

51-
**简的 RSS 在线浏览工具**
52-
<https://github.com/srcrs/rss-reader>
51+
**简的 RSS 在线浏览工具**
52+
<https://github.com/srcrs/rss-reader>
5353
部署后,自定义配置好自己的 RRS 原,即可实时获取并展示 rss 订阅最新消息,支持夜间模式。
5454
<img src="https://p.ipic.vip/edvh1v.png" width="800" />
5555

56-
## 资讯
56+
## 资讯
5757

58-
**以前靠信息不对称赚钱,现在靠什么赚钱?**
59-
<https://zhihu.com/question/268481226>
58+
**以前靠信息不对称赚钱,现在靠什么赚钱?**
59+
<https://zhihu.com/question/268481226>
6060
知乎上看到一个 18 年的回答「以前靠信息不对称赚钱,现在靠什么赚钱?」,在国内想方设法搞钱是一个经久不衰的话题。

0 commit comments

Comments
 (0)