blog icon indicating copy to clipboard operation
blog copied to clipboard

腾讯·CloudBase团队博客

Results 14 blog issues
Sort by recently updated
recently updated
newest added

在文章来源上,通过webhook(POST到云函数)与github仓库(可以是hexo或jekyll源码)同步,或者说其实与博客构建方式无关,只关注markdown,化繁为简,回归写博文的初衷。在云函数中可以通过markdown解析库来构建。 下列小程序通过[markdown-it-latex2img](https://github.com/MakerGYT/markdown-it-latex2img)从而支持了小程序端latex/mathjax语法的渲染。 ![微信搜索小程序源创智造](https://imgkr.cn-bj.ufileos.com/3cc9ee96-a315-43e0-b9b7-d8a760319ddd.png) ![预览](https://imgkr.cn-bj.ufileos.com/25ec7042-73f7-4c76-8389-d733a609735c.gif)

CI/CD如何做呢?

1、100字的简介 2、实现思路/架构图/流程图 3、源码链接

**1. 作品简介** 本小程序是针对心源性疾病的趣味科普小程序,通过答题以及趣味游戏的方式向用户宣传心源性疾病相关知识、心肺复苏术以及AED除颤仪的使用方法,也可以在小程序中查阅急救手册,寻找附近的AED设备。 **2.实现思路/架构图/流程图** 1)答题界面实现思路 ![image](https://user-images.githubusercontent.com/42129194/70227461-940e1580-178d-11ea-822d-ac53b2a6b6d0.png) 2)生成证件页面实现思路 ![image](https://user-images.githubusercontent.com/42129194/70227509-abe59980-178d-11ea-83a5-392642f1f8ea.png) 3)游戏教程页面实现思路 ![image](https://user-images.githubusercontent.com/42129194/70227531-b7d15b80-178d-11ea-8184-791b8a3ef150.png) 4)AED地图实现思路 ![image](https://user-images.githubusercontent.com/42129194/70227554-c1f35a00-178d-11ea-8ad1-8f2c49fcc4f9.png) 5)急救手册页面实现思路 ![image](https://user-images.githubusercontent.com/42129194/70227581-cddf1c00-178d-11ea-913e-7a96bb5ac438.png) 6)用户流程图 ![image](https://user-images.githubusercontent.com/42129194/70227601-d59ec080-178d-11ea-893a-caae391c8c4b.png) 7)架构图 ![image](https://user-images.githubusercontent.com/42129194/70227612-dafc0b00-178d-11ea-9f48-c78fca47c398.png) **3. 作品源码链接** https://github.com/Xiaoheihui/AED

文档里有这个错误:指定返回条数和便宜量 应该是偏移量

@lidongyx **问题1:** 请检查 `/docs/开发者活动/` 下的文档,不要直接从工具上复制HTML源码。请使用标准的markdown格式。 例如 `点击事件.md` 这篇文档,下面的代码根本无法被识别高亮。 ```html navigateBack() { wx.navigateBack({ delta: 1 }) }, ``` **问题2:** FrontMatter请按照规范

bug

https://tencentcloudbase.github.io/log/ Cloudbase团队博客,这里有文档和教程,也有大神分享,还有我们的故事

Gitalk
24506452ab2322791d5f6c634c7f9f69

1.项目的GitHub地址 2.参与队员名字与GitHub 3.100字以内的介绍 4.大致思路&&架构图&&流程图

https://tencentcloudbase.github.io/together/ Cloudbase团队博客,这里有文档和教程,也有大神分享,还有我们的故事

Gitalk
3dfac34bb067751cde78cb00b95c7918

1.100字简介 2.实现思路/架构图/流程图 3.项目效果图例 4.源码链接