Update CONTRIBUTING.md

This commit is contained in:
Fankesyooni
2022-02-27 00:09:31 +08:00
committed by GitHub
parent d87f7aee9b
commit 9e3ec63f02

View File

@@ -15,8 +15,8 @@
- 在下方的 JSON 文件中添加新的 APP 通知图标适配条目
- APP 对应了每个定制系统共同使用的图标OS 中的图标只会分发到指定的定制系统生效
- [进入 APP 适配文件](https://github.com/fankes/AndroidNotifyIconStandard/master/APP/NotifyIconsSupportConfig.json)
- [进入 OS 适配目录](https://github.com/fankes/AndroidNotifyIconStandard/master/OS)
- [进入 APP 适配文件](https://github.com/fankes/AndroidNotifyIconStandard/blob/main/APP/NotifyIconsSupportConfig.json)
- [进入 OS 适配目录](https://github.com/fankes/AndroidNotifyIconStandard/blob/main/OS)
- 使用灰度位图转 Base64 来得到 Base64 的位图数据字符串
- [BitmapToBase64](https://github.com/fankes/BitmapToBase64)
- 新增条目的模板如下所示
@@ -38,6 +38,6 @@
## 同步列表地址
- APP [点击查看 Raw](https://raw.githubusercontent.com/fankes/AndroidNotifyIconStandard/master/APP/NotifyIconsSupportConfig.json)
- MIUI [点击查看 Raw](https://raw.githubusercontent.com/fankes/AndroidNotifyIconStandard/master/OS/MIUI/NotifyIconsSupportConfig.json)
- ColorOS [点击查看 Raw](https://raw.githubusercontent.com/fankes/AndroidNotifyIconStandard/master/OS/ColorOS/NotifyIconsSupportConfig.json)
- APP [点击查看 Raw](https://raw.githubusercontent.com/fankes/AndroidNotifyIconStandard/main/APP/NotifyIconsSupportConfig.json)
- MIUI [点击查看 Raw](https://raw.githubusercontent.com/fankes/AndroidNotifyIconStandard/main/OS/MIUI/NotifyIconsSupportConfig.json)
- ColorOS [点击查看 Raw](https://raw.githubusercontent.com/fankes/AndroidNotifyIconStandard/main/OS/ColorOS/NotifyIconsSupportConfig.json)