This commit is contained in:
jack ning
2025-01-22 13:55:16 +08:00
parent 7456c2d787
commit 48e1dae795
4 changed files with 14 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-06-05 09:43:27
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-01-22 13:32:43
* @LastEditTime: 2025-01-22 13:52:33
* @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.
@@ -21,6 +21,7 @@ Team Cooperation with AI powered Omnichannel customer service
- [中文](./README.zh.md)
![admin](./images/admin/chat.png)
![chat](./images/chat/web_chat.png)
## Introduction

View File

@@ -2,7 +2,7 @@
* @Author: jackning 270580156@qq.com
* @Date: 2024-06-05 09:44:23
* @LastEditors: jackning 270580156@qq.com
* @LastEditTime: 2025-01-22 13:33:10
* @LastEditTime: 2025-01-22 13:53:01
* @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.
@@ -25,6 +25,7 @@
- [中文](./README.zh.md)
![admin](./images/admin/chat_zh.png)
![chat](./images/chat/web_chat.png)
## 介绍

BIN
images/chat/web_chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 KiB

View File

@@ -8,19 +8,19 @@ import { RendererNode } from 'vue';
import { VNode } from 'vue';
export declare const BytedeskVue: DefineComponent<ExtractPropTypes< {
locale: {
type: StringConstructor;
default: string;
};
locale: {
type: StringConstructor;
default: string;
};
}>, () => VNode<RendererNode, RendererElement, {
[key: string]: any;
[key: string]: any;
}>, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
locale: {
type: StringConstructor;
default: string;
};
locale: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
locale: string;
locale: string;
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
export { }