@deep-eye/core 1.2.67 → 1.2.68
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/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
- 文件预览默认加载动画改为骨架扫光(Office / Markdown / 媒体预览;`ChartSkeleton` 同步)。
|
|
16
16
|
- `ARTIFACT_BLOCK_SYSTEM_PROMPT` 与文档对齐:补充 image / audio / html·md `src` 等类型与打开策略说明。
|
|
17
|
+
- `ChatActionbar` 移除尾部时钟指标(用时 / 首 token / tok/s);相关 props(`time` / `runMs` / `ttftMs` / `tokensPerSecond`)同步下线。
|
|
17
18
|
|
|
18
19
|
## [1.2.66] - 2026-08-17
|
|
19
20
|
|
|
@@ -4,14 +4,6 @@ type __VLS_Props = {
|
|
|
4
4
|
message: AssistantMessage;
|
|
5
5
|
/** Visible reply text. Defaults to message.content when omitted. */
|
|
6
6
|
text?: string;
|
|
7
|
-
/** Unix epoch ms for the trailing clock. */
|
|
8
|
-
time?: number;
|
|
9
|
-
/** Turn wall time in ms → `用时 Ns`. */
|
|
10
|
-
runMs?: number;
|
|
11
|
-
/** First-token latency in ms → `首 token Ns`. */
|
|
12
|
-
ttftMs?: number;
|
|
13
|
-
/** Decode throughput → `N tok/s`. */
|
|
14
|
-
tokensPerSecond?: number;
|
|
15
7
|
/** Controlled feedback rating. Omit for uncontrolled local state. */
|
|
16
8
|
feedback?: ChatMessageFeedback | null;
|
|
17
9
|
showFeedback?: boolean;
|
|
@@ -38,6 +30,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
|
|
|
38
30
|
onFeedback?: ((payload: ChatActionbarFeedbackPayload) => any) | undefined;
|
|
39
31
|
onBranch?: ((payload: ChatActionbarBranchPayload) => any) | undefined;
|
|
40
32
|
}>, {
|
|
33
|
+
text: string;
|
|
34
|
+
feedback: ChatMessageFeedback | null;
|
|
41
35
|
showFeedback: boolean;
|
|
42
36
|
showBranch: boolean;
|
|
43
37
|
branchUnavailable: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatActionbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/components/ChatActionbar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatActionbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/chat/components/ChatActionbar.vue"],"names":[],"mappings":"AAoVA,OAAO,KAAK,EACV,gBAAgB,EAChB,0BAA0B,EAC1B,wBAAwB,EACxB,4BAA4B,EAC5B,mBAAmB,EACpB,MAAM,UAAU,CAAA;AACjB,OAAO,6BAA6B,CAAA;AAIpC,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,gBAAgB,CAAA;IACzB,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,qEAAqE;IACrE,QAAQ,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAA;IACrC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;AAYJ,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE;QAChB,OAAO,EAAE,gBAAgB,CAAA;QACzB,MAAM,EAAE,OAAO,CAAA;QACf,UAAU,EAAE,OAAO,CAAA;QACnB,IAAI,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;QACzB,QAAQ,EAAE,mBAAmB,GAAG,IAAI,CAAA;QACpC,WAAW,EAAE,CAAC,IAAI,EAAE,mBAAmB,GAAG,IAAI,KAAK,IAAI,CAAA;QACvD,MAAM,EAAE,MAAM,IAAI,CAAA;KACnB,KAAK,OAAO,CAAA;CACd,CAAC;AA8XF,QAAA,MAAM,UAAU;;;;;;;;;UA1ZL,MAAM;cAEF,mBAAmB,GAAG,IAAI;kBACtB,OAAO;gBACT,OAAO;uBACA,OAAO;6EAyZ7B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
|