Compare commits

..

2 Commits

Author SHA1 Message Date
e2cf5cd376 deps: update
All checks were successful
部署文档 / build (push) Successful in 1m59s
2025-06-22 15:30:05 +08:00
957a8fbdab chore: re-arrange tags, categories, dairies. 2025-06-22 15:25:49 +08:00
29 changed files with 1005 additions and 840 deletions

View File

@@ -1,6 +1,5 @@
{
"files.exclude": {
"**/*.png": true,
"**/*.webp": true
},
"editor.tabSize": 2

9
.vscode/tasks.json vendored
View File

@@ -5,13 +5,20 @@
"type": "npm",
"script": "dev",
"problemMatcher": [],
"label": "pnpm: dev",
"label": "npm: dev",
"detail": "vuepress-vite dev src",
"isBackground": true,
"runOptions": {
"runOn": "folderOpen",
"instanceLimit": 1
}
},
{
"type": "npm",
"script": "up-deps",
"problemMatcher": [],
"label": "npm: up-deps",
"detail": "pnpm dlx vp-update"
}
]
}

View File

@@ -1,9 +1,10 @@
---
date: 2024-06-17
category:
- RA2
- 地图
- 逻辑模型
- 实验报告
tag:
- RA2
- 地图编辑
- 触发
- 局部变量

View File

@@ -3,8 +3,8 @@ title: 综述
index: false
article: false
timeline: false
comment: false
icon: folder-open
category: ''
---
“综述”这边的博文通常比较正式一些,编排上会参考大学论文、实验报告,当然也经常会有迭代(综述嘛,追求严谨)。

View File

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View File

@@ -13,4 +13,4 @@ article: false
拍的时候主包可能已经 85+kg 了。最近有在减肥喵,但说实话对于女装,我不抱希望。
![刻晴裤袜 =360x](../../public/dress/keqing-202501.webp)
![刻晴裤袜 =360x](./keqing-202501.webp)

View File

@@ -0,0 +1,12 @@
---
title: 好耶,是女装
index: false
article: false
timeline: false
comment: false
icon: images
---
……并不好。主包太大只,太肥了,只有肥腿堪堪能看。
<Catalog />

View File

@@ -6,8 +6,8 @@ article: false
稍微减了减肥,现在拍完自我感觉不会太难看了……吧。当然由于条件有限,体毛什么的没办法除得特别利索。如有影响观感还请见谅。
![白丝大 jio =300x](../../public/dress/white_250604_1.webp)
![白丝大 jio =300x](./white_250604_1.webp)
![和之前一样地凹第一视角姿势 =300x](../../public/dress/white_250604_2.webp)
![和之前一样地凹第一视角姿势 =300x](./white_250604_2.webp)
![“侧面描写” =300x](../../public/dress/white_250604_3.webp)
![“侧面描写” =300x](./white_250604_3.webp)

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View File

@@ -3,10 +3,8 @@ title: 随想
index: false
article: false
timeline: false
comment: false
icon: paper-plane
category: ''
---
可能是小作文(或者说牢骚),可能是女装(不过主包太肥了,大概只能拍些并不好看的腿子),也可能是乱七八糟。
<Catalog />

View File

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

View File

@@ -0,0 +1,12 @@
---
title: 无病呻吟
index: false
article: false
timeline: false
comment: false
icon: message
---
小作文。自省?发泄?想到什么写什么。
<Catalog />

View File

@@ -1,5 +1,5 @@
# 需求与“死锁”
> 这是一篇小作文。某种意义上,“死锁”也是我当前面临的心理困境。
> 某种意义上,“死锁”也是我当前面临的心理困境。
## 首先,因为有了需求
我自认非常之“贪心算法”,我的行动也基本上为了“主观的当下”服务:我想要做什么?我想做的事需要什么条件?有没有可能设法达成?

View File

@@ -1,8 +1,8 @@
---
date: 2024-06-15
category:
- 操作系统
- Linux
- 批注
- 折腾流程
tag:
- Arch Linux
- KDE

View File

@@ -1,8 +1,6 @@
---
date: 2024-10-24
category:
- 操作系统
- Linux
category: 折腾流程
tag:
- Arch Linux
- Grub
@@ -89,7 +87,7 @@ Windows 启不动我们会尝试修复引导Arch 亦然。修复 Grub 引导
### ii. 补充回退启动项
事实上,需要反复重建 Grub 引导的一大原因就在于Grub 只会写入它自己的`grubx64.efi`,以及原生启动项:
![群友的 ESP 分区目录树 =200x](./esp_without_bootARCH.png)
![群友的 ESP 分区目录树 =200x](./esp_without_bootARCH.webp)
那么办法也很简单:像 Windows 那样也建一个回退路径启动项。具体来说,在 ESP 分区里建立`EFI\BOOT`目录,复制`grubx64.efi`重命名成`bootx64.efi`嘛。~~Windows 不也干了(~~
当然如果是像图中那样不止一个 Grub甚至同盘 Windows 和 Arch 双系统,那我不推荐你这么做。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,12 +1,11 @@
---
date: 2024-06-17
category:
- Linux
- RA2
category: 折腾流程
tag:
- Linux
- Wine
- Bottles
- 虚拟环境
- RA2
---
# 在 Linux 中游玩《星辰之光》

View File

@@ -1,10 +1,9 @@
---
date: 2024-06-17
category:
- 逆向工程
- RA2
category: 复习资料
tag:
- Syringe
- RA2
- 逆向工程
- 进程注入
---

View File

@@ -3,8 +3,8 @@ title: 笔记
index: false
article: false
timeline: false
comment: false
icon: book
category: ''
---
笔记这边类似 B 站、知乎的“专栏”,有能成篇的发现就会考虑写写。

View File

@@ -1,4 +1,5 @@
---
category: 灵机一动
tag:
- RDP
- 串流

View File

@@ -11,14 +11,14 @@
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.23",
"@vuepress/plugin-docsearch": "2.0.0-rc.108",
"@vuepress/plugin-remove-pwa": "2.0.0-rc.103",
"@vuepress/plugin-docsearch": "2.0.0-rc.110",
"@vuepress/plugin-remove-pwa": "2.0.0-rc.109",
"katex": "^0.16.22",
"mermaid": "^11.6.0",
"mermaid": "^11.7.0",
"sass-embedded": "^1.89.2",
"vue": "^3.5.16",
"vue": "^3.5.17",
"vuepress": "2.0.0-rc.23",
"vuepress-theme-hope": "2.0.0-rc.92"
"vuepress-theme-hope": "2.0.0-rc.93"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}

1736
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,22 @@ export default sidebar({
text: "随想",
icon: "paper-plane",
prefix: "diaries/",
children: "structure",
children: [
{
text: "好耶,是女装",
icon: "images",
prefix: "dress/",
collapsible: true,
children: "structure"
},
{
text: "无病呻吟",
icon: "message",
prefix: "wbsy/",
collapsible: true,
children: "structure"
},
],
},
// "intro",
// "friends/"