Files
weiyu/visitor/react/README.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2024-04-05 15:53:09 +08:00
<!--
* @Author: jackning 270580156@qq.com
* @Date: 2023-11-14 16:59:09
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2024-04-05 12:17:32
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk
* Please be aware of the BSL license restrictions before installing Bytedesk IM
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license.
* 仅支持企业内部员工自用严禁私自用于销售、二次销售或者部署SaaS方式销售
* Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE
* contact: 270580156@qq.com
* 联系270580156@qq.com
* Copyright (c) 2024 by bytedesk.com, All Rights Reserved.
-->
# 微语IM - 访客端
- [test](http://localhost:9006/?t=1&id=c293374081784c0e9dd1d57020048e37&)
- [ai](http://localhost:9006/ai?rid=20e4feffffb74f5eab46358e4d4d3bb3&)
- [pro](http://localhost:9006/pro)
```bash
# "@chatui/core": "^2.4.2",
export http_proxy=http://127.0.0.1:10818
export https_proxy=http://127.0.0.1:10818
# 打包
yarn build
# 代码格式化 https://www.prettier.cn/docs/install.html
# yarn prettier . --write
```
## other
- <https://chatui.io/sdk/getting-started>