From eeaa0bcc38255957b5b3961873b6fceeea414fcf Mon Sep 17 00:00:00 2001 From: lish Date: Wed, 12 May 2021 19:29:51 +0800 Subject: [PATCH] add free rate for chapters Signed-off-by: lish --- index.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.json b/index.json index 4bccaa3..c0807c8 100644 --- a/index.json +++ b/index.json @@ -17,6 +17,7 @@ "sub_title": "文/周俊杰", "icon_image": "https://images.gitbook.cn/FhXlVyrlnaV15FWN-evtoWLvxAZD", "index": "6", + "free_rate": "100", "description": "Android 视频相关的开发,大概一直是整个 Android 生态、以及 Android API 中,最为分裂以及兼容性问题最为突出的一部分,本文从视频编码器的选择和如何对摄像头输出的 YUV 帧进行快速预处理两方面,从实践角度解析笔者曾趟过 Android 视频编码的那些坑,希望对广大读者有所助益。", "chapter_page_url": "https://codechina.gitcode.host/programmer/10-years-of-mobile-dev/6-58-ios-search.html" }, @@ -26,6 +27,7 @@ "sub_title": "", "icon_image": "https://images.gitbook.cn/FhXlVyrlnaV15FWN-evtoWLvxAZD", "index": "7", + "free_rate": "20", "description": "", "chapter_page_url": "https://codechina.gitcode.host/programmer/10-years-of-mobile-dev/7-wechat-develop-cache-2.html" }, @@ -34,6 +36,7 @@ "title": "稳定性与内存优化――小型团队的 Android 应用质量保障之道", "sub_title": "文/何红辉", "index": "8", + "free_rate": "0", "description": "对于小型创业公司来说,没有 BAT 等大厂里的测试平台、方案研究员,QA 资源相对有限,如果将一切发现问题的重担都交给测试部门,不但耗费的测试周期长,而且有一些问题将难以发现。本文作者基于此分享了他们是如何保证应用的稳定性、避免内存泄漏的,希望能够帮助大家在开发过程中少走弯路。", "chapter_page_url": "https://codechina.gitcode.host/programmer/10-years-of-mobile-dev/8-small-team-and-andriod.html" } -- GitLab