惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
P
Proofpoint News Feed
博客园 - Franky
L
LangChain Blog
GbyAI
GbyAI
A
About on SuperTechFans
MongoDB | Blog
MongoDB | Blog
F
Fortinet All Blogs
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 叶小钗
N
Netflix TechBlog - Medium
D
DataBreaches.Net
Martin Fowler
Martin Fowler
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
博客园_首页
爱范儿
爱范儿
罗磊的独立博客
H
Help Net Security
云风的 BLOG
云风的 BLOG
C
Check Point Blog

StudyingLover's Blog

Diffusion Policy笔记 rwkv笔记 act笔记 nanovllm-block_manager opencode多智能体 nanobot-pre-train nanobot-rl nanobot-sft nanobot-checkpoint_manager nanobot-gpt nanobot-mid-train Vision Mamba (Vim)笔记 BPE演示 最后一遍学习Transformer YOLOv5 目标检测笔记 下载根服务器解析记录 Dynaseal A Backend-Controlled LLM API Key Distribution Scheme with Constrained Invocation Parameters 判断链表有环 王道25数据结构勘误 关于perplexity的open-sourcing-r1-1776 AI为什么不像人类一样进行多轮对话 linuxqq只显示登陆背景图 数字设计和计算机体系结构(机械工业出版社)勘误(自制) Dynaseal:面向未来端侧llm agent的llm api key分发机制 A Definitive Guide to Markdown Style This post is using MDX, Where you can embed JSX and Astro components RT-Patch学习 pydantic实现的LLM ReAct fastapi 和 uvicorn 设置监听 ipv6 pydantic+openai+json 控制大模型输出的最佳范式
新博客改造日记和功能测试
About the Author StudyingLover · 2025-01-09 · via StudyingLover's Blog

新博客改造日记和功能测试

黑暗模式切换

ThemeToggle修改自 https://github.com/Xiumuzaidiao/Day-night-toggle-button/tree/master/%E7%99%BD%E5%A4%A9%E9%BB%91%E5%A4%9C%E5%88%87%E6%8D%A2%E6%8C%89%E9%92%AE%E7%B2%BE%E7%AE%80%E7%89%88 做了一些修改,将原本的控制方式改成了判断根节点有没有 .dark class

[data-theme="dark"]替换成:root.dark [data-theme="light"]替换成:root.

container 替换成

.container {
	position: relative;
	top: auto;
	left: auto;
	margin-top: -35em;
	margin-left: -90em;
	width: 180em;
	height: 70em;
	display: inline-block;
	vertical-align: bottom;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

数学公式

行内公式

这是爱因斯坦的质能方程:E=mc2E = mc^2

块级公式

这是微积分中的积分公式:

∫abx2 dx\int_{a}^{b} x^2 \, dx a2+b2=c2a^2 + b^2 = c^2

mermaid测试

对话框

other

当然,我们有很多产品,您对哪一类感兴趣?

other

当然,我们有很多产品,您对哪一类感兴趣?