diff --git a/README.md b/README.md index 1314241..36dc4ab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +

FiPanda

+ # fidc-backtest-engine 面向中国 A 股和期货策略的 Rust 回测核心。仓库目标是提供平台自有的策略 DSL、执行模型、撮合模型和结果分析能力,最终由 `fidc-backtest-service` 对外提供策略运行服务。 diff --git a/assets/brand/README.md b/assets/brand/README.md new file mode 100644 index 0000000..1be1351 --- /dev/null +++ b/assets/brand/README.md @@ -0,0 +1,11 @@ +# FiPanda 品牌资源 + +FIDC 系列共用用户提供的两张原始透明图片,不重绘、不裁切、不染色。 + +- `fiPandaWithTitle.png`:带标题版,登录页、项目首页、独立报告使用。 +- `fipanda.png`:无标题版,顶部导航、小尺寸标识和系统图标使用。 +- `favicon-32.png`:由无标题版等比生成,供浏览器标签页使用。 + +导航图标建议 28–42px;带标题版建议 96–160px。始终等比完整显示,保留透明背景,不为 Logo 增加大块容器或改变业务页面主题。项目名称、权限、交易合同与内部 FIDC 标识不因品牌图片变更而重命名。 + +原图保存在 `omniquant/assets/brand/source/`;`manifest.json` 记录原图和显示资源的 SHA-256。需要更新时,在完整工作区运行 `node omniquant/scripts/sync-fipanda-branding.mjs`,统一生成八个仓库及可下载策略技能包的资源,禁止分别维护不同版本。 diff --git a/assets/brand/favicon-32.png b/assets/brand/favicon-32.png new file mode 100644 index 0000000..c15bb89 Binary files /dev/null and b/assets/brand/favicon-32.png differ diff --git a/assets/brand/fiPandaWithTitle.png b/assets/brand/fiPandaWithTitle.png new file mode 100644 index 0000000..3199f61 Binary files /dev/null and b/assets/brand/fiPandaWithTitle.png differ diff --git a/assets/brand/fipanda.png b/assets/brand/fipanda.png new file mode 100644 index 0000000..6a2eb4c Binary files /dev/null and b/assets/brand/fipanda.png differ diff --git a/assets/brand/manifest.json b/assets/brand/manifest.json new file mode 100644 index 0000000..8da0e01 --- /dev/null +++ b/assets/brand/manifest.json @@ -0,0 +1,38 @@ +{ + "schema": "fidc.fipanda-brand/v1", + "brand": "FiPanda", + "sourceRepository": "omniquant", + "sources": [ + { + "file": "fipanda.png", + "sha256": "ff7dc0677b7d9c8dc6d008d3391f27fd583e3de35560dab021c1e2f8f2c464e5" + }, + { + "file": "fiPandaWithTitle.png", + "sha256": "01bfb6acb36830d9b1ce6f7dc8c718977d43af44572ee6a26991d6c6aa2847d6" + } + ], + "assets": [ + { + "file": "fipanda.png", + "source": "fipanda.png", + "pixels": 192, + "usage": "navigation, compact icons, apple-touch-icon", + "sha256": "450aad3506ec3c67624b7705f4d8f851a9102fe950e7671a06fb1203dc1d9cf7" + }, + { + "file": "fiPandaWithTitle.png", + "source": "fiPandaWithTitle.png", + "pixels": 384, + "usage": "login, project README, standalone reports", + "sha256": "d33846b3687ea69d43b4a1f17ceeb02662bd25f26fabc4c86c25b3475f20dede" + }, + { + "file": "favicon-32.png", + "source": "fipanda.png", + "pixels": 32, + "usage": "browser tab icon", + "sha256": "ec3d7783457db284d46ae6e27833685203838637a7d68946ff85402725f8e420" + } + ] +}