scream-code 0.8.9 → 0.8.10
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.
|
@@ -122345,25 +122345,9 @@ const dictionaries = {
|
|
|
122345
122345
|
"badge.goal": "目标",
|
|
122346
122346
|
"badge.auto": "自动",
|
|
122347
122347
|
"badge.yes": "YES",
|
|
122348
|
-
"kw.title": "知识图谱",
|
|
122349
|
-
"kw.entity": "实体 ",
|
|
122350
|
-
"kw.event": "事件 ",
|
|
122351
|
-
"kw.relation": "关系 ",
|
|
122352
|
-
"kw.search_placeholder": "搜索节点…",
|
|
122353
|
-
"kw.btn_reset": "重置",
|
|
122354
|
-
"kw.btn_expand": "展开",
|
|
122355
|
-
"kw.hint_drag": "拖拽平移 · 滚轮缩放 · 单击展开 · 双击查看详情",
|
|
122356
|
-
"kw.loading": "加载中…",
|
|
122357
|
-
"kw.back": "返回",
|
|
122358
|
-
"kw.detail_related": "关联",
|
|
122359
|
-
"kw.detail_description": "描述",
|
|
122360
|
-
"kw.detail_category": "分类",
|
|
122361
|
-
"kw.detail_keywords": "关键词",
|
|
122362
|
-
"kw.loading_timeout": "加载超时",
|
|
122363
|
-
"kw.no_data": "暂无数据",
|
|
122364
|
-
"kw.no_data_hint": "请先用 /knowledge 导入文档",
|
|
122365
122348
|
"kw.lang_toggle": "English",
|
|
122366
122349
|
"kw.embedding_downloading": "向量模型下载中…",
|
|
122350
|
+
"kw.embedding_failed": "向量模型加载失败(建议科学上网,5分钟后自动重试)",
|
|
122367
122351
|
"kw.embedding_ready": "向量模型已就绪"
|
|
122368
122352
|
},
|
|
122369
122353
|
en: {
|
|
@@ -123424,25 +123408,9 @@ const dictionaries = {
|
|
|
123424
123408
|
"badge.goal": "Goal",
|
|
123425
123409
|
"badge.auto": "Auto",
|
|
123426
123410
|
"badge.yes": "YES",
|
|
123427
|
-
"kw.title": "Knowledge Graph",
|
|
123428
|
-
"kw.entity": "Entities ",
|
|
123429
|
-
"kw.event": "Events ",
|
|
123430
|
-
"kw.relation": "Relations ",
|
|
123431
|
-
"kw.search_placeholder": "Search nodes…",
|
|
123432
|
-
"kw.btn_reset": "Reset",
|
|
123433
|
-
"kw.btn_expand": "Expand",
|
|
123434
|
-
"kw.hint_drag": "Drag to pan · Scroll to zoom · Click to expand · Double-click for details",
|
|
123435
|
-
"kw.loading": "Loading…",
|
|
123436
|
-
"kw.back": "Back",
|
|
123437
|
-
"kw.detail_related": "Related",
|
|
123438
|
-
"kw.detail_description": "Description",
|
|
123439
|
-
"kw.detail_category": "Category",
|
|
123440
|
-
"kw.detail_keywords": "Keywords",
|
|
123441
|
-
"kw.loading_timeout": "Loading timed out",
|
|
123442
|
-
"kw.no_data": "No data",
|
|
123443
|
-
"kw.no_data_hint": "Please ingest documents with /knowledge first",
|
|
123444
123411
|
"kw.lang_toggle": "中文",
|
|
123445
123412
|
"kw.embedding_downloading": "Vector model downloading…",
|
|
123413
|
+
"kw.embedding_failed": "Vector model load failed (try VPN, auto-retry in 5 min)",
|
|
123446
123414
|
"kw.embedding_ready": "Vector model ready"
|
|
123447
123415
|
}
|
|
123448
123416
|
};
|
|
@@ -124896,7 +124864,7 @@ function optionalBuildString(value) {
|
|
|
124896
124864
|
return typeof value === "string" && value.length > 0 ? value : void 0;
|
|
124897
124865
|
}
|
|
124898
124866
|
const SCREAM_BUILD_INFO = {
|
|
124899
|
-
version: optionalBuildString("0.8.
|
|
124867
|
+
version: optionalBuildString("0.8.10"),
|
|
124900
124868
|
channel: optionalBuildString(""),
|
|
124901
124869
|
commit: optionalBuildString(""),
|
|
124902
124870
|
buildTarget: optionalBuildString("darwin-arm64")
|
package/dist/main.mjs
CHANGED
|
@@ -6,7 +6,7 @@ const __dirname = __cjsShimDirname(__filename);
|
|
|
6
6
|
import "./suppress-sqlite-warning-C2VB0doZ.mjs";
|
|
7
7
|
//#region src/main.ts
|
|
8
8
|
try {
|
|
9
|
-
(await import("./app-
|
|
9
|
+
(await import("./app-lrfUI96b.mjs")).main();
|
|
10
10
|
} catch (error) {
|
|
11
11
|
process.stderr.write(`${error instanceof Error ? error.stack ?? error.message : String(error)}\n`);
|
|
12
12
|
process.exit(1);
|