mirror of
https://github.com/HighCapable/Gropify.git
synced 2025-12-10 15:24:07 +08:00
69 lines
3.3 KiB
Markdown
69 lines
3.3 KiB
Markdown
# Gropify
|
|
|
|
[](https://github.com/HighCapable/Gropify/blob/main/LICENSE)
|
|
[](https://t.me/HighCapable_Dev)
|
|
[](https://qm.qq.com/cgi-bin/qm/qr?k=Pnsc5RY6N2mBKFjOLPiYldbAbprAU3V7&jump_from=webapi&authKey=X5EsOVzLXt1dRunge8ryTxDRrh9/IiW1Pua75eDLh9RE3KXE+bwXIYF5cWri/9lf)
|
|
|
|
<img src="img-src/icon.svg" width = "100" height = "100" alt="LOGO"/>
|
|
|
|
一个类型安全且现代化的 Gradle 属性插件。
|
|
|
|
[English](README.md) | 简体中文
|
|
|
|
| <img src="https://github.com/HighCapable/.github/blob/main/img-src/logo.jpg?raw=true" width = "30" height = "30" alt="LOGO"/> | [HighCapable](https://github.com/HighCapable) |
|
|
|-------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|
|
|
|
|
这个项目属于上述组织,**点击上方链接关注这个组织**,发现更多好项目。
|
|
|
|
## 这是什么
|
|
|
|
这是一个为 Gradle 构建脚本设计的插件,旨在将类似 `gradle.properties` 文件中的属性以类型安全的方式引入到构建脚本中,从而避免硬编码字符串可能带来的问题。
|
|
|
|
项目图标由 [MaiTungTM](https://github.com/Lagrio) 设计,名称取自 **G**radleP**ropify**,意为针对 Gradle 属性的插件。
|
|
|
|
它是基于 [SweetProperty](https://github.com/HighCapable/SweetProperty) 重构的全新项目,借鉴了以往的设计方案,使得其在原有基础上更加完善和易用。
|
|
|
|
`Gropify` 的配置方案与 `SweetProperty` 类似,如果你正在使用 `SweetProperty`,你可以考虑将其迁移到 `Gropify`。
|
|
|
|
## 开始使用
|
|
|
|
[点击这里](https://highcapable.github.io/Gropify/zh-cn) 前往文档页面查看更多详细教程和内容。
|
|
|
|
## 项目推广
|
|
|
|
<!--suppress HtmlDeprecatedAttribute -->
|
|
<div align="center">
|
|
<h2>嘿,还请君留步!👋</h2>
|
|
<h3>这里有 Android 开发工具、UI 设计、Gradle 插件、Xposed 模块和实用软件等相关项目。</h3>
|
|
<h3>如果下方的项目能为你提供帮助,不妨为我点个 star 吧!</h3>
|
|
<h3>所有项目免费、开源,遵循对应开源许可协议。</h3>
|
|
<h1><a href="https://github.com/fankes/fankes/blob/main/project-promote/README-zh-CN.md">→ 查看更多关于我的项目,请点击这里 ←</a></h1>
|
|
</div>
|
|
|
|
## Star History
|
|
|
|

|
|
|
|
## 许可证
|
|
|
|
- [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
|
|
|
```
|
|
Apache License Version 2.0
|
|
|
|
Copyright (C) 2019 HighCapable
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
https://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
```
|
|
|
|
版权所有 © 2019 HighCapable |