mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-29 02:07:38 +08:00
Update code block language to groovy in docs
Changed code block language from 'gradle' to 'groovy' in plugin API changelog documentation for better syntax highlighting and clarity.
This commit is contained in:
@@ -11,7 +11,7 @@ description: 记录每一个版本的插件 API 变更记录,方便开发者
|
||||
|
||||
因此,建议插件开发者尽快升级 Halo 依赖,`build.gradle` 修改示例如下:
|
||||
|
||||
```gradle
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation platform('run.halo.tools.platform:plugin:2.22.5')
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ description: 记录每一个版本的插件 API 变更记录,方便开发者
|
||||
|
||||
因此,建议插件开发者尽快升级 Halo 依赖,`build.gradle` 修改示例如下:
|
||||
|
||||
```gradle
|
||||
```groovy
|
||||
dependencies {
|
||||
implementation platform('run.halo.tools.platform:plugin:2.22.5')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user