6 Commits

7 changed files with 49 additions and 10 deletions

View File

@ -30,6 +30,7 @@
## [Memos](https://blog.kazoottt.top/notes/)
<!-- MEMO-POST-LIST:START -->
- [2025-02-11 碎片-2025-02-11 12时32分](https://blog.kazoottt.top/notes/fragmented-notes-2025-02-11-12-32-42/)
- [2025-02-08 如何解决 Nginx 启动时未联网无法访问DNS而挂掉的问题](https://blog.kazoottt.top/notes/nginx-startup-fix-configure-local-hosts-file/)
- [2025-02-06 小红书长文切图笔记?其实 craft 就可以实现。](https://blog.kazoottt.top/notes/use-craft-to-cut-the-long-text-note-of-xiaohongshu/)
- [2025-02-06 试试action5 pro推流到本地rtmp和有线连接的效果](https://blog.kazoottt.top/notes/action5-pro-obs-rtmp/)
@ -48,5 +49,4 @@
- [2024-12-23 2024-12-23 星期一 学习 unity day01](https://blog.kazoottt.top/notes/diary-2024-12-23/)
- [2024-12-19 2024-12-19 星期四](https://blog.kazoottt.top/notes/diary-2024-12-19/)
- [2024-12-19 使用cloudflare部署remix项目](https://blog.kazoottt.top/notes/deploy-remix-app-by-cloudflare/)
- [2024-12-19 合并多个PDF](https://blog.kazoottt.top/notes/merge-pdfs/)
- [2024-12-17 react-scan的用法](https://blog.kazoottt.top/notes/react-scan/)<!-- MEMO-POST-LIST:END -->
- [2024-12-19 合并多个PDF](https://blog.kazoottt.top/notes/merge-pdfs/)<!-- MEMO-POST-LIST:END -->

View File

@ -6,7 +6,7 @@ import expressiveCode from "astro-expressive-code";
import icon from "astro-icon";
import robotsTxt from "astro-robots-txt";
import webmanifest from "astro-webmanifest";
import { defineConfig, envField } from "astro/config";
import { defineConfig, envField, passthroughImageService } from "astro/config";
import { expressiveCodeOptions } from "./src/site.config";
import { siteConfig } from "./src/site.config";
import react from "@astrojs/react";
@ -27,6 +27,7 @@ export default defineConfig({
site: siteConfig.url,
image: {
domains: ["webmention.io"],
service: passthroughImageService(),
},
integrations: [
expressiveCode(expressiveCodeOptions),

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

View File

@ -19,11 +19,11 @@ published: true
category: 软件
toAstro: true
date_created: 2024-12-17T05:34:45.000Z
date_modified: 2025-02-07T03:17:02.000Z
date_modified: 2025-02-11T09:59:32.000Z
---
# win11 恢复 win10 右键的样式
使用:[Windows 11 Classic Context Menu v1.2](https://www.sordum.org/14479/windows-11-classic-context-menu-v1-2/)
![[IMG-20250104114722956.png]]
![IMG-20250104114722956](../../assets/images/IMG-20250104114722956.png)

View File

@ -0,0 +1,37 @@
---
title: 碎片-2025-02-11 12时32分
date: 2025-02-11T00:00:00.000Z
author: KazooTTT
tags:
- 碎片
description: null
slug: fragmented-notes-2025-02-11-12-32-42
published: false
toAstro: true
astroType: null
category: 碎片
date_created: 2025-02-11T04:32:42.000Z
date_modified: 2025-02-11T06:41:18.000Z
---
很羡慕和佩服那些拥有热爱并且为之付出的人 感觉自己没什么持久的热爱,很多时候只是因为受他人影响选择了目前的工作。
也有人说不要把工作看得多重要,只是挣钱的途径。但实际上工作占据一天中很多时间,如果体验糟糕,那么还是会觉得一天过得挺糟糕的。
很多时候都没弄清楚自己的行动意图
之前一直说希望可以远程工作,可以离家近一点。但是只是下意识的说辞,回到成都后,回家频率更高,也是往离家更近的方向靠,但是并没多开心。所以我期望的或许不是要离家近。
也说过离开上家公司的原因之一是流程太繁琐,层层审批,有时候互相推脱找不到负责人,推进一件事情过于困难。但换了公司后,确实更加扁平化,不再有所谓的工单和流程,面临的是另外的不愉快。随意指派的任务,不合理的排期,让我依然觉得心累。
比起接下一份工作,是更希望自己可以弄清楚自己喜欢什么,擅长什么,工作体验与工资比例相对合理的公司是我的目标吗,求稳定还是求待遇,以及自己能否找到这样的工作,如果不能找到还能怎么办
不然面临的又是匆忙决定然后又后悔然后又想离开
真的好迷茫啊
我一直都觉得我是情绪驱动类,有上头的事物可以高强度投入其中。
我的快乐很大部分都是追星带来的,真的会因为新消息开心很久,期盼很久。所以之前说我不知道我喜欢什么,准确来说是我不知道我能把什么爱好和我的工作对应上。
感觉能利用好情绪驱动的话是优势,利用不好就是劣势吧

View File

@ -4,16 +4,18 @@ date: 2025-02-09T00:00:00.000Z
author: KazooTTT
type: Post
status: Draft
tags: []
tags:
- 周报
- 资源
finished: false
published: true
category: 周报
slug: 2025-W06
description: null
description: 包括多篇技术博客和笔记涵盖前端、软件和生活领域。同时收藏了多个有用的工具和资源包括3D资源库、iOS开发工具、SVG编辑器和在线照片编辑器。
toAstro: true
astroType: post
date_created: 2025-02-05T05:16:25.000Z
date_modified: 2025-02-10T07:30:39.000Z
date_modified: 2025-02-10T08:14:42.000Z
---
日期范围2025-02-03 - 2025-02-09
@ -37,8 +39,6 @@ date_modified: 2025-02-10T07:30:39.000Z
## 收藏夹 - 工具
### [sweetpad-dev/sweetpad使用 VSCode 开发 Swift/iOS 项目 --- sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode](https://github.com/sweetpad-dev/sweetpad)
### [polyhaven - 免费的3d资源](https://polyhaven.org/)
Poly Haven 是一个公共 3D 资产库,提供免费且无限制使用的高质量 HDRI、纹理和模型资产。

View File

@ -42,6 +42,7 @@ const friends: { name: string; url: string; description?: string }[] = [
name: "Seyee's Blog",
url: "https://seyee.co/",
},
{ name: "edgeyu", url: "https://edgeyu.top/" },
];
---