Skip to content

Commit d5d98aa

Browse files
committed
feat: 添加 Skills 和 Prompts 展示页面
1 parent 9d2464c commit d5d98aa

File tree

7 files changed

+2197
-6
lines changed

7 files changed

+2197
-6
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ dist/
77
build/
88
.eggs/
99
*.egg
10+
11+
# Website dependencies
12+
website/node_modules/
13+
14+
# Next.js build output
15+
website/.next/

website/next-env.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
4+
// NOTE: This file should not be edited
5+
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)