@8btc/office-assistant-mcp 0.0.6 → 0.0.7

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -75977,7 +75977,6 @@ const style = `/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com *
75977
75977
  .markdown-body ul, .markdown-body ol {
75978
75978
  margin-top: 0;
75979
75979
  margin-bottom: 0;
75980
- padding-left: 2em;
75981
75980
  }
75982
75981
  .markdown-body ol ol, .markdown-body ul ol {
75983
75982
  list-style-type: lower-roman;
@@ -77038,6 +77037,8 @@ const createPage = async (page, item) => {
77038
77037
  if (!imgInfo) {
77039
77038
  return;
77040
77039
  }
77040
+ console.log("img.src:", img.src);
77041
+ console.log("base64.length:", imgInfo.base64.length);
77041
77042
  img.src = imgInfo.base64;
77042
77043
  }),
77043
77044
  fileInfoArray
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/office-assistant-mcp",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "办公agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",