From 4d79a1cdce9fc98f7b4bbbb101a5740252d2392e Mon Sep 17 00:00:00 2001 From: wkj <278599135@qq.com> Date: Sun, 19 Jan 2025 18:25:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A3=B0=E6=98=8E=E9=A1=B9=E7=9B=AE=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E5=90=8D=20SUB=5FDIR=5FNAME:=20string;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typings/react.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/react.d.ts b/typings/react.d.ts index 82bb39eb..b635df72 100644 --- a/typings/react.d.ts +++ b/typings/react.d.ts @@ -10,6 +10,7 @@ declare namespace NodeJS { readonly OAK_PLATFORM: 'web' | 'wechatMp' | 'server' | 'native'; readonly HOST_NAME: string; readonly OAK_DEV_MODE: 'frontend' | 'server'; // frontend:纯前台模式、server:前后台模式 + readonly SUB_DIR_NAME: string; // 项目目录名 } }