mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-08 09:09:41 +08:00
feat: 全新 Logo 设计 + 扩展工具一键安装功能
Logo 设计: - 现代化爪印图标,紫蓝渐变配色 - 生成全套尺寸 PNG (16-1024px) + @2x 版本 - macOS icns + Windows ico + SVG 源文件 - 系统托盘和应用图标全面更新 扩展工具增强: - cftunnel 支持一键安装(自动下载安装脚本) - 实时显示安装进度和日志输出 - 安装完成后自动刷新状态 - 优化未安装状态的 UI 提示
This commit is contained in:
@@ -178,4 +178,5 @@ export const api = {
|
||||
cftunnelAction: (action) => invoke('cftunnel_action', { action }),
|
||||
getCftunnelLogs: (lines = 20) => invoke('get_cftunnel_logs', { lines }),
|
||||
getClawappStatus: () => invoke('get_clawapp_status'),
|
||||
installCftunnel: () => invoke('install_cftunnel'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user