diff --git a/README.md b/README.md index fe5fd3a..0ff70be 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,44 @@ -# NotifyIconStandard -为国内 Android 不规范的 APP 和厂商适配原生通知图标与规范图标修复 +# Android 通知图标规范适配 + +![Eclipse Marketplace](https://img.shields.io/badge/license-AGPL3.0-blue) + +为国内 Android 不规范的 APP 和厂商适配原生通知图标与规范图标修复。 + +# 支持的系统 + +- [MIUI](https://github.com/fankes/MIUINativeNotifyIcon) +- [ColorOS](#) ComingSoon + +# 开始贡献 + +由于国内厂商 APP 的不规范彩色图标影响整体图标的美观,现在开放第三方 APP 以及定制 OS 的通知图标适配。
+欢迎为通知图标优化名单贡献宝贵资源!
+ +- [CONTRIBUTING](https://github.com/fankes/AndroidNotifyIconStandard/blob/master/CONTRIBUTING.md) + +# 通知测试 + +你可以 [点击这里](https://github.com/fankes/AndroidNotifyIconStandard/blob/master/tool/NotifyTester.apk) 下载工具测试通知图标是否符合原生规范。 + +# 许可证 + +- [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.html) + +``` +Copyright (C) 2019-2022 Fankes Studio(qzmmcn@163.com) + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as +published by the Free Software Foundation, either version 3 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Affero General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . +``` + +版权所有 © 2019-2022 Fankes Studio(qzmmcn@163.com)