{"id":24583590,"url":"https://github.com/programming-with-love/ld","last_synced_at":"2025-09-03T10:32:42.115Z","repository":{"id":99619180,"uuid":"311334576","full_name":"Programming-With-Love/ld","owner":"Programming-With-Love","description":"链滴，黑客派，小程序","archived":false,"fork":false,"pushed_at":"2025-02-23T17:47:23.000Z","size":4166,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T11:15:28.788Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/Programming-With-Love.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,"zenodo":null}},"created_at":"2020-11-09T12:40:45.000Z","updated_at":"2025-02-23T17:47:26.000Z","dependencies_parsed_at":"2025-06-03T02:02:49.820Z","dependency_job_id":null,"html_url":"https://github.com/Programming-With-Love/ld","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Programming-With-Love/ld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-With-Love%2Fld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-With-Love%2Fld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-With-Love%2Fld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-With-Love%2Fld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Programming-With-Love","download_url":"https://codeload.github.com/Programming-With-Love/ld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Programming-With-Love%2Fld/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273430423,"owners_count":25104479,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":"2025-01-24T04:47:34.319Z","updated_at":"2025-09-03T10:32:42.087Z","avatar_url":"https://github.com/Programming-With-Love.png","language":"HTML","readme":"# 链滴微信小程序\n\u003e 由于没有备案，现在应该用不了；链滴的 api 可能有变动。\n![img](./design/扫码_搜索联合传播样式-标准色版.png)\n\n#### 版本\n\n- 0.0.1\n  - 第一次提交\n- 0.0.2\n  - 支持两部验证登录\n  - 增加尾巴定制\n  - 优化消息通知获取业务逻辑\n  - 修复标签显示问题\n  - 增加新主题一套\n\n#### 介绍\n黑科派，链滴小程序\n \n  ![img](./design/ld1.png)![img](./design/ld2.png)![img](./design/ld3.png)![img](./design/ld4.png)![img](./design/ld5.png)![img](./design/ld6.png)![img](./design/ld7.png)![img](./design/ld8.png)![img](./design/ld9.jpg)![img](./design/ld10.jpg)![img](./design/ld11.jpg)![img](./design/ld12.jpg)\n\n#### 技术栈\n\n`Taro` `React` `Taro-UI` `Node.js`\n\n#### 结构\n\n比较关键位置文件说明，关于微信小程序的文件结构这里不再说明\n\n```\nsrc\n├── app.config.ts\n├── app.scss\n├── app.tsx\n├── assets\n│   └── fonts\n│       ├── icomoon.ttf\n│       └── icon.scss\n├── components  // 组件\n│   └── parser // html 解析\n├── index.html\n├── net\n│   ├── config.ts\n│   └── index.ts\n├── pages\n│   ├── article\n│   ├── comments\n│   ├── domain\n│   ├── index  // 首页\n│   ├── index.tsx\n│   ├── me\n│   ├── meDetail\n│   ├── notifications\n│   ├── style.scss\n│   ├── tagDetail\n│   └── theme.json\n├── test.js\n└── tools // 工具封装\n```\n\n#### 运行\n\n在 ld246 目录下\n\n1.  `yarn global add @tarojs/cli`\n2.  `yarn install`\n3.  `yarn dev:weapp`\n\n注意：需要自己去搭建小程序开发环境，有用到云函数。\n\n#### 正式包编译\n\n`yarn build:weapp`\n\n\u003e 可以使用 npm 不过本人并没试过，理论上讲没问题\n\n#### 主要功能实现\n\n- [x] 登录/验证码\n- [x] 回帖\n- [x] 个人信息\n- [x] 首页\n- [x] 标签详情页\n- [x] 帖子详情页\n- [x] 评论页\n- [x] 领域列表页\n- [x] 消息中心/提醒\n- [x] 主题，暗色皮肤/皮肤切换/跟随微信自动切换\n- [x] 设置页面\n- [x] 字体大小切换\n- [x] 自动签到\n\n#### About\n\n第一次尝试用 ts 写的。本人并不是一个专业的 H5 开发，从事 iOS 开发（虽然现在被公司压迫的做 H5 开发），如有迷惑代码行为请多多鞭策😏。\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramming-with-love%2Fld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramming-with-love%2Fld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramming-with-love%2Fld/lists"}