Skip to content

Commit 006e646

Browse files
committed
🎨 品牌重塑:HumanOS → MindMirror 心镜
## 品牌全面升级 ### 核心品牌更名 - ✅ 项目名称:HumanOS → MindMirror 心镜 - ✅ 官网域名:humanos.dpdns.org → mindmirror.dpdns.org - ✅ 仓库地址:badhope/HumanOS → badhope/MindMirror ### 文件更新范围 | 类别 | 文件数量 | |------|---------| | 📄 核心文档 | README.md 完全重写 | | 📦 配置文件 | package.json / LICENSE | | 📝 更新日志 | CHANGELOG.md 链接更新 | | 🚀 部署脚本 | deploy-linux.sh / deploy-windows.bat | | 🔧 工具脚本 | integrity-check / deploy / auto-index 等 | | 📚 项目文档 | ROADMAP / ARCHITECTURE / SECURITY 等12份文档 | ### 统计数据 - 🔄 全局替换 59 处 HumanOS 引用 - ✅ 构建验证通过 - 🪞 全新品牌定位:专业心理测评与成长平台
1 parent bc99f4f commit 006e646

22 files changed

Lines changed: 202 additions & 184 deletions

ARCHITECTURE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# HumanOS Architecture
1+
# MindMirror Architecture
22

33
**Version:** 2.0.0
44
**Last Updated:** 2024-03-23
@@ -26,7 +26,7 @@
2626

2727
## System Overview
2828

29-
HumanOS is a pure frontend application designed for personality assessment and psychological evaluation. The architecture prioritizes:
29+
MindMirror is a pure frontend application designed for personality assessment and psychological evaluation. The architecture prioritizes:
3030

3131
- **Performance**: Fast initial load and smooth interactions
3232
- **Maintainability**: Clean code structure and TypeScript type safety
@@ -789,3 +789,4 @@ For contribution guidelines, see [CONTRIBUTING.md](./CONTRIBUTING.md).
789789
## License
790790

791791
MIT License - see [LICENSE](./LICENSE)
792+

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
437437

438438
<div align="center">
439439

440-
**[View all releases](https://github.com/badhope/HumanOS/releases)**
440+
**[View all releases](https://github.com/badhope/MindMirror/releases)**
441441

442442
</div>
443+

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 贡献指南 Contributing Guide
22

3-
欢迎参与 HumanOS 项目的开发!
3+
欢迎参与 MindMirror 项目的开发!
44

55
## 如何贡献
66

@@ -59,7 +59,7 @@ src/
5959

6060
# English Version
6161

62-
Welcome to contribute to the HumanOS project!
62+
Welcome to contribute to the MindMirror project!
6363

6464
## How to Contribute
6565

@@ -81,3 +81,4 @@ To add new assessments, please follow the format in `src/data/assessments.ts`.
8181
## License
8282

8383
By contributing, you agree that your contributions will be licensed under CC BY-NC 4.0.
84+

DEPLOYMENT.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🚀 HumanOS 全球多平台一键部署系统
1+
# 🚀 MindMirror 全球多平台一键部署系统
22

33
> ✅ 全程命令行操作,无需点击网页!
44
> ✅ 一次登录,永久自动分发!
@@ -89,7 +89,7 @@ npm run deploy
8989
## 🎬 部署流程演示
9090

9191
```
92-
🚀 HumanOS 多平台自动分发系统
92+
🚀 MindMirror 多平台自动分发系统
9393
==================================================
9494
9595
📋 分发目标: 全部平台
@@ -103,22 +103,22 @@ npm run deploy
103103
▲ ===== 部署到 Vercel =====
104104
⏳ Vercel 部署...
105105
✅ Vercel 部署 完成
106-
🔗 https://humanos.vercel.app
106+
🔗 https://MindMirror.vercel.app
107107
108108
◈ ===== 部署到 Netlify =====
109109
⏳ Netlify 部署...
110110
✅ Netlify 部署 完成
111-
🔗 https://humanos.netlify.app
111+
🔗 https://MindMirror.netlify.app
112112
113113
⚡ ===== 部署到 Cloudflare Pages =====
114114
⏳ Cloudflare Pages 部署...
115115
✅ Cloudflare Pages 部署 完成
116-
🔗 https://humanos.pages.dev
116+
🔗 https://MindMirror.pages.dev
117117
118118
🌊 ===== 部署到 Surge.sh =====
119119
⏳ Surge.sh 部署...
120120
✅ Surge.sh 部署 完成
121-
🔗 https://humanos.surge.sh
121+
🔗 https://MindMirror.surge.sh
122122
123123
==================================================
124124
📊 分发结果汇总
@@ -203,3 +203,4 @@ npm install -g vercel netlify-cli wrangler surge `
203203
```
204204

205205
🎉 **你的网站已经可以被全世界访问了!**
206+

ECOSYSTEM.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🌍 HumanOS 开源生态收录系统
1+
# 🌍 MindMirror 开源生态收录系统
22

33
> 🎯 目标:让全球开发者看到你的项目!
44
@@ -51,11 +51,11 @@ npm publish # 一行命令发布!
5151
```
5252

5353
**发布后自动出现在:**
54-
✅ npmjs.com/package/humanos
55-
✅ jsdelivr.com/package/npm/humanos
56-
✅ unpkg.com/humanos
57-
✅ Libraries.io/npm/humanos
58-
✅ Openbase.com/npm/humanos
54+
✅ npmjs.com/package/MindMirror
55+
✅ jsdelivr.com/package/npm/MindMirror
56+
✅ unpkg.com/MindMirror
57+
✅ Libraries.io/npm/MindMirror
58+
✅ Openbase.com/npm/MindMirror
5959
✅ 全球几十个包管理器自动爬取!
6060

6161
---
@@ -111,3 +111,4 @@ npm publish
111111
```
112112

113113
**做完这两步,全球 50+ 开源平台自动收录!**
114+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ If you want to use this work for commercial purposes or need a different license
3434

3535
---
3636

37-
© 2026 HumanOS Project
37+
© 2026 MindMirror 心镜 Project

PHASE3_ROADMAP.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# =============================================================================
2-
# 🚀 HumanOS 第三阶段开发路线图
2+
# 🚀 MindMirror 第三阶段开发路线图
33
# =============================================================================
44
## 产品目标:从"单次测评工具" → "个人成长平台"
55

@@ -58,3 +58,4 @@
5858

5959
### ✅ STEP 4: 导航入口 (10分钟)
6060
- 右上角头像按钮进入个人中心
61+

QUICK_START.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
### 1️⃣ 克隆项目
1414

1515
```bash
16-
git clone https://github.com/badhope/HumanOS.git
17-
cd HumanOS
16+
git clone https://github.com/badhope/MindMirror.git
17+
cd MindMirror
1818
```
1919

2020
### 2️⃣ 初始化项目
@@ -79,7 +79,7 @@ npm run template:personal
7979
## 📁 项目结构
8080

8181
```
82-
HumanOS/
82+
MindMirror/
8383
├── src/
8484
│ ├── components/ # 组件
8585
│ │ ├── animations/ # 动画组件
@@ -186,7 +186,7 @@ npm run build
186186
## ❓ 遇到问题?
187187

188188
- 📖 查看 [常见问题](./TEMPLATE_GUIDE.md#常见问题)
189-
- 💬 提交 [GitHub Issue](https://github.com/badhope/HumanOS/issues)
189+
- 💬 提交 [GitHub Issue](https://github.com/badhope/MindMirror/issues)
190190
- 📧 发送邮件到 support@example.com
191191

192192
## 📄 许可证
@@ -196,3 +196,4 @@ MIT License - 可自由使用、修改和分发
196196
---
197197

198198
**🎉 开始构建你的心理测评平台吧!**
199+

README-前后端对接说明.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🧠 HumanOS 前后端对接完成
1+
# 🧠 MindMirror 前后端对接完成
22

33
## ✅ 已完成的工作
44

@@ -138,3 +138,4 @@ assessment_sessions - 答题会话追踪
138138
- 🟡 **连接中** - 检测后端状态
139139

140140
点击状态指示器可以手动切换计算引擎!
141+

0 commit comments

Comments
 (0)