From 37c1e3c627a19f264adef33465f568c26512cb37 Mon Sep 17 00:00:00 2001 From: Jevan Tang <22316055+jevantang@users.noreply.github.com> Date: Sat, 20 Jul 2024 01:15:54 +0800 Subject: [PATCH] docs: desc --- docs/artisan/index.md | 1 + docs/guide/index.md | 2 +- docs/guide/use-cases.md | 2 +- docs/zh-hans/artisan/index.md | 5 +++-- docs/zh-hans/command-word/development.md | 2 +- docs/zh-hans/guide/index.md | 2 +- docs/zh-hans/guide/use-cases.md | 2 +- 7 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/artisan/index.md b/docs/artisan/index.md index 9024bbe..187d5dc 100644 --- a/docs/artisan/index.md +++ b/docs/artisan/index.md @@ -37,6 +37,7 @@ fresns make:test # Generate Plugin Test fresns make:schedule-provider # Generate Plugin Schedule Provider fresns make:event-provider # Generate Plugin Event Provider fresns make:sql-provider # Generate Plugin SQL Provider +fresns make:exception-provider # Generate Plugin Exception Provider fresns make:cmdword-provider # Generate Plugin Command Word Provider (fresns/cmd-word-manager) ``` diff --git a/docs/guide/index.md b/docs/guide/index.md index d94c3ea..f7ec067 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -42,7 +42,7 @@ Use plug-ins from Fresns application ecosystem or create your own to unleash you Plugin Manager has been used in the Fresns community app and has built an ecosystem of Fresns apps. -Fresns is a free and open source social network service software, a general-purpose community product designed for cross-platform, and supports flexible and diverse content forms. It conforms to the trend of the times, satisfies a variety of operating scenarios, is more open and easier to re-development. +> Fresns is a free and open source social network service software, a general-purpose community product designed for cross-platform, and supports flexible and diverse content forms. It conforms to the trend of the times, satisfies a variety of operating scenarios, is more open and easier to re-development. - Fresns [https://fresns.org](https://fresns.org/) - Fresns Marketplace [https://marketplace.fresns.com](https://marketplace.fresns.com/open-source) diff --git a/docs/guide/use-cases.md b/docs/guide/use-cases.md index e7b8a64..b5625c1 100644 --- a/docs/guide/use-cases.md +++ b/docs/guide/use-cases.md @@ -2,7 +2,7 @@ Plugin Manager has been used in the Fresns community app and has built an ecosystem of Fresns apps. -Fresns is a free and open source social network service software, a general-purpose community product designed for cross-platform, and supports flexible and diverse content forms. It conforms to the trend of the times, satisfies a variety of operating scenarios, is more open and easier to re-development. +> Fresns is a free and open source social network service software, a general-purpose community product designed for cross-platform, and supports flexible and diverse content forms. It conforms to the trend of the times, satisfies a variety of operating scenarios, is more open and easier to re-development. - Fresns [https://fresns.org](https://fresns.org/) - Fresns Marketplace [https://marketplace.fresns.com](https://marketplace.fresns.com/open-source) diff --git a/docs/zh-hans/artisan/index.md b/docs/zh-hans/artisan/index.md index 1090047..c533d9c 100644 --- a/docs/zh-hans/artisan/index.md +++ b/docs/zh-hans/artisan/index.md @@ -36,8 +36,9 @@ fresns make:resource # 生成插件 Resource fresns make:test # 生成插件 Test fresns make:schedule-provider # 生成插件任务调度提供者 fresns make:event-provider # 生成插件事件服务提供者 -fresns make:sql-provider # 生成插件 SQL 提供者 -fresns make:cmdword-provider # 生成插件命令字提供者 (fresns/cmd-word-manager) +fresns make:sql-provider # 生成插件 SQL 服务提供者 +fresns make:exception-provider # 生成插件 Exception 服务提供者 +fresns make:cmdword-provider # 生成插件命令字服务提供者 (fresns/cmd-word-manager) ``` ## 控制指令 diff --git a/docs/zh-hans/command-word/development.md b/docs/zh-hans/command-word/development.md index b727f31..03e4959 100644 --- a/docs/zh-hans/command-word/development.md +++ b/docs/zh-hans/command-word/development.md @@ -16,7 +16,7 @@ fresns make:cmdword-provider ```json { - //在 plugin.json 文件中找到 providers + // 在 plugin.json 文件中找到 providers "providers": [ "Plugins\\DemoPlugin\\Providers\\CmdWordServiceProvider" ] diff --git a/docs/zh-hans/guide/index.md b/docs/zh-hans/guide/index.md index f2b3f06..f20ea79 100644 --- a/docs/zh-hans/guide/index.md +++ b/docs/zh-hans/guide/index.md @@ -40,7 +40,7 @@ Plugin Manager 是一个便捷的 Laravel 扩展包,用于模块化管理您 Plugin Manager 已经使用在 Fresns 社区程序中,并且构建了一个 Fresns 应用生态。 -Fresns 是一款免费开源的社交网络服务软件,专为跨平台而打造的通用型社区产品,支持灵活多样的内容形态,可以满足多种运营场景,符合时代潮流,更开放且更易于二次开发。 +> Fresns 是一款免费开源的社交网络服务软件,专为跨平台而打造的通用型社区产品,支持灵活多样的内容形态,可以满足多种运营场景,符合时代潮流,更开放且更易于二次开发。 - Fresns 官网 [https://fresns.org](https://fresns.org/zh-hans/) - Fresns 应用市场 [https://marketplace.fresns.com](https://marketplace.fresns.com/zh-hans/open-source) diff --git a/docs/zh-hans/guide/use-cases.md b/docs/zh-hans/guide/use-cases.md index c8729e0..dee8a8e 100644 --- a/docs/zh-hans/guide/use-cases.md +++ b/docs/zh-hans/guide/use-cases.md @@ -2,7 +2,7 @@ Plugin Manager 已经使用在 Fresns 社区程序中,并且构建了一个 Fresns 应用生态。 -Fresns 是一款免费开源的社交网络服务软件,专为跨平台而打造的通用型社区产品,支持灵活多样的内容形态,可以满足多种运营场景,符合时代潮流,更开放且更易于二次开发。 +> Fresns 是一款免费开源的社交网络服务软件,专为跨平台而打造的通用型社区产品,支持灵活多样的内容形态,可以满足多种运营场景,符合时代潮流,更开放且更易于二次开发。 - Fresns 官网 [https://fresns.org](https://fresns.org/zh-hans/) - Fresns 应用市场 [https://marketplace.fresns.com](https://marketplace.fresns.com/zh-hans/open-source)