@wu529778790/open-im 1.11.8-beta.5 → 1.11.8-beta.6
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/config-web-page-i18n.d.ts +8 -0
- package/dist/config-web-page-i18n.js +8 -0
- package/package.json +1 -1
- package/web/dist/assets/{index-BuoFTJc-.js → index-BpPiH_ku.js} +15 -15
- package/web/dist/assets/index-CFRrY7hP.css +1 -0
- package/web/dist/index.html +2 -2
- package/web/dist/assets/index-XKVTb-0p.css +0 -1
|
@@ -210,6 +210,10 @@ export declare const PAGE_TEXTS: {
|
|
|
210
210
|
readonly wizardAuthApiKey: "API Key";
|
|
211
211
|
readonly wizardAuthToken: "Auth Token";
|
|
212
212
|
readonly wizardLoading: "Loading...";
|
|
213
|
+
readonly aiCommandPickerTitle: "🤖 AI Tool";
|
|
214
|
+
readonly aiCommandPickerHint: "Messages from this channel will be replied by the AI selected above";
|
|
215
|
+
readonly platformStatusOn: "Connected";
|
|
216
|
+
readonly platformStatusOff: "Not connected";
|
|
213
217
|
};
|
|
214
218
|
readonly zh: {
|
|
215
219
|
readonly pageTitle: "open-im 本地控制台";
|
|
@@ -419,5 +423,9 @@ export declare const PAGE_TEXTS: {
|
|
|
419
423
|
readonly wizardAuthApiKey: "API Key";
|
|
420
424
|
readonly wizardAuthToken: "Auth Token";
|
|
421
425
|
readonly wizardLoading: "加载中...";
|
|
426
|
+
readonly aiCommandPickerTitle: "🤖 AI 工具";
|
|
427
|
+
readonly aiCommandPickerHint: "这个渠道收到的消息会用上面的 AI 回复";
|
|
428
|
+
readonly platformStatusOn: "已连接";
|
|
429
|
+
readonly platformStatusOff: "未连接";
|
|
422
430
|
};
|
|
423
431
|
};
|
|
@@ -211,6 +211,10 @@ export const PAGE_TEXTS = {
|
|
|
211
211
|
wizardAuthApiKey: "API Key",
|
|
212
212
|
wizardAuthToken: "Auth Token",
|
|
213
213
|
wizardLoading: "Loading...",
|
|
214
|
+
aiCommandPickerTitle: "🤖 AI Tool",
|
|
215
|
+
aiCommandPickerHint: "Messages from this channel will be replied by the AI selected above",
|
|
216
|
+
platformStatusOn: "Connected",
|
|
217
|
+
platformStatusOff: "Not connected",
|
|
214
218
|
},
|
|
215
219
|
zh: {
|
|
216
220
|
pageTitle: "open-im \u672c\u5730\u63a7\u5236\u53f0",
|
|
@@ -421,5 +425,9 @@ export const PAGE_TEXTS = {
|
|
|
421
425
|
wizardAuthApiKey: "API Key",
|
|
422
426
|
wizardAuthToken: "Auth Token",
|
|
423
427
|
wizardLoading: "\u52a0\u8f7d\u4e2d...",
|
|
428
|
+
aiCommandPickerTitle: "🤖 AI 工具",
|
|
429
|
+
aiCommandPickerHint: "这个渠道收到的消息会用上面的 AI 回复",
|
|
430
|
+
platformStatusOn: "已连接",
|
|
431
|
+
platformStatusOff: "未连接",
|
|
424
432
|
}
|
|
425
433
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wu529778790/open-im",
|
|
3
|
-
"version": "1.11.8-beta.
|
|
3
|
+
"version": "1.11.8-beta.6",
|
|
4
4
|
"description": "Your AI coding assistant, in every chat app. Multi-platform IM bridge for Claude Code, Codex, and CodeBuddy.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|