From 6a04f9110b2115cf31d2fd70bba1c73142b04bc0 Mon Sep 17 00:00:00 2001 From: jaystar <1783853055750436-jaystar@noreply.coze.cn> Date: Mon, 2 Feb 2026 15:23:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=20APK=20=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=85=8D=E7=BD=AE=E6=96=87=E6=A1=A3=E5=92=8C=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/eas.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 client/eas.json diff --git a/client/eas.json b/client/eas.json new file mode 100644 index 0000000..68da1e2 --- /dev/null +++ b/client/eas.json @@ -0,0 +1,25 @@ +{ + "cli": { + "version": ">= 5.2.0" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal", + "android": { + "buildType": "apk" + } + }, + "production": { + "android": { + "buildType": "apk" + } + } + }, + "submit": { + "production": {} + } +}