Update docs and sort content

This commit is contained in:
github-actions[bot]
2025-02-19 13:18:28 +00:00
parent 4bf67ab53a
commit 3a1aebd718
16 changed files with 135 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -0,0 +1,24 @@
---
slug: fragmented-notes-2025-02-19-21-08-36
tags:
- 记账软件
- 飞书
- 财务管理
- 碎片
description: 使用飞书作为记账工具,能够有效地记录和管理财务信息。
date_created: 2025-02-11T15:38:40.000Z
date_modified: 2025-02-19T13:08:36.000Z
title: 2024-10-21 11分17秒 使用飞书来记账
date: 2025-02-19T00:00:00.000Z
author: KazooTTT
published: true
toAstro: true
astroType: null
category: 碎片
---
使用飞书来记账
![IMG-57FB4A797CCE28DF5413ACAC19610F28](/mdImages/IMG-57FB4A797CCE28DF5413ACAC19610F28.png)
![IMG-7F9EB8A6DF15D7814E3A8AEBB48D1E6B](/mdImages/IMG-7F9EB8A6DF15D7814E3A8AEBB48D1E6B.png)

View File

@ -7,7 +7,7 @@ description: >-
Vintage Camera Lab
是专注于复古相机的网站,提供多种型号的详细信息与历史,按品牌、格式和类型分类,便于摄影师、收藏家了解相机的背景与特点。此外,该网站还提供复古相机风格的周边商品。
date_created: 2025-02-11T15:38:40.000Z
date_modified: 2025-02-19T03:44:07.000Z
date_modified: 2025-02-19T13:09:10.000Z
title: 2024-10-25 13分02秒 Vintage Camera Lab
date: 2025-02-16T00:00:00.000Z
author: KazooTTT

View File

@ -9,9 +9,9 @@ description: >-
Tapedeck.org
为磁带设计提供了丰富的信息和历史记录,包括功能型设计、色彩丰富和形状变化等。网站还支持用户分享自己的磁带收藏,并为此提供了详细的提交指南。此外,网站还提供了在线商店销售与磁带相关的周边产品。
date_created: 2025-02-11T15:38:40.000Z
date_modified: 2025-02-19T03:44:07.000Z
date_modified: 2025-02-19T13:08:11.000Z
title: 2024-10-25 13分11秒 Tapedeck
date: 2025-02-16T00:00:00.000Z
date: 2024-10-25T00:00:00.000Z
author: KazooTTT
published: true
toAstro: true

View File

@ -0,0 +1,26 @@
---
slug: fragmented-notes-2025-02-19-21-11-13
tags:
- craft第三方链接Office文档
- 碎片
description: Craft 第三方链接解析兼容性更好美观程度也更好。然而Craft提供的免费服务有限仅为试用版本后期需要付费使用。
date_created: 2025-02-11T15:38:40.000Z
date_modified: 2025-02-19T13:11:13.000Z
title: 2024-10-28 18分05秒 craft收费
date: 2025-02-19T00:00:00.000Z
author: KazooTTT
published: true
toAstro: true
astroType: null
category: 碎片
---
对于第三方链接的解析craft 的兼容性和美观程度是更好的。
![IMG-C58CD0BCE8298B39A32CF9B5698EF4DC](/mdImages/IMG-C58CD0BCE8298B39A32CF9B5698EF4DC.png)
![IMG-19B31E2B37A4ADD4C3F65725068BCAC4](/mdImages/IMG-19B31E2B37A4ADD4C3F65725068BCAC4.png)
![IMG-330ABC2555F1F3E34E3D9FBB55B9C8F9](/mdImages/IMG-330ABC2555F1F3E34E3D9FBB55B9C8F9.png)
我一直以为 Craft 是免费的,今天才发现是最开始免费 10 个 doc后面每周可以免费创建 2 个 doc。

View File

@ -0,0 +1,35 @@
---
slug: fragmented-notes-2025-02-19-21-11-25
tags:
- vite
- 碎片
- 环境变量
description: >-
为了防止环境变量泄漏Vite 提供了一个机制,即只有以 VITE_为前缀的变量才会被暴露给经过 Vite
处理的代码。这样可以有效地控制变量的泄露,避免意外的安全问题。
date_created: 2025-02-11T15:38:40.000Z
date_modified: 2025-02-19T13:11:26.000Z
title: 241029 1144 vite环境变量
date: 2025-02-19T00:00:00.000Z
author: KazooTTT
published: true
toAstro: true
astroType: null
category: 碎片
---
为了防止意外地将一些环境变量泄漏到客户端,只有以 `VITE_` 为前缀的变量才会暴露给经过 vite 处理的代码。例如下面这些环境变量:
``` .env
VITE_SOME_KEY=123
DB_PASSWORD=foobar
```
只有 `VITE_SOME_KEY` 会被暴露为 `import.meta.env.VITE_SOME_KEY` 提供给客户端源码,而 `DB_PASSWORD` 则不会。
``` js
console.log(import.meta.env.VITE_SOME_KEY) // "123"
console.log(import.meta.env.DB_PASSWORD) // undefined
```
[环境变量和模式 | Vite 官方中文文档](<https://cn.vite.dev/guide/env-and-mode#env-variables>)

View File

@ -0,0 +1,24 @@
---
title: 碎片-2025-02-14 15时18分 飞书 excalidraw画图对比
date: 2025-02-14T00:00:00.000Z
author: KazooTTT
tags:
- 碎片
description: null
slug: fragmented-notes-2025-02-14-15-18-56
published: false
toAstro: true
astroType: null
category: 碎片
date_created: 2025-02-14T07:18:56.000Z
date_modified: 2025-02-19T13:14:03.000Z
excalidrawFile: '[[vtk point的坐标与svg的坐标.excalidraw]]'
---
excalidraw
![IMG-5E38918F927647792210E44CA2C73E30](/mdImages/IMG-5E38918F927647792210E44CA2C73E30.png)
feishu
![IMG-449FF87F77D723DA1A144F2B3BCB890F](/mdImages/IMG-449FF87F77D723DA1A144F2B3BCB890F.png)

View File

@ -0,0 +1,23 @@
---
title: 碎片-2025-02-17 10时55分 做事设计
date: 2025-02-17T00:00:00.000Z
author: KazooTTT
tags:
- 碎片
- vj
- 舞台
description: null
slug: fragmented-notes-2025-02-17-10-55-29
published: true
toAstro: true
astroType: null
category: 碎片
date_created: 2025-02-11T15:38:40.000Z
date_modified: 2025-02-19T13:14:34.000Z
---
[ACT Creative](<https://actcreative.tw/>)
![IMG-E18BA7CA03EA7C36FDE6FF2F9B3A0542](/mdImages/IMG-E18BA7CA03EA7C36FDE6FF2F9B3A0542.png)
![IMG-066011DE28B89ED8A4E438A26F8F0A44](/mdImages/IMG-066011DE28B89ED8A4E438A26F8F0A44.png)