Files
solo-company-feed/README.md
2026-03-19 20:17:56 +08:00

43 lines
1000 B
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.
# OPC Solo Feed 信息流
OPCOne Person Company一人即是公司信息流项目用于个人/小团队以“信息流平台”的方式发布动态、记录进展与沉淀内容。
## 功能概览
- 信息流首页:搜索、标签筛选
- 内容详情Markdown 渲染、分享链接/二维码、阅读统计
- 后台管理:登录、注册、发布/编辑/删除、统计面板
- 登录有效期24 小时,过期需重新登录
## 技术栈
- Next.js 14App Router
- MongoDB Atlas
- Tailwind CSS
- Markdown
## 本地开发
1. 安装依赖
```bash
npm install
```
2. 配置环境变量:新建 `.env.local`
```
MONGODB_URI=你的Mongo连接串
MONGODB_DB=pushinfo
SESSION_SECRET=用于签名的随机长字符串
NEXT_PUBLIC_SITE_URL=https://你的站点域名
```
3. 启动开发服务器
```bash
npm run dev
```
4. 打开页面并注册账号
- 注册:`/register`
- 登录:`/login`
## 说明
- 后台入口:`/admin`
- 登录后右上角显示当前用户名