9 lines
312 B
JavaScript
9 lines
312 B
JavaScript
|
|
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>
|
|||
|
|
);
|
|||
|
|
}
|