初始版本

This commit is contained in:
2026-04-23 17:14:29 +08:00
parent 0d0683a6e6
commit 6dca87b988
204 changed files with 3894 additions and 52759 deletions

View File

@@ -0,0 +1,44 @@
# 2026-04-23 工作日志
## 项目框架整理
### 决策咨询网 (jczxw-pc)
从 websopy 模板复制过来的项目,完成框架整理:
**删除内容:**
- developer 相关(开发者中心、小程序/App开发平台
- console 相关(企业控制台)
- 无关页面ai-agent、miniapp、openclaw、apps、products、shop、deploy、flow、platform、create-app、qr-confirm、wx-scan、oa
- market 和 invite 模块
- public 中无关资源docs、icons、videos、wx-scan
- 无关 APIdeveloper、miniprogram、payment、ticket、shop
**保留内容:**
- admin 管理后台(重新规划功能)
- 核心框架和基础组件
**新建内容:**
1. 导航配置更新 (`app/config/nav.ts`):政策要闻、决策咨询、决策参考、专家资讯、智库观察、建言献策、会员服务、翰墨文谈、关于我们
2. SiteHeader 简化:移除开发者相关菜单,更新 Logo
3. Admin 管理后台:
- `admin/index.vue`:仪表盘(文章统计、专家待审、会员待审、建言待处理)
- `admin/articles/`:文章管理
- `admin/experts/`:专家管理(含审核)
- `admin/members/`:会员管理(企业/个人,含审核)
- `admin/suggestions/`:建言管理
4. 前台栏目页面:
- `news/`:政策要闻
- `consultation/`:决策咨询
- `reference/`决策参考含VIP数据服务
- `expert/`:专家资讯 + apply.vue 申请
- `think-tank/`:智库观察
- `suggestions/`:建言献策
- `membership/`:会员服务
- `hanmo/`:翰墨文谈
- `about/`:关于我们 + join/ 子页面(企业会员、个人会员申请)
**配置文件更新:**
- nuxt.config.ts移除 market SSR 规则,更新 titleTemplate

View File