From 6defd6ffad96c0469c66d048d527cb44b4033efc Mon Sep 17 00:00:00 2001 From: ljqing Date: Wed, 11 Jan 2023 10:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=91=BD=E4=BB=A4=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/WSProtocol.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/entities/WSProtocol.ts b/src/entities/WSProtocol.ts index 31d02e8..6fe811f 100644 --- a/src/entities/WSProtocol.ts +++ b/src/entities/WSProtocol.ts @@ -648,9 +648,9 @@ export namespace Protocol { Commands.kEnableBlending, Commands.kSetBlendingOverlap, Commands.kGetBlendingConfig, - Commands.kSaveBlendingConfig, - Commands.SetBlendingHorDensity, - Commands.SetBlendingVerDensity, + Commands.kSaveBlendingConfig, + Commands.kSetBlendingHorDensity, + Commands.kSetBlendingVerDensity, ]); public static get AllCommands() { return this._all_commands;