🖼️ 添加 App 图标(macOS 圆角矩形风格)

This commit is contained in:
JOJO 2026-05-05 22:08:55 +08:00
parent 000567a8bb
commit 2ff915c9b6
2 changed files with 4 additions and 1 deletions

BIN
AppIcon.icns Normal file

Binary file not shown.

View File

@ -20,7 +20,10 @@
<string>14.0</string> <string>14.0</string>
<key>LSUIElement</key> <key>LSUIElement</key>
<true/> <true/>
<key>NSHighResolutionCapable</key> <key>CFBundleIconFile</key>
<string>AppIcon</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<true/> <true/>
</dict> </dict>
</plist> </plist>