Files

53 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 第18章 · 网站总览
> 返回 [总目录](../README.md)
---
## 18.1 定位
卡若AI 网站是卡若AI 的**对外展示入口与管理控制台**。官网负责展示与说明,控制台负责技能管理、流程编排、网关配置等。
**与主仓库的关系**:官网是门面与说明书,主仓库(`/Users/karuo/Documents/个人/卡若AI/`)是大脑与执行环境。
## 18.2 技术栈
| 层 | 技术 |
|:---|:---|
| 框架 | Next.js 14App Router |
| 前端 | React 18、Tailwind CSS、Lucide Icons |
| 数据 | SQLite当前/ MongoDB扩展 |
| 构建 | `output: standalone`Docker 容器化 |
## 18.3 访问地址
| 环境 | 地址 |
|:---|:---|
| 内网 | `http://192.168.1.201:3102` |
| 外网 | `http://open.quwanzhi.com:3102` |
| API 网关 | `https://kr-ai.quwanzhi.com` |
## 18.4 架构分层
```
用户(浏览器)
官网前端marketing pages+ 控制台前端console
Next.js API Routes
SQLite / MongoDB
主仓库(技能同步)+ 外网网关(可选)
```
## 18.5 项目路径
- **代码**`/Users/karuo/Documents/开发/3、自营项目/卡若ai网站/`
- **开发文档**`开发文档/`110 目录体系)
- **部署**Docker → NAS → frp 外网
---
> 下一章:[第19章 · 官网与控制台](19_官网与控制台.md)