safety-eval-service-frontend/src/pages/index.js

11 lines
314 B
JavaScript
Raw Normal View History

2026-06-22 13:48:12 +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>
);
}