- 基于 Electron + React + TypeScript + Vite - Fabric.js 画布编辑引擎 - Ant Design UI 组件 + Zustand 状态管理 - 支持文字添加、拖拽、字体/颜色/特效编辑 - 支持 PNG / JPEG / WebP 导出
44 lines
640 B
YAML
44 lines
640 B
YAML
appId: com.tinylabel.app
|
|
productName: TinyLabel
|
|
copyright: Copyright © 2025
|
|
|
|
directories:
|
|
output: release
|
|
|
|
files:
|
|
- dist
|
|
- dist-electron
|
|
|
|
win:
|
|
target:
|
|
- target: nsis
|
|
arch:
|
|
- x64
|
|
icon: build/icon.ico
|
|
|
|
mac:
|
|
target:
|
|
- target: dmg
|
|
arch:
|
|
- x64
|
|
- arm64
|
|
icon: build/icon.icns
|
|
category: public.app-category.graphics-design
|
|
|
|
nsis:
|
|
oneClick: false
|
|
allowToChangeInstallationDirectory: true
|
|
createDesktopShortcut: true
|
|
language: 2052
|
|
|
|
dmg:
|
|
title: TinyLabel
|
|
contents:
|
|
- x: 130
|
|
y: 220
|
|
type: file
|
|
- x: 410
|
|
y: 220
|
|
type: link
|
|
path: /Applications
|