feat: 完成macOS应用打包功能
This commit is contained in:
BIN
icons/logo.icns
Normal file
BIN
icons/logo.icns
Normal file
Binary file not shown.
14
icons/logo.svg
Normal file
14
icons/logo.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="1024" height="1024" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- 背景 -->
|
||||
<rect width="1024" height="1024" rx="200" fill="#1e88e5"/>
|
||||
|
||||
<!-- 水波纹效果 -->
|
||||
<path d="M312,512 Q512,412 712,512" stroke="white" stroke-width="20" fill="none" opacity="0.6"/>
|
||||
<path d="M312,562 Q512,462 712,562" stroke="white" stroke-width="15" fill="none" opacity="0.4"/>
|
||||
<path d="M312,612 Q512,512 712,612" stroke="white" stroke-width="10" fill="none" opacity="0.2"/>
|
||||
|
||||
<!-- 主文字 -->
|
||||
<text x="512" y="480" font-family="Arial" font-size="180" font-weight="bold" text-anchor="middle" fill="white">听泉</text>
|
||||
<text x="512" y="680" font-family="Arial" font-size="120" font-weight="bold" text-anchor="middle" fill="white">Cursor</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 838 B |
Reference in New Issue
Block a user