From bc74762300749d4d98429b137e0d0bc630a5ab2f Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Mon, 7 Aug 2023 17:14:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20player=20=E5=8A=A0?= =?UTF-8?q?=E4=B8=8Aprojection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/context/BackendRuntimeContext.js | 4 ++++ src/context/BackendRuntimeContext.ts | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/context/BackendRuntimeContext.js b/lib/context/BackendRuntimeContext.js index 638bdcb35..8b4549b29 100644 --- a/lib/context/BackendRuntimeContext.js +++ b/lib/context/BackendRuntimeContext.js @@ -105,6 +105,10 @@ var BackendRuntimeContext = /** @class */ (function (_super) { userState: 1, isRoot: 1, }, + player: { + id: 1, + isRoot: 1, + } }, filter: { id: tokenValue, diff --git a/src/context/BackendRuntimeContext.ts b/src/context/BackendRuntimeContext.ts index 12b0acc2a..bbdceaa91 100644 --- a/src/context/BackendRuntimeContext.ts +++ b/src/context/BackendRuntimeContext.ts @@ -72,6 +72,10 @@ export class BackendRuntimeContext userState: 1, isRoot: 1, }, + player: { + id: 1, + isRoot: 1, + }, }, filter: { id: tokenValue,