{"id":25580312,"url":"https://github.com/ctkqiang/yijing","last_synced_at":"2026-03-30T21:30:16.750Z","repository":{"id":278610717,"uuid":"936194399","full_name":"ctkqiang/YiJing","owner":"ctkqiang","description":"易经卦象系统是一个现代化的周易解卦工具，融合传统易学与现代技术，为求道者提供简便精确的卦象分析。本系统以开源形式呈现，秉承道家\"清净无为\"的理念，提供简洁而深邃的交互体验。","archived":false,"fork":false,"pushed_at":"2025-02-20T17:26:07.000Z","size":2051,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-20T18:32:12.491Z","etag":null,"topics":["china","chinese","cli","cli-app","codeinchinese","cpp","ctkqiang","donation","donations","religion","simple","taoism","yijing"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctkqiang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-20T17:19:19.000Z","updated_at":"2025-02-20T17:25:07.000Z","dependencies_parsed_at":"2025-02-20T18:34:03.402Z","dependency_job_id":"2bf81264-b1bb-4d0e-a7fc-e84d07d93491","html_url":"https://github.com/ctkqiang/YiJing","commit_stats":null,"previous_names":["ctkqiang/yijing"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FYiJing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FYiJing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FYiJing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FYiJing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctkqiang","download_url":"https://codeload.github.com/ctkqiang/YiJing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952637,"owners_count":19723924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["china","chinese","cli","cli-app","codeinchinese","cpp","ctkqiang","donation","donations","religion","simple","taoism","yijing"],"created_at":"2025-02-21T04:15:29.301Z","updated_at":"2026-03-30T21:30:16.705Z","avatar_url":"https://github.com/ctkqiang.png","language":"C++","funding_links":["https://ko-fi.com/F1F5VCZJU","https://www.paypal.com/paypalme/ctkqiang"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/ctkqiang/YiJing/blob/main/assets/logo.png?raw=true\" alt=\"易经卦象系统\" width=\"200\"/\u003e\n  \u003ch1\u003e易经卦象系统\u003c/h1\u003e\n  \u003cp\u003e「天行健，君子以自强不息；地势坤，君子以厚德载物。」\u003c/p\u003e\n\u003c/div\u003e\n\n## 🎋 系统概述\n\n易经卦象系统是一个现代化的周易解卦工具，融合传统易学与现代技术，为求道者提供简便精确的卦象分析。本系统以开源形式呈现，秉承道家\"清净无为\"的理念，提供简洁而深邃的交互体验。\n\n### ✨ 核心特性\n\n- 🔮 完整收录八卦六十四卦\n- 📜 详实的卦辞、爻辞解析\n- 🎯 准确的卦象生成算法\n- 🖥 清晰简约的交互界面\n- 🌈 优雅的控制台显示效果\n\n## 🛠 技术实现\n\n- 编程语言：C++11\n- 编译环境：GCC/Clang\n- 运行平台：跨平台支持 (macOS/Linux/Windows)\n\n## 📦 安装方式\n\n```bash\n# 克隆项目\ngit clone https://github.com/ctkqiang/yijing.git\n\n# 进入项目目录\ncd yijing\n\n# 创建构建目录\nmkdir build \u0026\u0026 cd build\n\n# 编译项目\ng++ -std=c++11 ../main.cpp -o yijing\n````\n\n## 🚀 开始使用\n\n### 下载与运行\n\n1. 在[发布页面](https://github.com/ctkqiang/yijing/releases)下载最新版本的易经卦象系统\n2. 下载完成后解压文件\n3. 打开终端，进入解压后的目录\n4. 运行以下命令：\n\n```bash\nchmod +x 易经\n./易经\n```\n\n### 交互演示\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/ctkqiang/YiJing/blob/main/assets/demo.png?raw=true\" alt=\"易经卦象系统演示\" width=\"600\"/\u003e\n\u003c/div\u003e\n\n## 🎯 功能特点\n\n1. **卦象生成**\n\n   - 科学的随机算法\n   - 完整的卦象展示\n   - 详细的爻辞解析\n\n2. **解卦系统**\n   - 准确的卦象诠释\n   - 深入的义理阐发\n   - 实用的人生指导\n\n## 🌟 项目愿景\n\n本项目致力于将古老的易经智慧以现代化的方式传承和弘扬，期望能够：\n\n- 让更多人了解易经的深邃智慧\n- 为现代人提供简便的问卦方式\n- 传承中华传统文化精髓\n\n## 🤝 参与贡献\n\n欢迎各位道友参与项目建设，共同提升系统品质：\n\n1. Fork 本仓库\n2. 创建特性分支\n3. 提交变更\n4. 发起 Pull Request\n\n## 📜 开源协议\n\n本项目采用 MIT 协议开源，详情请参阅 [LICENSE](LICENSE) 文件。\n\n## ☯️ 致谢\n\n感谢所有为本项目贡献力量的道友，愿我们携手弘扬中华文化，共创美好未来。\n\n---\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e「天地有大美而不言，四时有明法而不议，万物有成理而不说。」\u003c/p\u003e\n  \u003cp\u003e—— 《庄子·知北游》\u003c/p\u003e\n\u003c/div\u003e\n\n---\n## 许可证\n\n本项目采用 **木兰宽松许可证 (Mulan PSL)** 进行许可。  \n有关详细信息，请参阅 [LICENSE](LICENSE) 文件。\n\n[![License: Mulan PSL v2](https://img.shields.io/badge/License-Mulan%20PSL%202-blue.svg)](http://license.coscl.org.cn/MulanPSL2)\n\n## 🌟 开源项目赞助计划\n\n### 用捐赠助力发展\n\n感谢您使用本项目！您的支持是开源持续发展的核心动力。  \n每一份捐赠都将直接用于：  \n✅ 服务器与基础设施维护  \n✅ 新功能开发与版本迭代  \n✅ 文档优化与社区建设\n\n点滴支持皆能汇聚成海，让我们共同打造更强大的开源工具！\n\n---\n\n### 🌐 全球捐赠通道\n\n#### 国内用户\n\n\u003cdiv align=\"center\" style=\"margin: 40px 0\"\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\" width=\"300\"\u003e\n\u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9863.jpg?raw=true\" width=\"200\" /\u003e\n\u003cbr /\u003e\n\u003cstrong\u003e🔵 支付宝\u003c/strong\u003e\n\u003c/td\u003e\n\u003ctd align=\"center\" width=\"300\"\u003e\n\u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true\" width=\"200\" /\u003e\n\u003cbr /\u003e\n\u003cstrong\u003e🟢 微信支付\u003c/strong\u003e\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n#### 国际用户\n\n\u003cdiv align=\"center\" style=\"margin: 40px 0\"\u003e\n  \u003ca href=\"https://qr.alipay.com/fkx19369scgxdrkv8mxso92\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Alipay-全球支付-00A1E9?style=flat-square\u0026logo=alipay\u0026logoColor=white\u0026labelColor=008CD7\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://ko-fi.com/F1F5VCZJU\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Ko--fi-买杯咖啡-FF5E5B?style=flat-square\u0026logo=ko-fi\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://www.paypal.com/paypalme/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PayPal-安全支付-00457C?style=flat-square\u0026logo=paypal\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://donate.stripe.com/00gg2nefu6TK1LqeUY\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Stripe-企业级支付-626CD9?style=flat-square\u0026logo=stripe\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n### 📌 开发者社交图谱\n\n#### 技术交流\n\n\u003cdiv align=\"center\" style=\"margin: 20px 0\"\u003e\n  \u003ca href=\"https://github.com/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/GitHub-开源仓库-181717?style=for-the-badge\u0026logo=github\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://stackoverflow.com/users/10758321/%e9%92%9f%e6%99%ba%e5%bc%ba\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Stack_Overflow-技术问答-F58025?style=for-the-badge\u0026logo=stackoverflow\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://www.linkedin.com/in/ctkqiang/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-职业网络-0A66C2?style=for-the-badge\u0026logo=linkedin\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n#### 社交互动\n\n\u003cdiv align=\"center\" style=\"margin: 20px 0\"\u003e\n  \u003ca href=\"https://www.instagram.com/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Instagram-生活瞬间-E4405F?style=for-the-badge\u0026logo=instagram\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://twitch.tv/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Twitch-技术直播-9146FF?style=for-the-badge\u0026logo=twitch\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9245.JPG?raw=true\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/微信公众号-钟智强-07C160?style=for-the-badge\u0026logo=wechat\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n🙌 感谢您成为开源社区的重要一员！  \n💬 捐赠后欢迎通过社交平台与我联系，您的名字将出现在项目致谢列表！\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fyijing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctkqiang%2Fyijing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fyijing/lists"}