Update docs and sort content

This commit is contained in:
github-actions[bot]
2025-02-21 14:02:31 +00:00
parent 56d4cc877e
commit c57de061be
4 changed files with 13 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 847 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 KiB

View File

@ -7,7 +7,7 @@ author: KazooTTT
category: 碎片
date: 2025-02-20T00:00:00.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
published: true
slug: openwebui-long-loading-white-screen-solution
@ -19,6 +19,8 @@ tags:
title: openwebui长时间白屏解决方案
---
![IMG-CAC1EEA1E39685627A82ED14C5001F20](/mdImages/IMG-CAC1EEA1E39685627A82ED14C5001F20.png)]
#ollama #openwebui #docker
最近 deepseek 的大火,官方服务响应缓慢或者宕机,再加上其他云平台厂商也开始免费提供 deepseek 的模型服务,赠送一定额度的 tokens 供用户使用。用户自己接入 api 再次成为了一个热门的使用场景web 端的 lobe chat、openwebui 都是不错的选择。

View File

@ -1,14 +1,18 @@
---
toAstro: true
astroType: post
toWexin: null
toJuejin: null
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实现链接跳转的思路
date: 2025-02-09T00:00:00.000Z
author: KazooTTT
tags:
- obsidian
- astro
- wiki-link
- obsidian
- remark
- wiki-link
finished: true
published: true
category: 前端
@ -17,11 +21,11 @@ description: >-
在 Obsidian 中Wiki 语法 ([[某个笔记]]) 使用频率较高,但 Astro 默认不支持。由于现有 remark
插件无法满足需求,我选择在导出到 Astro 时预处理 Wiki 链接,将其转换为标准 Markdown 语法,并使用 slug
作为唯一标识,从而实现正确的链接跳转。
toAstro: true
astroType: post
excalidrawFile: '[[不引入astro wiki plugin实现链接跳转的思路.excalidraw]]'
---
![IMG-2F53DF7357EC28522945C58351B62D96](/mdImages/IMG-2F53DF7357EC28522945C58351B62D96.png)
## 背景
obsidian 是我的进行笔记编辑的主力软件,并且 wiki 语法,也就是 `[[某个笔记]]` 的语法使用的频率很高。