feat(v0.2): 完善量化研究与二次开发能力

This commit is contained in:
shy3130
2026-08-13 20:16:02 +08:00
parent 57eb641275
commit 8fe5dac7bd
105 changed files with 4974 additions and 678 deletions
+1 -1
View File
@@ -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

+2 -2
View File
@@ -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"
+1 -1
View File
@@ -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,