diff --git a/README.md b/README.md index a99607e..74a2068 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# VoidRaft Logo VoidRaft +# voidraft Logo 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. [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![GitHub stars](https://img.shields.io/github/stars/landaiqing/Voidraft.svg?style=social&label=Star)](https://github.com/yourusername/Voidraft) -[![GitHub forks](https://img.shields.io/github/forks/landaiqing/Voidraft.svg?style=social&label=Fork)](https://github.com/yourusername/Voidraft) +[![GitHub stars](https://img.shields.io/github/stars/landaiqing/voidraft.svg?style=social&label=Star)](https://github.com/yourusername/voidraft) +[![GitHub forks](https://img.shields.io/github/forks/landaiqing/voidraft.svg?style=social&label=Fork)](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 Logo Voidraft +# voidraft Logo 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 和贡献代码。 [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![GitHub stars](https://img.shields.io/github/stars/landaiqing/Voidraft.svg?style=social&label=Star)](https://github.com/yourusername/Voidraft) -[![GitHub forks](https://img.shields.io/github/forks/landaiqing/Voidraft.svg?style=social&label=Fork)](https://github.com/yourusername/Voidraft) +[![GitHub stars](https://img.shields.io/github/stars/landaiqing/voidraft.svg?style=social&label=Star)](https://github.com/yourusername/voidraft) +[![GitHub forks](https://img.shields.io/github/forks/landaiqing/voidraft.svg?style=social&label=Fork)](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 @@ CFBundlePackageType APPL CFBundleName - Voidraft + voidraft CFBundleExecutable - Voidraft + voidraft CFBundleIdentifier landaiqing CFBundleVersion 0.0.1.0 CFBundleGetInfoString - Voidraft + voidraft CFBundleShortVersionString 0.0.1.0 CFBundleIconFile @@ -22,7 +22,7 @@ NSHighResolutionCapable true NSHumanReadableCopyright - © 2025 Voidraft. All rights reserved. + © 2025 voidraft. All rights reserved. NSAppTransportSecurity NSAllowsLocalNetworking diff --git a/build/darwin/Info.plist b/build/darwin/Info.plist index dbd1a34..8904ad8 100644 --- a/build/darwin/Info.plist +++ b/build/darwin/Info.plist @@ -4,15 +4,15 @@ CFBundlePackageType APPL CFBundleName - Voidraft + voidraft CFBundleExecutable - Voidraft + voidraft CFBundleIdentifier landaiqing CFBundleVersion 0.0.1.0 CFBundleGetInfoString - Voidraft + voidraft CFBundleShortVersionString 0.0.1.0 CFBundleIconFile @@ -22,6 +22,6 @@ NSHighResolutionCapable true NSHumanReadableCopyright - © 2025 Voidraft. All rights reserved. + © 2025 voidraft. All rights reserved. \ No newline at end of file diff --git a/build/linux/nfpm/nfpm.yaml b/build/linux/nfpm/nfpm.yaml index 8499836..2ed7925 100644 --- a/build/linux/nfpm/nfpm.yaml +++ b/build/linux/nfpm/nfpm.yaml @@ -3,26 +3,26 @@ # # The lines below are called `modelines`. See `:help modeline` -name: "Voidraft" +name: "voidraft" arch: ${GOARCH} platform: "linux" version: "0.0.1.0" section: "default" priority: "extra" maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}> -description: "Voidraft" -vendor: "Voidraft" -homepage: "https://wails.io" +description: "voidraft" +vendor: "voidraft" +homepage: "https://voidraft.landaiqing.cn" license: "MIT" release: "1" contents: - - src: "./bin/Voidraft" - dst: "/usr/local/bin/Voidraft" + - src: "./bin/voidraft" + dst: "/usr/local/bin/voidraft" - src: "./build/appicon.png" - dst: "/usr/share/icons/hicolor/128x128/apps/Voidraft.png" - - src: "./build/linux/Voidraft.desktop" - dst: "/usr/share/applications/Voidraft.desktop" + dst: "/usr/share/icons/hicolor/128x128/apps/voidraft.png" + - src: "./build/linux/voidraft.desktop" + dst: "/usr/share/applications/voidraft.desktop" depends: - gtk3 diff --git a/build/windows/info.json b/build/windows/info.json index 7376344..7e2de97 100644 --- a/build/windows/info.json +++ b/build/windows/info.json @@ -5,11 +5,11 @@ "info": { "0000": { "ProductVersion": "0.0.1.0", - "CompanyName": "Voidraft", - "FileDescription": "Voidraft", - "LegalCopyright": "© 2025 Voidraft. All rights reserved.", - "ProductName": "Voidraft", - "Comments": "Voidraft" + "CompanyName": "voidraft", + "FileDescription": "voidraft", + "LegalCopyright": "© 2025 voidraft. All rights reserved.", + "ProductName": "voidraft", + "Comments": "voidraft" } } } \ No newline at end of file diff --git a/build/windows/nsis/wails_tools.nsh b/build/windows/nsis/wails_tools.nsh index b69c1a4..e6c6173 100644 --- a/build/windows/nsis/wails_tools.nsh +++ b/build/windows/nsis/wails_tools.nsh @@ -5,19 +5,19 @@ !include "FileFunc.nsh" !ifndef INFO_PROJECTNAME - !define INFO_PROJECTNAME "Voidraft" + !define INFO_PROJECTNAME "voidraft" !endif !ifndef INFO_COMPANYNAME - !define INFO_COMPANYNAME "Voidraft" + !define INFO_COMPANYNAME "voidraft" !endif !ifndef INFO_PRODUCTNAME - !define INFO_PRODUCTNAME "Voidraft" + !define INFO_PRODUCTNAME "voidraft" !endif !ifndef INFO_PRODUCTVERSION !define INFO_PRODUCTVERSION "0.0.1.0" !endif !ifndef INFO_COPYRIGHT - !define INFO_COPYRIGHT "© 2025 Voidraft. All rights reserved." + !define INFO_COPYRIGHT "© 2025 voidraft. All rights reserved." !endif !ifndef PRODUCT_EXECUTABLE !define PRODUCT_EXECUTABLE "${INFO_PROJECTNAME}.exe" diff --git a/docs/changelog.html b/docs/changelog.html index 5f82bc2..1fecec5 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -3,7 +3,7 @@ - VoidRaft - Changelog + voidraft - Changelog @@ -16,7 +16,7 @@
-

VoidRaft Changelog

+

voidraft Changelog

-// VoidRaft - An elegant text snippet recording tool
+// voidraft - An elegant text snippet recording tool
 // Multi-language support | Code formatting | Custom themes
 // A modern text editor designed for developers
- VoidRaft 界面预览 - + voidraft 界面预览 +
@@ -241,7 +241,7 @@