From 1fc7adbe554b2cfc4fbff4c8f9bcdc804493d95f Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Sat, 8 Nov 2025 14:57:24 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=87=8D=E6=96=B0=E7=94=9F=E6=88=90pr?= =?UTF-8?q?oto=E5=A4=9A=E5=87=BAuse=20strict?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/proto/proto.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/chat/proto/proto.js b/src/chat/proto/proto.js index f0f6967..9726909 100644 --- a/src/chat/proto/proto.js +++ b/src/chat/proto/proto.js @@ -1,4 +1,5 @@ /*eslint-disable block-scoped-var, id-length, no-control-regex, no-magic-numbers, no-prototype-builtins, no-redeclare, no-shadow, no-var, sort-vars*/ +"use strict"; var $protobuf = require("protobufjs/light");