@8btc/finance-assistant-mcp 0.0.53 → 0.0.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.cjs +8 -8
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -45,7 +45,7 @@ function _interopNamespaceDefault(e) {
45
45
  }
46
46
  const echarts__namespace = /* @__PURE__ */ _interopNamespaceDefault(echarts);
47
47
  const d3__namespace = /* @__PURE__ */ _interopNamespaceDefault(d3);
48
- const version = "0.0.53";
48
+ const version = "0.0.54";
49
49
  const pkgJSON = {
50
50
  version
51
51
  };
@@ -3178,14 +3178,14 @@ const renderKlineSimple = (datas) => {
3178
3178
  {
3179
3179
  left: "7%",
3180
3180
  right: "8%",
3181
- bottom: "8%",
3182
- height: "85%"
3181
+ top: "0%",
3182
+ bottom: "25%"
3183
3183
  },
3184
3184
  {
3185
3185
  left: "7%",
3186
3186
  right: "8%",
3187
3187
  // top: '0%',
3188
- bottom: "8%",
3188
+ bottom: "0%",
3189
3189
  height: "15%"
3190
3190
  }
3191
3191
  ],
@@ -3212,7 +3212,7 @@ const renderKlineSimple = (datas) => {
3212
3212
  axisLine: { onZero: false },
3213
3213
  axisTick: { show: false },
3214
3214
  splitLine: { show: false },
3215
- axisLabel: { show: false },
3215
+ axisLabel: { show: true, fontSize: 0 },
3216
3216
  min: "dataMin",
3217
3217
  max: "dataMax"
3218
3218
  }
@@ -3257,9 +3257,9 @@ const renderKlineSimple = (datas) => {
3257
3257
  xAxisIndex: 1,
3258
3258
  yAxisIndex: 1,
3259
3259
  data: data0.volumes,
3260
- zlevel: 0,
3260
+ zlevel: 1,
3261
3261
  itemStyle: {
3262
- opacity: 0.7
3262
+ opacity: 1
3263
3263
  }
3264
3264
  }
3265
3265
  ]
@@ -6059,7 +6059,7 @@ function Statement$1({ data }) {
6059
6059
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "w-[var(--a4-width-with-padding)] h-[var(--a4-height-with-padding)] mx-auto flex flex-col justify-center", children: [
6060
6060
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mb-[52px] text-[40px] font-bold leading-[1.2] fontsongti", children: "重要声明" }),
6061
6061
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "w-[490px] text-[21px] leading-[48px] fontsongti", children: [
6062
- "本报告基于宏观公开数据及资金流向博弈模型生成,旨在通过多维逻辑推演市场的中短期趋势与风格轮动。",
6062
+ "本报告基于宏观公开数据及Kronos模型生成,旨在通过多维逻辑推演市场的中短期趋势与风格轮动。",
6063
6063
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: "推演逻辑受限于宏观假设条件及数据统计口径,可能与真实市场演变存在偏差或滞后。" }),
6064
6064
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: "本内容仅供参考,不作为投资依据。" }),
6065
6065
  "证券市场瞬息万变,请投资者务必保持独立思考,审慎评估宏观环境变化带来的潜在风险,自负盈亏。"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/finance-assistant-mcp",
3
- "version": "0.0.53",
3
+ "version": "0.0.54",
4
4
  "description": "财经agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",