Added settings window

This commit is contained in:
2025-05-18 16:16:27 +08:00
parent 4e291b889b
commit 7f25dc942e
13 changed files with 180 additions and 36 deletions

View File

@@ -5,12 +5,12 @@ version: '3'
# This information is used to generate the build assets.
info:
companyName: "My Company" # The name of the company
productName: "My Product" # The name of the application
productIdentifier: "com.mycompany.myproduct" # The unique product identifier
description: "A program that does X" # The application description
copyright: "(c) 2024, My Company" # Copyright text
comments: "Some Product Comments" # Comments
companyName: "Voidraft" # The name of the company
productName: "Voidraftt" # The name of the application
productIdentifier: "landaiqing" # The unique product identifier
description: "Your Inspiration Catcher - Instant thought-capturing tool with minimalist design" # The application description
copyright: "© 2025 Voidraft. All rights reserved." # Copyright text
comments: "Effortlessly capture and organize fleeting ideas with minimal design" # Comments
version: "v0.0.1" # The application version
# Dev mode configuration

View File

@@ -10,9 +10,9 @@ version: "0.1.0"
section: "default"
priority: "extra"
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>
description: "My Product Description"
vendor: "My Company"
homepage: "https://wails.io"
description: "Voidraft: Your Inspiration Catcher - Instant thought-capturing tool with minimalist design"
vendor: "Voidraft"
homepage: "https://voidraft.app"
license: "MIT"
release: "1"

View File

@@ -5,11 +5,11 @@
"info": {
"0000": {
"ProductVersion": "0.1.0",
"CompanyName": "My Company",
"FileDescription": "My Product Description",
"LegalCopyright": now, My Company",
"ProductName": "My Product",
"Comments": "This is a comment"
"CompanyName": "Voidraft",
"FileDescription": "Voidraft: Your Inspiration Catcher - Instant thought-capturing tool with minimalist design",
"LegalCopyright": 2025 Voidraft. All rights reserved.",
"ProductName": "Voidraft",
"Comments": "Effortlessly capture and organize fleeting ideas with minimal design"
}
}
}