mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2026-07-25 21:46:08 -04:00
[PR #136] [CLOSED] Feature/nextjs config #173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/webapp-conversation/pull/136
Author: @bendusy
Created: 2/11/2025
Status: ❌ Closed
Base:
main← Head:feature/nextjs-config📝 Commits (4)
1074110feat: Update project structure and add core layout componentsed45b4cchore: Configure Next.js for standalone output and unoptimized images0ad6133feat: Enhance lunar prediction page with comprehensive bazi analysis and user experience improvements94b9551feat: Refactor lunar prediction page with enhanced user experience and detailed analysis📊 Changes
29 files changed (+1839 additions, -90 deletions)
View changed files
📝
.env.example(+8 -6)📝
.gitignore(+33 -0)📝
.vscode/settings.json(+1 -1)📝
Dockerfile(+51 -5)📝
README.md(+243 -52)📝
app/layout.tsx(+41 -2)📝
app/page.tsx(+3 -13)➕
app/prediction/page.tsx(+556 -0)📝
config/index.ts(+2 -2)➕
docker-entrypoint.sh(+24 -0)➕
jest.config.js(+13 -0)➕
middleware.ts(+17 -0)📝
next.config.js(+4 -0)📝
package.json(+15 -5)➕
public/_headers(+5 -0)➕
public/_routes.json(+5 -0)➕
service/bazi.ts(+49 -0)➕
service/logger.ts(+22 -0)➕
service/predict.ts(+202 -0)📝
tailwind.config.js(+97 -2)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.