mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 16:44:15 +08:00
feat(v0.2): 完善量化研究与二次开发能力
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="512" height="512" fill="none" role="img" aria-label="TickFlow Stock Panel">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="512" height="512" fill="none" role="img" aria-label="Tick Stock Panel">
|
||||
<!-- 左方括号 -->
|
||||
<path d="M10 4 L4 4 L4 28 L10 28" stroke="#8B5CF6" stroke-width="2" stroke-linejoin="miter" stroke-linecap="butt"/>
|
||||
<!-- 右方括号 -->
|
||||
|
||||
|
Before Width: | Height: | Size: 744 B After Width: | Height: | Size: 740 B |
@@ -1,5 +1,5 @@
|
||||
; ===========================================================================
|
||||
; TickFlow Stock Panel — Inno Setup 安装包脚本
|
||||
; Tick Stock Panel — Inno Setup 安装包脚本
|
||||
; ===========================================================================
|
||||
; 用途: 把 PyInstaller 产出的 dist/TickFlowStockPanel/ 文件夹封装成
|
||||
; 单个 Setup.exe 安装程序 (双击→安装向导→快捷方式→可卸载)。
|
||||
@@ -19,7 +19,7 @@
|
||||
; ===========================================================================
|
||||
|
||||
#define MyAppName "TickFlow 股票面板"
|
||||
#define MyAppNameEN "TickFlow Stock Panel"
|
||||
#define MyAppNameEN "Tick Stock Panel"
|
||||
#define MyAppExeName "TickFlowStockPanel.exe"
|
||||
#define MyAppPublisher "TickFlow"
|
||||
|
||||
|
||||
@@ -205,7 +205,7 @@ if _IS_MACOS:
|
||||
bundle_identifier="com.tickflow.stockpanel",
|
||||
version=APP_VERSION, # → CFBundleShortVersionString / CFBundleVersion
|
||||
info_plist={
|
||||
"CFBundleName": "TickFlow Stock Panel",
|
||||
"CFBundleName": "Tick Stock Panel",
|
||||
"CFBundleDisplayName": "TickFlow 股票面板",
|
||||
"CFBundleVersion": APP_VERSION,
|
||||
"NSHighResolutionCapable": True,
|
||||
|
||||
Reference in New Issue
Block a user