From d335f14a3540019ad342989cd90fa060af0f179f Mon Sep 17 00:00:00 2001 From: p60087772 Date: Tue, 10 Jun 2025 16:42:24 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20##ICE1SZ]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9moment=E4=B8=AD=E8=8B=B1=E6=96=87=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/js/moment.md | 4 +++- zh-cn/js/moment.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/en/js/moment.md b/en/js/moment.md index c5dfdf8e..f4e93fca 100644 --- a/en/js/moment.md +++ b/en/js/moment.md @@ -257,4 +257,6 @@ The following shows the verified APIs: ## Others -## License \ No newline at end of file +## License + +This project is licensed under [MIT License](https://github.com/moment/moment/blob/develop/LICENSE). \ No newline at end of file diff --git a/zh-cn/js/moment.md b/zh-cn/js/moment.md index d17099f9..6f55284a 100644 --- a/zh-cn/js/moment.md +++ b/zh-cn/js/moment.md @@ -259,3 +259,5 @@ moment().format("hh:mm:ss a"); ## 其他 ## 开源协议 + +本项目基于 [The MIT License (MIT)](https://github.com/moment/moment/blob/develop/LICENSE),请自由地享受和参与开源。 \ No newline at end of file -- Gitee