@8btc/finance-assistant-mcp 0.0.60 → 0.0.62
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 -5
- 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.
|
|
48
|
+
const version = "0.0.62";
|
|
49
49
|
const pkgJSON = {
|
|
50
50
|
version
|
|
51
51
|
};
|
|
@@ -1545,7 +1545,7 @@ const getFileAutoRename = async (filePath) => {
|
|
|
1545
1545
|
const getJsonDataIfExists = async (jsonPath, defaultValue) => {
|
|
1546
1546
|
try {
|
|
1547
1547
|
await fsPromises.access(jsonPath, fsPromises.constants.F_OK);
|
|
1548
|
-
const jsonRes = await fsPromises.readFile(jsonPath);
|
|
1548
|
+
const jsonRes = await fsPromises.readFile(jsonPath, "utf-8");
|
|
1549
1549
|
return JSON.parse(jsonRes.toString());
|
|
1550
1550
|
} catch (err) {
|
|
1551
1551
|
return defaultValue;
|
|
@@ -8546,7 +8546,7 @@ function Chapter7({
|
|
|
8546
8546
|
/* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.short_term.short_resistance })
|
|
8547
8547
|
] }),
|
|
8548
8548
|
/* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
|
|
8549
|
-
"
|
|
8549
|
+
"支撑位:",
|
|
8550
8550
|
/* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.short_term.short_support })
|
|
8551
8551
|
] }),
|
|
8552
8552
|
/* @__PURE__ */ jsxRuntime.jsx("li", { children: data.pattern_analysis.short_term.pattern_desc })
|
|
@@ -8580,7 +8580,7 @@ function Chapter7({
|
|
|
8580
8580
|
/* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.intermediate_term.resistance })
|
|
8581
8581
|
] }),
|
|
8582
8582
|
/* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
|
|
8583
|
-
"
|
|
8583
|
+
"支撑位:",
|
|
8584
8584
|
/* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.intermediate_term.support })
|
|
8585
8585
|
] }),
|
|
8586
8586
|
/* @__PURE__ */ jsxRuntime.jsx("li", { children: data.pattern_analysis.intermediate_term.pattern_desc })
|
|
@@ -8614,7 +8614,7 @@ function Chapter7({
|
|
|
8614
8614
|
/* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.long_term.resistance })
|
|
8615
8615
|
] }),
|
|
8616
8616
|
/* @__PURE__ */ jsxRuntime.jsxs("li", { children: [
|
|
8617
|
-
"
|
|
8617
|
+
"支撑位:",
|
|
8618
8618
|
/* @__PURE__ */ jsxRuntime.jsx("strong", { children: data.pattern_analysis.long_term.support })
|
|
8619
8619
|
] }),
|
|
8620
8620
|
/* @__PURE__ */ jsxRuntime.jsx("li", { children: data.pattern_analysis.long_term.pattern_desc })
|