@8btc/office-assistant-mcp 0.0.24 → 0.0.25
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 +2 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -76565,6 +76565,7 @@ mjx-container:not([display='true']) svg {
|
|
|
76565
76565
|
.lv2Title.lv2Title {
|
|
76566
76566
|
font-family: "Noto Serif SC", SimSun, "宋体", "songti", serif;
|
|
76567
76567
|
color: #0A0A0A;
|
|
76568
|
+
font-weight: 700;
|
|
76568
76569
|
}
|
|
76569
76570
|
.markdown-body > *:last-child {
|
|
76570
76571
|
margin-bottom: 0 !important;
|
|
@@ -76775,7 +76776,7 @@ const renderFullHtml = (segment) => {
|
|
|
76775
76776
|
</html>
|
|
76776
76777
|
`;
|
|
76777
76778
|
};
|
|
76778
|
-
const getQrcodeUrl = () => process$1.env.QRCODE_URL || "https://
|
|
76779
|
+
const getQrcodeUrl = () => process$1.env.QRCODE_URL || "https://www.wujieai.com/";
|
|
76779
76780
|
async function generateBasePdf(data) {
|
|
76780
76781
|
return [
|
|
76781
76782
|
{
|