@8btc/office-assistant-mcp 0.0.17 → 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.
- package/dist/index.cjs +21 -14
- 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:
|
|
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);
|
|
@@ -75942,6 +75942,7 @@ const style = `/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com *
|
|
|
75942
75942
|
.markdown-body ul, .markdown-body ol {
|
|
75943
75943
|
margin-top: 0;
|
|
75944
75944
|
margin-bottom: 0;
|
|
75945
|
+
padding-left: 2em;
|
|
75945
75946
|
}
|
|
75946
75947
|
.markdown-body ol ol, .markdown-body ul ol {
|
|
75947
75948
|
list-style-type: lower-roman;
|
|
@@ -76514,7 +76515,7 @@ html {
|
|
|
76514
76515
|
}
|
|
76515
76516
|
body {
|
|
76516
76517
|
margin: 0;
|
|
76517
|
-
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";
|
|
76518
76519
|
-webkit-font-smoothing: antialiased;
|
|
76519
76520
|
-moz-osx-font-smoothing: grayscale;
|
|
76520
76521
|
line-height: 1.5;
|
|
@@ -76526,16 +76527,6 @@ code {
|
|
|
76526
76527
|
width: var(--a4-width);
|
|
76527
76528
|
height: var(--a4-height);
|
|
76528
76529
|
}
|
|
76529
|
-
.lv1Title {
|
|
76530
|
-
font-size: 20px;
|
|
76531
|
-
font-weight: 900;
|
|
76532
|
-
margin-bottom: 21px;
|
|
76533
|
-
font-family: SimSun, "宋体", "songti", serif;
|
|
76534
|
-
}
|
|
76535
|
-
.lv2Title {
|
|
76536
|
-
font-family: SimSun, "宋体", "songti", serif;
|
|
76537
|
-
color: #0A0A0A;
|
|
76538
|
-
}
|
|
76539
76530
|
.height-with-padding {
|
|
76540
76531
|
height: var(--a4-height-with-padding);
|
|
76541
76532
|
}
|
|
@@ -76558,14 +76549,30 @@ mjx-container:not([display='true']) svg {
|
|
|
76558
76549
|
display: block;
|
|
76559
76550
|
}
|
|
76560
76551
|
.fontsongti {
|
|
76561
|
-
font-family: SimSun, "宋体", "songti", serif;
|
|
76552
|
+
font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
|
|
76562
76553
|
}
|
|
76563
76554
|
.fontkaiti {
|
|
76564
76555
|
font-family: KaiTi, "楷体", "Microsoft YaHei", "STKaiti", Arial, serif;
|
|
76565
76556
|
}
|
|
76557
|
+
.lv1Title.lv1Title {
|
|
76558
|
+
font-size: 20px;
|
|
76559
|
+
font-weight: 900;
|
|
76560
|
+
margin-bottom: 21px;
|
|
76561
|
+
font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
|
|
76562
|
+
}
|
|
76563
|
+
.lv2Title.lv2Title {
|
|
76564
|
+
font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
|
|
76565
|
+
color: #0A0A0A;
|
|
76566
|
+
}
|
|
76566
76567
|
.markdown-body > *:last-child {
|
|
76567
76568
|
margin-bottom: 0 !important;
|
|
76568
76569
|
}
|
|
76570
|
+
.markdown-body ol {
|
|
76571
|
+
list-style-type: decimal;
|
|
76572
|
+
}
|
|
76573
|
+
.markdown-body ul {
|
|
76574
|
+
list-style-type: disc;
|
|
76575
|
+
}
|
|
76569
76576
|
@property --tw-translate-x {
|
|
76570
76577
|
syntax: "*";
|
|
76571
76578
|
inherits: false;
|