From 9cfd83eb5a817b786aa7d0c4b03783c4883bf983 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 16 Nov 2025 13:19:08 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 076be929f..45501459a 100644 --- a/README.md +++ b/README.md @@ -51,17 +51,21 @@ APP_ADAPAY= ``` ### Run project -``` +```shell +# Compile Mobile Web App npm run dev:h5 ``` -``` +```shell +# Compile WeChat Mini Program npm run dev:weapp ``` ### Build packages -``` +```shell +# Compile Mobile Web App npm run build:weapp ``` -``` +```shell +# Compile WeChat Mini Program npm run build:weapp ```