Skip to content

Commit

Permalink
5.2 预览版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Dituon committed Dec 15, 2022
1 parent 93eaa64 commit 4304f69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: "java"


group = 'xmmt.dituon'
version = '5.1'
version = '5.2'

repositories {
maven { url 'https://maven.aliyun.com/repository/public' }
Expand Down
2 changes: 2 additions & 0 deletions config/xmmt.dituon.petpet/PetPet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ autoUpdate: true
repositoryUrl: 'https://raw.githubusercontent.com/Dituon/petpet/main'
# 是否启用开发模式 (支持热重载)
devMode: false
# 是否启用消息注入 (详见文档)
messageHook: false
# 触发图片生成后的用户冷却时长, 填入-1则禁用, 单位为秒
coolDown: 10
# 触发图片生成后的群聊冷却时长
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/moe/dituon/petpet/share/BasePetService.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


public class BasePetService {
public static final float VERSION = 5.1F;
public static final float VERSION = 5.2F;
public static final String FONTS_FOLDER = "fonts";
protected boolean antialias = true;
protected byte quality = 10;
Expand Down

0 comments on commit 4304f69

Please sign in to comment.