From e8627c938d82197ed9982a04e76d5ce88602671e Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 20 Nov 2025 11:07:27 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3fd1f38ef..ffaa1815c 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ npm run dev:weapp npm run build:h5 ``` +```shell +# Compile WeChat Mini Program +npm run build:weapp +``` + ## License Each ECShopX source file included in this distribution is licensed under Apache 2.0 or the terms and conditions of the applicable Commercial License agreement between Licensee/Customer and shopeX. @@ -83,7 +88,3 @@ Open Software License (Apache 2.0) – Please see LICENSE.txt for the full text Subject to Licensee's/Customer's payment of fees and compliance with the terms and conditions of the applicable Commercial License agreement between Licensee/Customer and shopeX, the terms and conditions of the applicable Commercial License agreement between Licensee/Customer and shopeX supersede the Apache 2.0 license for each source file. 每个包含在本发行版中的 ECShopX 源文件,均依据 Apache 2.0 开源许可证 或者 被许可方/客户与商派之间适用的商业授权文件中的条款与条件 进行授权。 -```shell -# Compile WeChat Mini Program -npm run build:weapp -```