adapt: adapt gmlib 1.0.0-rc.2 and levilamina 1.1.0

This commit is contained in:
zimuya4153
2025-03-22 00:10:55 +08:00
Unverified
parent b34c84f157
commit accf1d0664
15 changed files with 883 additions and 621 deletions
+3 -3
View File
@@ -12,7 +12,7 @@ export class PAPI {
pluginsName: string,
/** PAPI变量 */
PAPIName: string
): boolean;
): void;
/** 注册一个服务器PAPI变量 */
static registerServerPlaceholder(
@@ -25,7 +25,7 @@ export class PAPI {
pluginsName: string,
/** PAPI变量 */
PAPIName: string
): boolean;
): void;
/** 注册一个静态PAPI变量 */
static registerStaticPlaceholder(
@@ -37,7 +37,7 @@ export class PAPI {
PAPIName: string,
/** 更新时间 */
UpdateInterval: number
): boolean;
): void;
/** 获取一个服务器变量的值 */
static getValue(