增加开发中提示

This commit is contained in:
Linus Torvalds
2026-02-27 00:22:34 +08:00
parent c59bc967ff
commit 25a4d5940c

View File

@@ -2,4 +2,10 @@
import type { PageProps } from './$types'; import type { PageProps } from './$types';
let { data }: PageProps = $props(); let { data }: PageProps = $props();
</script> </script>
<h1>我的排班</h1>
<br/>
<hr/>
<br/>
<p>正在开发中</p>