zcloud_gbs_iotalarm-react/src/pages/index.js

9 lines
312 B
JavaScript
Raw Normal View History

2026-03-31 18:04:52 +08:00
export default function () {
return (
<h1>
底座微应用模板技术文档
<a rel="noreferrer noopener" target="_blank" href="https://www.yuque.com/buhangjiecheshen-ymbtb/qc0093/gxdun1dphetcurko">https://www.yuque.com/buhangjiecheshen-ymbtb/qc0093/gxdun1dphetcurko</a>
</h1>
);
}