@8btc/office-assistant-mcp 0.0.15 → 0.0.16

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 CHANGED
@@ -76991,11 +76991,9 @@ const createPage = async (page, item) => {
76991
76991
  printBackground: true,
76992
76992
  displayHeaderFooter: !hideHeader && !hideFooter,
76993
76993
  headerTemplate: hideHeader ? "" : headerTemplate,
76994
- footerTemplate: hideFooter ? "" : `
76995
- <div style="width: 100%; box-sizing: border-box; height: 67px; display: flex; justify-content: space-between; font-size: 13px; padding: 0 48px; position: fixed; bottom: 0; left: 0; font-family: KaiTi, 楷体, serif;">
76994
+ footerTemplate: hideFooter ? "" : `<div style="width: 100%; box-sizing: border-box; height: 67px; display: flex; justify-content: space-between; font-size: 13px; padding: 0 48px; position: fixed; bottom: 0; left: 0; font-family: KaiTi, 楷体, serif;">
76996
76995
  <div>本报告由 Wujie Agent 生成</div>
76997
- </div>
76998
- `,
76996
+ </div>`,
76999
76997
  margin: hideHeader && hideFooter ? void 0 : hideFooter ? {
77000
76998
  top: "128px",
77001
76999
  right: 0,
@@ -77004,7 +77002,7 @@ const createPage = async (page, item) => {
77004
77002
  } : {
77005
77003
  top: "128px",
77006
77004
  right: "63px",
77007
- bottom: "128px",
77005
+ bottom: "118px",
77008
77006
  left: "63px"
77009
77007
  }
77010
77008
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/office-assistant-mcp",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "办公agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",