9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
---
|
|
import VDFtester from "@components/VDFtester.svelte";
|
|
import Layout from "@layouts/Layout.astro";
|
|
---
|
|
|
|
<Layout title="VDF 基准测试">
|
|
<VDFtester client:load />
|
|
</Layout>
|