Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
基本信息
微信: 18627132748
FreeBe身份: freebe共识者
邮箱: 316207488@qq.com
任务 Issues
#1 移动组件任务
#2 钱包登录
实现描述
完成了两个主要功能:
技术栈:
实现思路:
移动组件实现:
钱包登录实现:
运行指南
安装依赖:
npm install
数据库配置:
设置.env文件:DATABASE_URL="mysql://用户名:密码@localhost:3306/adventure_island"
NextAuth配置
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="生成一个随机密钥"
初始化数据库:
npm run prisma:generate
运行
npm run dev
功能截图