Skip to content

Commit

Permalink
docs: desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Jul 19, 2024
1 parent f2f8939 commit 37c1e3c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/artisan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions docs/zh-hans/artisan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```

## 控制指令
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-hans/command-word/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fresns make:cmdword-provider

```json
{
//在 plugin.json 文件中找到 providers
// 在 plugin.json 文件中找到 providers
"providers": [
"Plugins\\DemoPlugin\\Providers\\CmdWordServiceProvider"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-hans/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-hans/guide/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 37c1e3c

Please sign in to comment.