@8btc/finance-assistant-mcp 0.0.25 → 0.0.27
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.
- package/dist/index.cjs +5 -10
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -438,14 +438,14 @@ function Cover$2({ data }) {
|
|
|
438
438
|
children: [
|
|
439
439
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute top-0 left-0 right-0 bottom-0 z-0", children: /* @__PURE__ */ jsxRuntime.jsx("img", { className: "block w-full h-full object-cover", src: bg$1, alt: "" }) }),
|
|
440
440
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "relative", children: [
|
|
441
|
-
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-[94px] leading-[1.2] font-bold", children: [
|
|
441
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-[94px] leading-[1.2] font-bold font-[songti]", children: [
|
|
442
442
|
dayjs(data.report_time).format("YYYY"),
|
|
443
443
|
"年",
|
|
444
444
|
/* @__PURE__ */ jsxRuntime.jsx("br", {}),
|
|
445
445
|
dayjs(data.report_time).format("MM月DD日")
|
|
446
446
|
] }),
|
|
447
447
|
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "w-[400px] h-px bg-white my-[45px]" }),
|
|
448
|
-
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[48px] font-bold leading-[1.2]", children: "财经新闻综述" })
|
|
448
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-[48px] font-bold leading-[1.2] font-[songti]", children: "财经新闻综述" })
|
|
449
449
|
] }),
|
|
450
450
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-[21px] relative", children: [
|
|
451
451
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
@@ -2066,16 +2066,11 @@ const renderMonthlyIncome = (rawData) => {
|
|
|
2066
2066
|
};
|
|
2067
2067
|
const catalogs$1 = [
|
|
2068
2068
|
"核心策略与阿尔法来源",
|
|
2069
|
-
"
|
|
2069
|
+
"投资组合概览",
|
|
2070
2070
|
"风险属性定级",
|
|
2071
2071
|
"行业配置与赛道分布",
|
|
2072
2072
|
"历史表现模拟与验证",
|
|
2073
|
-
"
|
|
2074
|
-
"持仓个股深度透视",
|
|
2075
|
-
"投资总结与未来策略展望"
|
|
2076
|
-
// '形态结构与关键价位',
|
|
2077
|
-
// '综合评价与操作建议(技术视角)',
|
|
2078
|
-
// '重要声明',
|
|
2073
|
+
"投资总结"
|
|
2079
2074
|
];
|
|
2080
2075
|
function Catalogue$1({ startPages }) {
|
|
2081
2076
|
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "w-[var(--a4-width-with-padding)] mx-auto font-[songti]", children: [
|
|
@@ -2746,7 +2741,7 @@ function generatePortfolioHtml(data) {
|
|
|
2746
2741
|
type: "chapter",
|
|
2747
2742
|
html: renderChapter4$1(data),
|
|
2748
2743
|
module: "04",
|
|
2749
|
-
headerTitle: "
|
|
2744
|
+
headerTitle: "行业配置与赛道分布"
|
|
2750
2745
|
},
|
|
2751
2746
|
{
|
|
2752
2747
|
type: "chapterCover",
|