sdk
parent
b6ae8464d2
commit
263507e6db
|
|
@ -32,7 +32,6 @@
|
||||||
"dayjs": "^1.11.7",
|
"dayjs": "^1.11.7",
|
||||||
"echarts": "^6.1.0",
|
"echarts": "^6.1.0",
|
||||||
"lodash-es": "^4.17.21",
|
"lodash-es": "^4.17.21",
|
||||||
|
|
||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"zy-react-library": "^1.2.3"
|
"zy-react-library": "^1.2.3"
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@ export default function App() {
|
||||||
// 必填项
|
// 必填项
|
||||||
officeType: WebOfficeSDK.OfficeType.Writer,
|
officeType: WebOfficeSDK.OfficeType.Writer,
|
||||||
appId: "SX20260717TSGKEA",
|
appId: "SX20260717TSGKEA",
|
||||||
|
mount: document.getElementById("app-sbsb"),
|
||||||
fileId: "EOCVQPCDCCE4ZJ2X6MTF",
|
fileId: "EOCVQPCDCCE4ZJ2X6MTF",
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -17,5 +18,10 @@ export default function App() {
|
||||||
};
|
};
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return <div style={{ height: "100vh", display: "flex" }}></div>;
|
return <div style={{ height: "100vh", display: "flex" }}>
|
||||||
|
<div id="app-sbsb" style={{ height: "100%" }}></div>
|
||||||
|
{/* <div style={{ width: "200px" }}>
|
||||||
|
123
|
||||||
|
</div> */}
|
||||||
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue