This commit is contained in:
liuhanhua
2025-10-28 14:38:16 +08:00
parent 143327de89
commit 6cdc748f9e
20 changed files with 7525 additions and 29 deletions

9
config/config.js Normal file
View File

@@ -0,0 +1,9 @@
import { defineConfig } from "umi";
export default defineConfig({
routes: [
{ path: "/", component: "index" },
{ path: "/docs", component: "docs" },
],
npmClient: 'yarn',
});