diff --git a/README.md b/README.md
index a99607e..74a2068 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-#
VoidRaft
+#
voidraft
[中文](README_ZH.md) | **English**
> *An elegant text snippet recording tool designed for developers.*
-VoidRaft is a modern developer-focused text editor that allows you to record, organize, and manage various text snippets anytime, anywhere. Whether it's temporary code snippets, API responses, meeting notes, or daily to-do lists, VoidRaft provides a smooth and elegant editing experience.
+voidraft is a modern developer-focused text editor that allows you to record, organize, and manage various text snippets anytime, anywhere. Whether it's temporary code snippets, API responses, meeting notes, or daily to-do lists, voidraft provides a smooth and elegant editing experience.
## Core Features
@@ -87,7 +87,7 @@ After building, the executable will be generated in the `bin` directory.
## Project Structure
```
-Voidraft/
+voidraft/
├── frontend/ # Vue 3 frontend application
│ ├── src/
│ │ ├── views/editor/ # Editor core views
@@ -129,11 +129,11 @@ Voidraft/
> Standing on the shoulders of giants, paying tribute to the open source spirit
-The birth of VoidRaft is inseparable from the following excellent open source projects:
+The birth of voidraft is inseparable from the following excellent open source projects:
### Special Thanks
-- **[Heynote](https://github.com/heyman/heynote/)** - VoidRaft is a feature-enhanced version based on Heynote's concept
+- **[Heynote](https://github.com/heyman/heynote/)** - voidraft is a feature-enhanced version based on Heynote's concept
- Inherits Heynote's elegant block editing philosophy
- Adds more practical features on the original foundation
- Rebuilt with modern technology stack
@@ -157,7 +157,7 @@ This project is open source under the [MIT License](LICENSE).
Welcome to Fork, Star, and contribute code.
[](https://opensource.org/licenses/MIT)
-[](https://github.com/yourusername/Voidraft)
-[](https://github.com/yourusername/Voidraft)
+[](https://github.com/yourusername/voidraft)
+[](https://github.com/yourusername/voidraft)
*Made with ❤️ by landaiqing*
\ No newline at end of file
diff --git a/README_ZH.md b/README_ZH.md
index 106b105..a8af9a9 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -1,10 +1,10 @@
-#
Voidraft
+#
voidraft
**中文** | [English](README.md)
> *一个专为开发者打造的优雅文本片段记录工具。*
-Voidraft 是一个现代化的开发者专用文本编辑器,让你能够随时随地记录、整理和管理各种文本片段。无论是临时的代码片段、API 响应、会议笔记,还是日常的待办事项,Voidraft 都能为你提供流畅而优雅的编辑体验。
+voidraft 是一个现代化的开发者专用文本编辑器,让你能够随时随地记录、整理和管理各种文本片段。无论是临时的代码片段、API 响应、会议笔记,还是日常的待办事项,voidraft 都能为你提供流畅而优雅的编辑体验。
## 核心特性
@@ -88,7 +88,7 @@ wails3 package
## 项目结构
```
-Voidraft/
+voidraft/
├── frontend/ # Vue 3 前端应用
│ ├── src/
│ │ ├── views/editor/ # 编辑器核心视图
@@ -131,11 +131,11 @@ Voidraft/
> 站在巨人的肩膀上,致敬开源精神
-Voidraft 的诞生离不开以下优秀的开源项目:
+voidraft 的诞生离不开以下优秀的开源项目:
### 特别感谢
-- **[Heynote](https://github.com/heyman/heynote/)** - Voidraft 是基于 Heynote 概念的功能增强版本
+- **[Heynote](https://github.com/heyman/heynote/)** - voidraft 是基于 Heynote 概念的功能增强版本
- 继承了 Heynote 优雅的块状编辑理念
- 在原有基础上增加了更多实用功能
- 采用现代化技术栈重新构建
@@ -159,7 +159,7 @@ Voidraft 的诞生离不开以下优秀的开源项目:
欢迎 Fork、Star 和贡献代码。
[](https://opensource.org/licenses/MIT)
-[](https://github.com/yourusername/Voidraft)
-[](https://github.com/yourusername/Voidraft)
+[](https://github.com/yourusername/voidraft)
+[](https://github.com/yourusername/voidraft)
*Made with ❤️ by landaiqing*
diff --git a/build/config.yml b/build/config.yml
index b56fe6d..322f4ee 100644
--- a/build/config.yml
+++ b/build/config.yml
@@ -5,12 +5,12 @@ version: '3'
# This information is used to generate the build assets.
info:
- companyName: "Voidraft" # The name of the company
- productName: "Voidraft" # The name of the application
+ companyName: "voidraft" # The name of the company
+ productName: "voidraft" # The name of the application
productIdentifier: "landaiqing" # The unique product identifier
- description: "Voidraft" # The application description
- copyright: "© 2025 Voidraft. All rights reserved." # Copyright text
- comments: "Voidraft" # Comments
+ description: "voidraft" # The application description
+ copyright: "© 2025 voidraft. All rights reserved." # Copyright text
+ comments: "voidraft" # Comments
version: "0.0.1.0" # The application version
# Dev mode configuration
diff --git a/build/darwin/Info.dev.plist b/build/darwin/Info.dev.plist
index 3aa4484..32dcbec 100644
--- a/build/darwin/Info.dev.plist
+++ b/build/darwin/Info.dev.plist
@@ -4,15 +4,15 @@