Skip to content

Commit

Permalink
fix mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
lvxuan149 committed Nov 3, 2024
1 parent 0bd2323 commit e3cdf15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ module.exports = {
},
],
}],
'vuepress-plugin-mermaidjs'
],
// 确保引入样式文件
styles: [
Expand Down
2 changes: 1 addition & 1 deletion docs/Post/solarearnbackend.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ npm run dev
- **Prisma**:作为 ORM 与数据库交互,处理数据模型和 CRUD 操作。
- **Next.js API**:在 `src/pages/api` 定义 API 路由,处理来自客户端的请求,并使用 Prisma 客户端完成数据操作。

### 8. 总结
## 4. 总结

使用 MySQL、Prisma 和 Next.js 构建的后端架构具有多种优势,适合快速开发和高效运作的应用程序。

Expand Down

0 comments on commit e3cdf15

Please sign in to comment.