feat: 完善稳定性并重构潜影盒安全机制

This commit is contained in:
2026-08-02 03:36:19 +08:00
parent d9b1312e0c
commit 92ef7f6030
35 changed files with 1167 additions and 229 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ plugins {
}
group = 'cn.infstar'
version = '1.4.0'
version = providers.gradleProperty('pluginVersion').orElse('1.4.0').get()
repositories {
mavenCentral()