mirror of
https://gitee.com/270580156/weiyu.git
synced 2025-12-30 02:42:25 +00:00
update
This commit is contained in:
@@ -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)
|
||||
|
||||

|
||||

|
||||
|
||||
## Introduction
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||

|
||||

|
||||
|
||||
## 介绍
|
||||
|
||||
|
||||
BIN
images/chat/web_chat.png
Normal file
BIN
images/chat/web_chat.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 290 KiB |
@@ -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 { }
|
||||
|
||||
Reference in New Issue
Block a user