@8btc/office-assistant-mcp 0.0.17 → 0.0.18
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 +17 -10
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -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;
|
|
@@ -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
|
}
|
|
@@ -76563,9 +76554,25 @@ mjx-container:not([display='true']) svg {
|
|
|
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: SimSun, "宋体", "songti", serif;
|
|
76562
|
+
}
|
|
76563
|
+
.lv2Title.lv2Title {
|
|
76564
|
+
font-family: 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;
|