@8btc/finance-assistant-mcp 0.0.52 → 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 -15
  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.52";
48
+ const version = "0.0.54";
49
49
  const pkgJSON = {
50
50
  version
51
51
  };
@@ -1540,13 +1540,6 @@ const logger = winston.createLogger({
1540
1540
  new winston.transports.File({ filename: "logercombined.log" })
1541
1541
  ]
1542
1542
  });
1543
- if (process.env.NODE_ENV !== "production") {
1544
- logger.add(
1545
- new winston.transports.Console({
1546
- format: winston.format.simple()
1547
- })
1548
- );
1549
- }
1550
1543
  const zodToJsonSchema = (schema) => {
1551
1544
  return zodToJsonSchema$1.zodToJsonSchema(zod.z.object(schema), {
1552
1545
  rejectedAdditionalProperties: void 0,
@@ -3185,14 +3178,14 @@ const renderKlineSimple = (datas) => {
3185
3178
  {
3186
3179
  left: "7%",
3187
3180
  right: "8%",
3188
- bottom: "8%",
3189
- height: "85%"
3181
+ top: "0%",
3182
+ bottom: "25%"
3190
3183
  },
3191
3184
  {
3192
3185
  left: "7%",
3193
3186
  right: "8%",
3194
3187
  // top: '0%',
3195
- bottom: "8%",
3188
+ bottom: "0%",
3196
3189
  height: "15%"
3197
3190
  }
3198
3191
  ],
@@ -3219,7 +3212,7 @@ const renderKlineSimple = (datas) => {
3219
3212
  axisLine: { onZero: false },
3220
3213
  axisTick: { show: false },
3221
3214
  splitLine: { show: false },
3222
- axisLabel: { show: false },
3215
+ axisLabel: { show: true, fontSize: 0 },
3223
3216
  min: "dataMin",
3224
3217
  max: "dataMax"
3225
3218
  }
@@ -3264,9 +3257,9 @@ const renderKlineSimple = (datas) => {
3264
3257
  xAxisIndex: 1,
3265
3258
  yAxisIndex: 1,
3266
3259
  data: data0.volumes,
3267
- zlevel: 0,
3260
+ zlevel: 1,
3268
3261
  itemStyle: {
3269
- opacity: 0.7
3262
+ opacity: 1
3270
3263
  }
3271
3264
  }
3272
3265
  ]
@@ -6066,7 +6059,7 @@ function Statement$1({ data }) {
6066
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: [
6067
6060
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "mb-[52px] text-[40px] font-bold leading-[1.2] fontsongti", children: "重要声明" }),
6068
6061
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "w-[490px] text-[21px] leading-[48px] fontsongti", children: [
6069
- "本报告基于宏观公开数据及资金流向博弈模型生成,旨在通过多维逻辑推演市场的中短期趋势与风格轮动。",
6062
+ "本报告基于宏观公开数据及Kronos模型生成,旨在通过多维逻辑推演市场的中短期趋势与风格轮动。",
6070
6063
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: "推演逻辑受限于宏观假设条件及数据统计口径,可能与真实市场演变存在偏差或滞后。" }),
6071
6064
  /* @__PURE__ */ jsxRuntime.jsx("strong", { children: "本内容仅供参考,不作为投资依据。" }),
6072
6065
  "证券市场瞬息万变,请投资者务必保持独立思考,审慎评估宏观环境变化带来的潜在风险,自负盈亏。"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/finance-assistant-mcp",
3
- "version": "0.0.52",
3
+ "version": "0.0.54",
4
4
  "description": "财经agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",