mirror of
https://github.com/KazooTTT/kazoottt-blog-v2.git
synced 2025-06-19 08:51:22 +08:00
Update docs and sort content
This commit is contained in:
BIN
public/mdImages/IMG-2F53DF7357EC28522945C58351B62D96.png
Normal file
BIN
public/mdImages/IMG-2F53DF7357EC28522945C58351B62D96.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 847 KiB |
BIN
public/mdImages/IMG-CAC1EEA1E39685627A82ED14C5001F20.png
Normal file
BIN
public/mdImages/IMG-CAC1EEA1E39685627A82ED14C5001F20.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 827 KiB |
@ -7,7 +7,7 @@ author: KazooTTT
|
|||||||
category: 碎片
|
category: 碎片
|
||||||
date: 2025-02-20T00:00:00.000Z
|
date: 2025-02-20T00:00:00.000Z
|
||||||
date_created: 2025-02-11T15:38:40.000Z
|
date_created: 2025-02-11T15:38:40.000Z
|
||||||
date_modified: 2025-02-21T12:39:37.000Z
|
date_modified: 2025-02-21T14:00:31.000Z
|
||||||
description: null
|
description: null
|
||||||
published: true
|
published: true
|
||||||
slug: openwebui-long-loading-white-screen-solution
|
slug: openwebui-long-loading-white-screen-solution
|
||||||
@ -19,6 +19,8 @@ tags:
|
|||||||
title: openwebui长时间白屏解决方案
|
title: openwebui长时间白屏解决方案
|
||||||
---
|
---
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
#ollama #openwebui #docker
|
#ollama #openwebui #docker
|
||||||
|
|
||||||
最近 deepseek 的大火,官方服务响应缓慢或者宕机,再加上其他云平台厂商也开始免费提供 deepseek 的模型服务,赠送一定额度的 tokens 供用户使用。用户自己接入 api 再次成为了一个热门的使用场景,web 端的 lobe chat、openwebui 都是不错的选择。
|
最近 deepseek 的大火,官方服务响应缓慢或者宕机,再加上其他云平台厂商也开始免费提供 deepseek 的模型服务,赠送一定额度的 tokens 供用户使用。用户自己接入 api 再次成为了一个热门的使用场景,web 端的 lobe chat、openwebui 都是不错的选择。
|
||||||
|
@ -1,14 +1,18 @@
|
|||||||
---
|
---
|
||||||
|
toAstro: true
|
||||||
|
astroType: post
|
||||||
|
toWexin: null
|
||||||
|
toJuejin: null
|
||||||
date_created: 2025-02-09T08:34:48.000Z
|
date_created: 2025-02-09T08:34:48.000Z
|
||||||
date_modified: 2025-02-19T17:54:55.000Z
|
date_modified: 2025-02-21T13:59:38.000Z
|
||||||
title: 不引入astro wiki plugin实现链接跳转的思路
|
title: 不引入astro wiki plugin实现链接跳转的思路
|
||||||
date: 2025-02-09T00:00:00.000Z
|
date: 2025-02-09T00:00:00.000Z
|
||||||
author: KazooTTT
|
author: KazooTTT
|
||||||
tags:
|
tags:
|
||||||
- obsidian
|
|
||||||
- astro
|
- astro
|
||||||
- wiki-link
|
- obsidian
|
||||||
- remark
|
- remark
|
||||||
|
- wiki-link
|
||||||
finished: true
|
finished: true
|
||||||
published: true
|
published: true
|
||||||
category: 前端
|
category: 前端
|
||||||
@ -17,11 +21,11 @@ description: >-
|
|||||||
在 Obsidian 中,Wiki 语法 ([[某个笔记]]) 使用频率较高,但 Astro 默认不支持。由于现有 remark
|
在 Obsidian 中,Wiki 语法 ([[某个笔记]]) 使用频率较高,但 Astro 默认不支持。由于现有 remark
|
||||||
插件无法满足需求,我选择在导出到 Astro 时预处理 Wiki 链接,将其转换为标准 Markdown 语法,并使用 slug
|
插件无法满足需求,我选择在导出到 Astro 时预处理 Wiki 链接,将其转换为标准 Markdown 语法,并使用 slug
|
||||||
作为唯一标识,从而实现正确的链接跳转。
|
作为唯一标识,从而实现正确的链接跳转。
|
||||||
toAstro: true
|
|
||||||
astroType: post
|
|
||||||
excalidrawFile: '[[不引入astro wiki plugin实现链接跳转的思路.excalidraw]]'
|
excalidrawFile: '[[不引入astro wiki plugin实现链接跳转的思路.excalidraw]]'
|
||||||
---
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## 背景
|
## 背景
|
||||||
|
|
||||||
obsidian 是我的进行笔记编辑的主力软件,并且 wiki 语法,也就是 `[[某个笔记]]` 的语法使用的频率很高。
|
obsidian 是我的进行笔记编辑的主力软件,并且 wiki 语法,也就是 `[[某个笔记]]` 的语法使用的频率很高。
|
||||||
|
Reference in New Issue
Block a user