diff options
author | Li Jin <dragon-fly@qq.com> | 2025-01-22 15:23:41 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2025-01-22 15:23:41 +0800 |
commit | 2aada4b8418c38509e82a7caaa1964d739880fb1 (patch) | |
tree | 0de6b606580410c9156cae6ae95439046246262a /doc | |
parent | 42311be3c22631210abec0b6ff653e59501e666c (diff) | |
download | yuescript-2aada4b8418c38509e82a7caaa1964d739880fb1.tar.gz yuescript-2aada4b8418c38509e82a7caaa1964d739880fb1.tar.bz2 yuescript-2aada4b8418c38509e82a7caaa1964d739880fb1.zip |
Updated docs. [skip CI]
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/docs/README.md | 2 | ||||
-rwxr-xr-x | doc/docs/doc/README.md | 2 | ||||
-rwxr-xr-x | doc/docs/zh/README.md | 2 | ||||
-rwxr-xr-x | doc/docs/zh/doc/README.md | 2 | ||||
-rwxr-xr-x | doc/package.json | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/doc/docs/README.md b/doc/docs/README.md index 7186206..21e47c4 100755 --- a/doc/docs/README.md +++ b/doc/docs/README.md | |||
@@ -3,6 +3,6 @@ home: true | |||
3 | heroImage: ./image/yuescript.svg | 3 | heroImage: ./image/yuescript.svg |
4 | actionText: Quick Start → | 4 | actionText: Quick Start → |
5 | actionLink: /doc/ | 5 | actionLink: /doc/ |
6 | footer: MIT Licensed | Copyright © 2025 Li Jin | 6 | footer: MIT Licensed | Copyright © 2017-2025 Li Jin |
7 | --- | 7 | --- |
8 | 8 | ||
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index 7122af5..49be707 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md | |||
@@ -4381,7 +4381,7 @@ simplified: boolean | |||
4381 | 4381 | ||
4382 | ## Licence: MIT | 4382 | ## Licence: MIT |
4383 | 4383 | ||
4384 | Copyright (c) 2025 Li Jin | 4384 | Copyright (c) 2017-2025 Li Jin \<dragon-fly@qq.com\> |
4385 | 4385 | ||
4386 | Permission is hereby granted, free of charge, to any person obtaining a copy | 4386 | Permission is hereby granted, free of charge, to any person obtaining a copy |
4387 | of this software and associated documentation files (the "Software"), to deal | 4387 | of this software and associated documentation files (the "Software"), to deal |
diff --git a/doc/docs/zh/README.md b/doc/docs/zh/README.md index 602f4d3..f5c9811 100755 --- a/doc/docs/zh/README.md +++ b/doc/docs/zh/README.md | |||
@@ -3,6 +3,6 @@ home: true | |||
3 | heroImage: /image/yuescript.svg | 3 | heroImage: /image/yuescript.svg |
4 | actionText: 快速上手 → | 4 | actionText: 快速上手 → |
5 | actionLink: /zh/doc/ | 5 | actionLink: /zh/doc/ |
6 | footer: MIT Licensed | Copyright © 2025 Li Jin | 6 | footer: MIT Licensed | Copyright © 2017-2025 Li Jin |
7 | --- | 7 | --- |
8 | 8 | ||
diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md index 05ca6a0..be31ec1 100755 --- a/doc/docs/zh/doc/README.md +++ b/doc/docs/zh/doc/README.md | |||
@@ -4329,7 +4329,7 @@ simplified: boolean | |||
4329 | 4329 | ||
4330 | ## MIT 许可证 | 4330 | ## MIT 许可证 |
4331 | 4331 | ||
4332 | 版权 (c) 2025 李瑾 | 4332 | 版权 (c) 2017-2025 李瑾 \<dragon-fly@qq.com\> |
4333 | 4333 | ||
4334 | 特此免费授予任何获得本软件副本和相关文档文件(下称“软件”)的人不受限制地处置该软件的权利,包括不受限制地使用、复制、修改、合并、发布、分发、转授许可和/或出售该软件副本,以及再授权被配发了本软件的人如上的权利,须在下列条件下: | 4334 | 特此免费授予任何获得本软件副本和相关文档文件(下称“软件”)的人不受限制地处置该软件的权利,包括不受限制地使用、复制、修改、合并、发布、分发、转授许可和/或出售该软件副本,以及再授权被配发了本软件的人如上的权利,须在下列条件下: |
4335 | 上述版权声明和本许可声明应包含在该软件的所有副本或实质成分中。 | 4335 | 上述版权声明和本许可声明应包含在该软件的所有副本或实质成分中。 |
diff --git a/doc/package.json b/doc/package.json index f9e5ebf..d179035 100755 --- a/doc/package.json +++ b/doc/package.json | |||
@@ -1,5 +1,5 @@ | |||
1 | { | 1 | { |
2 | "name": "Yuescript", | 2 | "name": "yuescript", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "Documentation", | 4 | "description": "Documentation", |
5 | "main": "index.js", | 5 | "main": "index.js", |