sead 最近的时间轴更新
sead

sead

V2EX 第 670636 号会员,加入于 2024-01-10 12:08:49 +08:00
今日活跃度排名 11965
基于 cheerio, 写了个低代码,高效解析轮子
分享创造  •  sead  •  150 天前  •  最后回复来自 sead
11
nodejs 碰到了个奇葩问题, mac 执行快,非 mac 下执行慢
Node.js  •  sead  •  234 天前  •  最后回复来自 sead
13
sead 最近回复了
2 天前
回复了 xuanwu 创建的主题 分享创造 中文 API 表达正则
这个除了好玩之外,用起来不别扭吗?
7 天前
回复了 Frytea 创建的主题 分享发现 ai 生图还挺好玩
第一眼反复确认是否打少了个零
@forty 对于一天产几个站的撸个字符就上了
26 天前
回复了 zfjdif 创建的主题 分享创造 [自荐] https://selfh.app - All in boom 导航平台
i18n 思路参考:
export type LocaleType = "en" | "es" | "fr" | "it" | "de_DE" | "pt" | "nl" | "pl" | "sv" | "tr" ;
export type Post = {
slug: string;
status: Status;
createdAt: string;
updatedAt: string;
author: string;
images: string[];
featured_image: string;
i18n: Partial<Record<LocaleType, Article>>;
related_posts: {
slug: string;
}[]
}

type Article = {
title: string;
subtopic: string;
keywords: string;
meta_title: string;
meta_description: string;
translated?: boolean;
body: string;
faqs: string;
tags: string[];
}

小型的有准备设计自动化产 JSON 文件,提交上去免数据库
@tandk json 版本 vscode 将就用,只有 md 比较麻烦
CF Workers & Pages 最合适,至于怎么转换和设计站群就看你怎么解决;询盘找个服务,或者自己装个开源的系统,https://zammad.org/screenshots
不错,md 可以弄成语言多选,打包成 zip 下载 ,正需要这东西:)
https://ui.shadcn.com/

多用用上手应该不难
可以装个 IRamDisk 加速浏览器缓存; nextjs 是什么场景? 我用的时候一点卡的感觉都没有,用的智能提示插件是否跟网有关?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1528 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 16:57 · PVG 00:57 · LAX 08:57 · JFK 11:57
Developed with CodeLauncher
♥ Do have faith in what you're doing.