Added settings page

This commit is contained in:
2025-05-21 01:37:14 +08:00
parent 7f25dc942e
commit 72a222f932
26 changed files with 1864 additions and 1309 deletions

View File

@@ -4,17 +4,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleName</key>
<string>My Product</string>
<string>Voidraft</string>
<key>CFBundleExecutable</key>
<string>voidraft.exe</string>
<string>voidraft</string>
<key>CFBundleIdentifier</key>
<string>com.wails.voidraft</string>
<string>landaiqing</string>
<key>CFBundleVersion</key>
<string>0.1.0</string>
<string>0.0.1.0</string>
<key>CFBundleGetInfoString</key>
<string>This is a comment</string>
<string>Effortlessly capture and organize fleeting ideas with minimal design</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.0.1.0</string>
<key>CFBundleIconFile</key>
<string>icons</string>
<key>LSMinimumSystemVersion</key>
@@ -22,7 +22,7 @@
<key>NSHighResolutionCapable</key>
<string>true</string>
<key>NSHumanReadableCopyright</key>
<string>© now, My Company</string>
<string>© 2025 Voidraft. All rights reserved.</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsLocalNetworking</key>