@blueking/ai-blueking 0.2.0-beta.8 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lang/index.d.ts +2 -2
- package/dist/vue2/index.es.min.js +11585 -8712
- package/dist/vue2/index.iife.min.js +242 -42
- package/dist/vue2/index.umd.min.js +235 -35
- package/dist/vue2/style.css +1 -1
- package/dist/vue3/index.es.min.js +3158 -3134
- package/dist/vue3/index.iife.min.js +237 -37
- package/dist/vue3/index.umd.min.js +13 -13
- package/dist/vue3/style.css +1 -1
- package/package.json +1 -1
package/dist/lang/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const langData: {
|
|
|
5
5
|
readonly 向上扩展: "expand upward";
|
|
6
6
|
readonly 清空聊天记录: "Empty chat records";
|
|
7
7
|
readonly 关闭: "close";
|
|
8
|
-
readonly '\u5185\u5BB9\u6B63\u5728\u6267\u884C\u4E2D\uFF0C\u8BF7\u6267\u884C\u5B8C\u6210\u540E\u518D\
|
|
8
|
+
readonly '\u5185\u5BB9\u6B63\u5728\u6267\u884C\u4E2D\uFF0C\u8BF7\u6267\u884C\u5B8C\u6210\u540E\u518D\u53D1\u9001': "The content is being executed, please send it after the execution is completed.";
|
|
9
9
|
readonly 发送: "Send";
|
|
10
10
|
readonly '\u60A8\u53EF\u4EE5\u952E\u5165 \u201C/\u201D \u67E5\u770B\u66F4\u591APrompt': "You can type \"/\" to see more Prompts";
|
|
11
11
|
readonly 请输入: "Please input";
|
|
@@ -23,4 +23,4 @@ export declare const langData: {
|
|
|
23
23
|
readonly 本周: "this week";
|
|
24
24
|
readonly 上周: "last week";
|
|
25
25
|
};
|
|
26
|
-
export declare const t: (key: keyof typeof langData) => "BK GPT" | "shrink down" | "expand upward" | "Empty chat records" | "close" | "The content is being executed, please
|
|
26
|
+
export declare const t: (key: keyof typeof langData) => "BK GPT" | "shrink down" | "expand upward" | "Empty chat records" | "close" | "The content is being executed, please send it after the execution is completed." | "Send" | "You can type \"/\" to see more Prompts" | "Please input" | "Scroll to bottom" | "Stop" | "Scroll up to load more records" | "sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday" | "yesterday" | "this week" | "last week" | "小鲸" | "向下收缩" | "向上扩展" | "清空聊天记录" | "关闭" | "内容正在执行中,请执行完成后再发送" | "发送" | "您可以键入 “/” 查看更多Prompt" | "请输入" | "返回最新" | "终止生成" | "向上滚动加载更多记录" | "日" | "一" | "二" | "三" | "四" | "五" | "六" | "昨天" | "本周" | "上周";
|