@8btc/office-assistant-mcp 0.0.18 → 0.0.19

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 +6 -6
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -75734,7 +75734,7 @@ const style = `/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com *
75734
75734
  -webkit-text-size-adjust: 100%;
75735
75735
  margin: 0;
75736
75736
  background-color: transparent;
75737
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
75737
+ font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "system-ui", "Helvetica Neue", simsun, Helvetica, Arial, "WenQuanYi Zen Hei", "sans-serif";
75738
75738
  font-size: 14px;
75739
75739
  line-height: 1.5;
75740
75740
  word-wrap: break-word;
@@ -75923,7 +75923,7 @@ const style = `/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com *
75923
75923
  margin-bottom: var(--base-size-21);
75924
75924
  font-weight: var(--base-text-weight-semibold, 600);
75925
75925
  line-height: 150%;
75926
- font-family: SimSun, "宋体", "songti", serif;
75926
+ font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
75927
75927
  }
75928
75928
  .markdown-body h6 {
75929
75929
  color: var(--fgColor-muted);
@@ -76515,7 +76515,7 @@ html {
76515
76515
  }
76516
76516
  body {
76517
76517
  margin: 0;
76518
- font-family: "PingFang SC", "Microsoft YaHei", "system-ui", "Helvetica Neue", simsun, Helvetica, Arial, "WenQuanYi Zen Hei", "sans-serif";
76518
+ font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "system-ui", "Helvetica Neue", simsun, Helvetica, Arial, "WenQuanYi Zen Hei", "sans-serif";
76519
76519
  -webkit-font-smoothing: antialiased;
76520
76520
  -moz-osx-font-smoothing: grayscale;
76521
76521
  line-height: 1.5;
@@ -76549,7 +76549,7 @@ mjx-container:not([display='true']) svg {
76549
76549
  display: block;
76550
76550
  }
76551
76551
  .fontsongti {
76552
- font-family: SimSun, "宋体", "songti", serif;
76552
+ font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
76553
76553
  }
76554
76554
  .fontkaiti {
76555
76555
  font-family: KaiTi, "楷体", "Microsoft YaHei", "STKaiti", Arial, serif;
@@ -76558,10 +76558,10 @@ mjx-container:not([display='true']) svg {
76558
76558
  font-size: 20px;
76559
76559
  font-weight: 900;
76560
76560
  margin-bottom: 21px;
76561
- font-family: SimSun, "宋体", "songti", serif;
76561
+ font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
76562
76562
  }
76563
76563
  .lv2Title.lv2Title {
76564
- font-family: SimSun, "宋体", "songti", serif;
76564
+ font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
76565
76565
  color: #0A0A0A;
76566
76566
  }
76567
76567
  .markdown-body > *:last-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@8btc/office-assistant-mcp",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "办公agent辅助mcp工具",
5
5
  "main": "dist/index.cjs",
6
6
  "type": "module",