{"id":20315035,"url":"https://github.com/normal-coder/gitee-blog-applets","last_synced_at":"2026-04-22T05:34:09.444Z","repository":{"id":94142004,"uuid":"138943512","full_name":"normal-coder/Gitee-Blog-Applets","owner":"normal-coder","description":"码云博客第三方小程序","archived":false,"fork":false,"pushed_at":"2018-10-30T03:46:41.000Z","size":4861,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T08:45:56.943Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/normal-coder.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":"2018-06-27T23:32:30.000Z","updated_at":"2021-03-01T10:53:24.000Z","dependencies_parsed_at":"2023-04-28T01:33:01.200Z","dependency_job_id":null,"html_url":"https://github.com/normal-coder/Gitee-Blog-Applets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/normal-coder/Gitee-Blog-Applets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-coder%2FGitee-Blog-Applets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-coder%2FGitee-Blog-Applets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-coder%2FGitee-Blog-Applets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-coder%2FGitee-Blog-Applets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/normal-coder","download_url":"https://codeload.github.com/normal-coder/Gitee-Blog-Applets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normal-coder%2FGitee-Blog-Applets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32122757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-14T18:17:43.103Z","updated_at":"2026-04-22T05:34:09.427Z","avatar_url":"https://github.com/normal-coder.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"./screenshots/applet_code.jpg\" alt=\"小程序码\" width=\"250\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  码云博客 第三方小程序\n\u003c/p\u003e\n\n\n\n## 概述\n[码云博客小程序] 是 [码云博客] 的小程序版本实现。\n\n小程序后端是基于 [Wext-server-thinkphp3.2] 实现的数据爬虫，使用 [ThinkPHP3.2] 框架开发。[Wext-server-thinkphp3.2] 是集成小程序账号体系的快速开发Demo。\n\n小程序前端使用ES6+小程序原生语法，基于 [ZanUI WeApp] 和 [Wext] 开发的小程序应用。[ZanUI WeApp] 是有赞移动 Web UI 规范 ZanUI 的小程序现实版本。[Wext] 是针对小程序API和部分JS功能实现封装的小程序组件。\n\n\n## 截图预览\n\n\u003cp align=\"left\"\u003e\n    \u003cimg src=\"./screenshots/index-01.png\" alt=\"\" width=\"300\"\u003e\n    \u003cimg src=\"./screenshots/index-02.png\" alt=\"\" width=\"300\"\u003e\n    \u003cimg src=\"./screenshots/detail.png\" alt=\"\" width=\"300\"\u003e\n    \u003cimg src=\"./screenshots/about.png\" alt=\"\" width=\"300\"\u003e\n\u003c/p\u003e\n\n## 下载\n``` bash\ngit clone https://gitee.com/normalcoder/Gitee-Blog-Applets.git\n```\n\n## 目录结构\n```\n│   client  小程序端代码\n│   server  服务端代码\n│   screenshots  效果截图\n```\n\n## 使用\n- 小程序账号申请、小程序后台配置和使用语法请自行查阅 [小程序简易教程]、[小程序框架介绍]\n- 注册申请小程序，从小程序账号后台获得小程序的 **appid** 和 **appsecret**，同时配置业务域名和请求域名。\n- 通过 `server\\database\\` 下的SQL文件导入数据库到MySQL\n- 通过 `server\\application\\Common\\Conf\\db.php` 配置修改数据库连接\n- 通过 `server\\application\\Common\\Conf\\miniapp.php` 配置修改小程序 **appid** 和 **appsecret**\n- 修改小程序项目配置文件 `client\\project.config.json` 中的 **appid** 为开发者自己的小程序appid\n- 通过「微信开发者工具」将 `client` 目录导入为小程序项目即可\n\n## 相关项目/参考网址\n[码云博客]、[Wext]、[Wext-server-thinkphp3.2]、[ZanUI WeApp]、[小程序简易教程]、[小程序框架介绍]\n\n\n[码云博客]: https://blog.gitee.com/\n[码云博客小程序]: https://gitee.com/normalcoder/Gitee-Blog-Applets\n[Wext]: https://gitee.com/wext/wext\n[Wext-server-thinkphp3.2]: https://gitee.com/wext/wext-server-thinkphp3.2\n[ThinkPHP3.2]: http://thinkphp.cn\n[ZanUI WeApp]: https://github.com/youzan/zanui-weapp\n[小程序简易教程]: https://mp.weixin.qq.com/debug/wxadoc/dev/\n[小程序框架介绍]: https://mp.weixin.qq.com/debug/wxadoc/dev/framework/MINA.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormal-coder%2Fgitee-blog-applets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormal-coder%2Fgitee-blog-applets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormal-coder%2Fgitee-blog-applets/lists"}