mirror of
https://github.com/coaidev/coai.git
synced 2025-06-07 06:10:22 +09:00
update broadcast
This commit is contained in:
parent
e29be23443
commit
cb21ab734a
18
README.md
18
README.md
@ -89,24 +89,6 @@
|
||||

|
||||

|
||||
|
||||
## 扩展 | Extension
|
||||

|
||||
```markdown
|
||||

|
||||
```
|
||||
|
||||

|
||||
```markdown
|
||||

|
||||
```
|
||||
|
||||
- `message`: 内容
|
||||
- `theme`: 主题
|
||||
- `dark`: 暗色
|
||||
- `light`: 亮色 (默认)
|
||||
- `web` 是否开启联网版功能 (默认开启)
|
||||
|
||||
|
||||
|
||||
## 📦 部署 | Deploy
|
||||
```shell
|
||||
|
775
app/pnpm-lock.yaml
generated
775
app/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -18,6 +18,7 @@ function Broadcast() {
|
||||
toast({
|
||||
title: t("broadcast"),
|
||||
description: content,
|
||||
duration: 10000,
|
||||
});
|
||||
}, [init]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user