Skip to content

Commit

Permalink
feat: 更新 config
Browse files Browse the repository at this point in the history
  • Loading branch information
“云云” committed Jan 20, 2024
1 parent 1487a93 commit bf1a155
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 21 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ https://webcia-weekly.vercel.app/
## 也会在以下渠道同时发布:

Github:

语雀:

知乎:

微信公众号:

## 发刊记录
Expand Down
4 changes: 2 additions & 2 deletions src/components/Header/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ import HeaderRight from './HeaderRight.astro';
title={SITE.title}
>
<div class="logo flex md:ml-0 ml-3">
<a href="/" class="logo-image">
<a href={SITE.homePage} class="logo-image">
<AstroLogo size={40} />
</a>
<a href="/">
<a href={SITE.homePage}>
<h1 class="text-gray-800">{SITE.title}</h1>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/LeftSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ const sidebarSections = allPosts.reduce((col, item, i) => {

<nav aria-labelledby="grid-left" class="pt-6 text-gray-800">
<div class="logo flex">
<a href="/" class="logo-image">
<a href={SITE.homePage} class="logo-image">
<AstroLogo size={40} />
</a>
<a href="/">
<a href={SITE.homePage}>
<h1 class="text-gray-800">{SITE.title}</h1>
</a>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/post.astro
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ if (postIndex < allPosts.length) {
id="write"
>
<h1 class="content-title flex align-middle text-gray-800">
<a class="logo inline-block md:hidden visible" href="/"
<a class="logo inline-block md:hidden visible" href={SITE.homePage}
><AstroLogo size={40} />
</a>
<span data-pagefind-meta="title">{title}</span>
Expand Down Expand Up @@ -220,7 +220,7 @@ if (postIndex < allPosts.length) {
<div class="md:mt-0 mt-4 flex-1 text-right">
{nextUrl ? <a href={nextUrl}>下一期 |</a> : null}
{prevUrl ? <a href={prevUrl}>上一期 |</a> : null}
<a href="/">去首页 |</a>
<a href={SITE.homePage}>去首页 |</a>
<a
href={`https://twitter.com/${SITE.twitterId}`}
target="_blank"
Expand Down
26 changes: 13 additions & 13 deletions src/pages/posts/1-Web情报局.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: 2024/01/19
---

<img src="https://p.ipic.vip/hhtirx.png" width="800" />
<img src="[https://p.ipic.vip/hhtirx.png](https://p.ipic.vip/hhtirx.png)" width="800" />

<small>本期封面图来源于之前收藏的一张 NodeJS 技术图。</small>

Expand All @@ -11,19 +11,19 @@ date: 2024/01/19
## 技术

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

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

## AI 工具

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

**PetThoughts**
【我知道你的宠物在想什么】 是一个基于 Gemini Pro API 构建的图片识别项目,通过上传你宠物的照片,该项目能够智能分析你的宠物的表情和环境,并推测出它们可能在想些什么。
Expand All @@ -32,27 +32,27 @@ https://quail.ink/op7418/p/overview-of-generative-ai-animation-technology-2023-d
环境分析:Gemini-pro-vision 还能根据宠物所处的环境,推测出它们可能的活动场景,如户外玩耍、室内休息等。
自然语言处理:结合图像识别和自然语言处理技术,Gemini-pro-vision 可以将宠物的情绪和活动场景转化为可读性高的文字描述。
用户友好界面:提供简洁直观的用户界面,使用户能够轻松上传照片并获取宠物分析结果。
<img src="https://images-1252557999.file.myqcloud.com/uPic/pt.jpeg" width="800" />
<img src="[https://images-1252557999.file.myqcloud.com/uPic/pt.jpeg](https://images-1252557999.file.myqcloud.com/uPic/pt.jpeg)" width="800" />

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

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

## 开源

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

## 资讯

**以前靠信息不对称赚钱,现在靠什么赚钱?**
<https://zhihu.com/question/268481226>
<[https://zhihu.com/question/268481226](https://zhihu.com/question/268481226)>
知乎上看到一个 18 年的回答「以前靠信息不对称赚钱,现在靠什么赚钱?」,在国内想方设法搞钱是一个经久不衰的话题。
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6429,9 +6429,9 @@ __metadata:
languageName: node
linkType: hard

"webcia@workspace:.":
"webcia-weekly@workspace:.":
version: 0.0.0-use.local
resolution: "webcia@workspace:."
resolution: "webcia-weekly@workspace:."
dependencies:
"@astrojs/react": ^3.0.6
"@astrojs/rss": ^1.2.1
Expand Down

0 comments on commit bf1a155

Please sign in to comment.