mirror of
https://github.com/HighCapable/Gropify.git
synced 2025-12-11 15:53:54 +08:00
docs: update quick-start
This commit is contained in:
@@ -74,8 +74,19 @@ If you don't want to use Kotlin DSL entirely, you can also migrate only `setting
|
|||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
gropify {
|
gropify {
|
||||||
// Enable Gropify, setting it to `false` will disable all features
|
// Enable Gropify, setting it to `false` will disable all features.
|
||||||
isEnabled = true
|
isEnabled = true
|
||||||
|
|
||||||
|
// Whether to enable debug mode.
|
||||||
|
//
|
||||||
|
// You can help us identify the problem by enabling this option
|
||||||
|
// to print more debugging information in the logs.
|
||||||
|
//
|
||||||
|
// - Note: THIS IS ONLY FOR DEBUGGING!
|
||||||
|
// The debug log will contain your local environment,
|
||||||
|
// which may contain sensitive information.
|
||||||
|
// Please be sure to protect this information.
|
||||||
|
debugMode = false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -76,6 +76,14 @@ plugins {
|
|||||||
gropify {
|
gropify {
|
||||||
// 启用 Gropify,设置为 `false` 将禁用所有功能
|
// 启用 Gropify,设置为 `false` 将禁用所有功能
|
||||||
isEnabled = true
|
isEnabled = true
|
||||||
|
|
||||||
|
// 是否启用调试模式
|
||||||
|
//
|
||||||
|
// 你可以通过启用此选项在日志中打印更多调试信息帮助我们定位问题
|
||||||
|
//
|
||||||
|
// - 注意: 此功能仅用于调试!
|
||||||
|
// 调试日志将包含你的本地环境,其中可能包含敏感信息,请务必保护好这些信息
|
||||||
|
debugMode = false
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user