Skip to content

Commit

Permalink
Merge branch 'main' into translate
Browse files Browse the repository at this point in the history
Signed-off-by: yayacat <vcde0000@gmail.com>
  • Loading branch information
yayacat committed Jun 5, 2024
2 parents aa45ecf + 7a2dd5e commit 396f22b
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ sidebar_position: 1
- onCommandEvent

## onServerStartEvent

#### 戻り値パラメータ`pid`
- サーバー起動時

Expand All @@ -20,4 +21,4 @@ sidebar_position: 1

## onCommandEvent
#### パラメータ`command(ユーザー入力)`を返す
- ユーザーがターミナルにコマンドを入力すると
- ユーザーがターミナルにコマンドを入力すると
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ sidebar_position: 9
# PyPIの依存関係
- 依存するPyPIパッケージ
:::note

- これはPyPIの依存関係の説明です。CDPS拡張モジュール間の依存関係を調べるには、[ここをクリック](./dependencies)を参照。

:::

## 依存関係の声明
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ sidebar_position: 5

# もっと見る
- まだまだ知りたいことがあるはずだ!
- [クリックして見る](../more/index.mdx)
- [クリックして見る](../more/index.mdx)
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ sidebar_position: 6

# color_log `1.0.2`
:::danger

- 使用する[`完全にロード(focus-load)`](../more/focus_load)
:::
:::caution
- 使用する[`優先にロード(pre-load)`](../more/pre_load)

:::
### 著者
- [`YuYu1015`](https://github.com/whes1015)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ sidebar_position: 4
- [discordwebhook](./discordwebhook)
- [color_log](./color_log)
- [websocketclient](./websocketclient)

### インフォメーション
- [report](./report)
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ sidebar_position: 5
:::caution
- 使用了 [`優先載入(pre-load)`](../more/pre_load)
- 使用する[`優先にロード(pre-load)`](../more/pre_load)

:::
### 著者
- [`yayacat`](https://github.com/yayacat)
Expand Down

0 comments on commit 396f22b

Please sign in to comment.