Update CONTRIBUTING.md

This commit is contained in:
Fankesyooni
2022-02-27 00:17:23 +08:00
committed by GitHub
parent 1577121cdd
commit c9ec21f1c6

View File

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