feat: init
Showing
.editorconfig
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.vscode/launch.json
0 → 100644
.vscode/settings.json
0 → 100644
README.md
0 → 100644
app/api/messages/route.ts
0 → 100644
app/api/parameters/route.ts
0 → 100644
app/api/sdk.js
0 → 100644
app/api/site/route.ts
0 → 100644
app/api/utils/common.ts
0 → 100644
app/api/utils/stream.ts
0 → 100644
2.13 KB
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
app/components/header.tsx
0 → 100644
app/components/index.tsx
0 → 100644
This diff is collapsed.
This diff is collapsed.
app/layout.tsx
0 → 100644
app/page.tsx
0 → 100644
app/styles/globals.css
0 → 100644
app/styles/markdown.scss
0 → 100644
This diff is collapsed.
config/index.ts
0 → 100644
hooks/use-breakpoints.ts
0 → 100644
hooks/use-conversation.ts
0 → 100644
i18n/client.ts
0 → 100644
i18n/i18next-config.ts
0 → 100644
i18n/index.ts
0 → 100644
i18n/lang/app.en.ts
0 → 100644
i18n/lang/app.zh.ts
0 → 100644
i18n/lang/common.en.ts
0 → 100644
i18n/lang/common.zh.ts
0 → 100644
i18n/server.ts
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
15 KB
service/base.ts
0 → 100644
service/index.ts
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.json
0 → 100644
types/app.ts
0 → 100644
typography.js
0 → 100644
This diff is collapsed.
utils/prompt.ts
0 → 100644
utils/string.ts
0 → 100644