@yoooclaw/phone-notifications 1.12.4 → 1.12.5
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/README.md +3 -0
- package/dist/apns/sender.d.ts.map +1 -1
- package/dist/auth/credentials.d.ts.map +1 -1
- package/dist/bin/ntf.cjs +2572 -785
- package/dist/bin/ntf.cjs.map +56 -48
- package/dist/cli/auth.d.ts.map +1 -1
- package/dist/cli/doctor/check-credentials.d.ts.map +1 -1
- package/dist/cli/doctor/check-dangerous-flags.d.ts.map +1 -1
- package/dist/cli/doctor/check-local-gateway.d.ts.map +1 -1
- package/dist/cli/doctor/check-node-version.d.ts.map +1 -1
- package/dist/cli/doctor/check-plugin-version.d.ts.map +1 -1
- package/dist/cli/doctor/check-state-dir-perms.d.ts.map +1 -1
- package/dist/cli/doctor/check-tool-policy.d.ts.map +1 -1
- package/dist/cli/doctor/check-trusted-proxy.d.ts.map +1 -1
- package/dist/cli/doctor/check-tunnel.d.ts.map +1 -1
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/env.d.ts.map +1 -1
- package/dist/cli/helpers.d.ts +7 -2
- package/dist/cli/helpers.d.ts.map +1 -1
- package/dist/cli/image-list.d.ts.map +1 -1
- package/dist/cli/image-path.d.ts.map +1 -1
- package/dist/cli/image-status.d.ts.map +1 -1
- package/dist/cli/image-storage-path.d.ts.map +1 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/light-send.d.ts.map +1 -1
- package/dist/cli/light-setup-tools.d.ts.map +1 -1
- package/dist/cli/log-search.d.ts.map +1 -1
- package/dist/cli/ntf-monitor.d.ts.map +1 -1
- package/dist/cli/ntf-query.d.ts.map +1 -1
- package/dist/cli/ntf-search.d.ts.map +1 -1
- package/dist/cli/ntf-stats.d.ts.map +1 -1
- package/dist/cli/ntf-storage-path.d.ts.map +1 -1
- package/dist/cli/ntf-summary-job.d.ts.map +1 -1
- package/dist/cli/ntf-summary.d.ts.map +1 -1
- package/dist/cli/ntf-sync.d.ts.map +1 -1
- package/dist/cli/rec-list.d.ts.map +1 -1
- package/dist/cli/rec-setup.d.ts.map +1 -1
- package/dist/cli/rec-status.d.ts.map +1 -1
- package/dist/cli/rec-storage-path.d.ts.map +1 -1
- package/dist/cli/tunnel-status.d.ts.map +1 -1
- package/dist/cli/update.d.ts.map +1 -1
- package/dist/env.d.ts +2 -0
- package/dist/env.d.ts.map +1 -1
- package/dist/i18n/index.d.ts +8 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/locale.d.ts +39 -0
- package/dist/i18n/locale.d.ts.map +1 -0
- package/dist/i18n/manifest-locale.d.ts +12 -0
- package/dist/i18n/manifest-locale.d.ts.map +1 -0
- package/dist/i18n/messages/en-US.d.ts +666 -0
- package/dist/i18n/messages/en-US.d.ts.map +1 -0
- package/dist/i18n/messages/index.d.ts +5 -0
- package/dist/i18n/messages/index.d.ts.map +1 -0
- package/dist/i18n/messages/zh-CN.d.ts +666 -0
- package/dist/i18n/messages/zh-CN.d.ts.map +1 -0
- package/dist/i18n/messages/zh-TW.d.ts +3 -0
- package/dist/i18n/messages/zh-TW.d.ts.map +1 -0
- package/dist/i18n/response-locale.d.ts +33 -0
- package/dist/i18n/response-locale.d.ts.map +1 -0
- package/dist/i18n/skills-path.d.ts +16 -0
- package/dist/i18n/skills-path.d.ts.map +1 -0
- package/dist/i18n/translate.d.ts +10 -0
- package/dist/i18n/translate.d.ts.map +1 -0
- package/dist/image/handler.d.ts.map +1 -1
- package/dist/image/store.d.ts.map +1 -1
- package/dist/index.cjs +5634 -3455
- package/dist/index.cjs.map +90 -81
- package/dist/index.d.ts.map +1 -1
- package/dist/light/protocol.d.ts.map +1 -1
- package/dist/light/repeat.d.ts.map +1 -1
- package/dist/light/sender.d.ts.map +1 -1
- package/dist/light/validators.d.ts +1 -1
- package/dist/light/validators.d.ts.map +1 -1
- package/dist/light-rules/client.d.ts.map +1 -1
- package/dist/light-rules/inline-evaluator.d.ts.map +1 -1
- package/dist/light-rules/pi-invoker.d.ts.map +1 -1
- package/dist/light-rules/registry.d.ts.map +1 -1
- package/dist/light-rules/storage.d.ts.map +1 -1
- package/dist/notification/app-name-map.d.ts +12 -0
- package/dist/notification/app-name-map.d.ts.map +1 -1
- package/dist/notification/storage.d.ts.map +1 -1
- package/dist/notification/summary.d.ts.map +1 -1
- package/dist/plugin/auto-update.d.ts.map +1 -1
- package/dist/plugin/cli.d.ts.map +1 -1
- package/dist/plugin/images.d.ts.map +1 -1
- package/dist/plugin/lifecycle.d.ts.map +1 -1
- package/dist/plugin/light-control.d.ts.map +1 -1
- package/dist/plugin/light-rules-tools.d.ts.map +1 -1
- package/dist/plugin/locale.d.ts +30 -0
- package/dist/plugin/locale.d.ts.map +1 -0
- package/dist/plugin/notifications.d.ts.map +1 -1
- package/dist/plugin/ntf-bin.d.ts.map +1 -1
- package/dist/plugin/recordings.d.ts.map +1 -1
- package/dist/plugin/system.d.ts.map +1 -1
- package/dist/profile/auth/base-apikey.d.ts.map +1 -1
- package/dist/profile/auth/jvsclaw.d.ts.map +1 -1
- package/dist/recording/downloader.d.ts.map +1 -1
- package/dist/recording/result-writer.d.ts.map +1 -1
- package/dist/recording/state-machine.d.ts.map +1 -1
- package/dist/recording/storage.d.ts.map +1 -1
- package/dist/tunnel/frame-slimmer.d.ts.map +1 -1
- package/dist/tunnel/gateway-target.d.ts.map +1 -1
- package/dist/tunnel/messages.d.ts +11 -0
- package/dist/tunnel/messages.d.ts.map +1 -0
- package/dist/tunnel/relay-client.d.ts +1 -0
- package/dist/tunnel/relay-client.d.ts.map +1 -1
- package/dist/tunnel/service.d.ts +2 -0
- package/dist/tunnel/service.d.ts.map +1 -1
- package/dist/tunnel/status.d.ts.map +1 -1
- package/dist/tunnel/types.d.ts +2 -0
- package/dist/tunnel/types.d.ts.map +1 -1
- package/dist/types.d.ts +26 -15
- package/dist/types.d.ts.map +1 -1
- package/dist/update/executor.d.ts.map +1 -1
- package/dist/update/index.d.ts.map +1 -1
- package/dist/update/restart.d.ts.map +1 -1
- package/dist/update/stale-runtime.d.ts.map +1 -1
- package/openclaw.plugin.json +9 -0
- package/package.json +1 -1
- package/skills/notification-monitor/SKILL.md +115 -84
- package/skills/notification-monitor/references/README.md +15 -19
- package/skills/notification-query/SKILL.md +125 -97
- package/skills/notification-query/references/statistics.md +74 -78
- package/skills/notification-to-memory/SKILL.md +78 -47
- package/skills/notification-to-memory/references/write-memory-lancedb-plugin.md +34 -32
- package/skills/notification-to-memory/references/write-memory-openclaw-native.md +29 -27
- package/skills/recording-entity-extraction/SKILL.md +102 -65
- package/skills/recording-interview/SKILL.md +105 -69
- package/skills/recording-meeting-minutes/SKILL.md +88 -51
- package/skills/recording-mindmap/SKILL.md +125 -91
- package/skills/recording-query/SKILL.md +98 -64
- package/skills/recording-translation/SKILL.md +108 -71
- package/skills/yoooclaw-faq/SKILL.md +105 -73
package/dist/cli/auth.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/cli/auth.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/cli/auth.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAW/C,wBAAgB,eAAe,CAAC,OAAO,EAAE,UAAU,GAAG,IAAI,CAiEzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-credentials.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-credentials.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-credentials.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-credentials.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE1C,eAAO,MAAM,gBAAgB,EAAE,OAY9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-dangerous-flags.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-dangerous-flags.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-dangerous-flags.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-dangerous-flags.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAc,MAAM,YAAY,CAAC;AAMtD,eAAO,MAAM,mBAAmB,EAAE,OAyBjC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-local-gateway.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-local-gateway.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-local-gateway.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-local-gateway.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AA4B1C,eAAO,MAAM,iBAAiB,EAAE,OAyD/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-node-version.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-node-version.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-node-version.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-node-version.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAK1C,eAAO,MAAM,gBAAgB,EAAE,OAiB9B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-plugin-version.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-plugin-version.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-plugin-version.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-plugin-version.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE1C,eAAO,MAAM,kBAAkB,EAAE,OAsChC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-state-dir-perms.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-state-dir-perms.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-state-dir-perms.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-state-dir-perms.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAE1C,eAAO,MAAM,kBAAkB,EAAE,OAwBhC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-tool-policy.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-tool-policy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-tool-policy.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-tool-policy.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAc,MAAM,YAAY,CAAC;AAMtD,eAAO,MAAM,eAAe,EAAE,OAsC7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-trusted-proxy.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-trusted-proxy.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-trusted-proxy.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-trusted-proxy.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAc,MAAM,YAAY,CAAC;AAMtD,eAAO,MAAM,iBAAiB,EAAE,OAiB/B,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,OAgBzC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"check-tunnel.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-tunnel.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"check-tunnel.d.ts","sourceRoot":"","sources":["../../../src/cli/doctor/check-tunnel.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAG1C,eAAO,MAAM,WAAW,EAAE,OA0DzB,CAAC"}
|
package/dist/cli/doctor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../src/cli/doctor.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"doctor.d.ts","sourceRoot":"","sources":["../../src/cli/doctor.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAwK3D,wBAAgB,cAAc,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CASrE"}
|
package/dist/cli/env.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/cli/env.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAKL,KAAK,OAAO,EACb,MAAM,WAAW,CAAC;AAGnB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/cli/env.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAKL,KAAK,OAAO,EACb,MAAM,WAAW,CAAC;AAGnB,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEpD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAkB/C,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,IAAI,CAAC;IACT,GAAG,EAAE,OAAO,CAAC;IACb,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,OAAO,EAAE,CAAC;CAC1B;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,EAAE,OAAO,CAAC;IACnB,EAAE,EAAE,OAAO,CAAC;IACZ,MAAM,EAAE,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;IACrC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,IAAI,CAAC;IACT,OAAO,EAAE,MAAM,CAAC;IAChB,GAAG,EAAE,OAAO,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,eAAe,CAAC;CACzB;AAED,MAAM,WAAW,UAAU;IACzB,oBAAoB,CAAC,EAAE,MAAM,OAAO,GAAG,SAAS,CAAC;IACjD,sBAAsB,CAAC,EAAE,MAAM;QAAE,SAAS,EAAE,OAAO,CAAA;KAAE,CAAC;IACtD,cAAc,CAAC,EAAE,MAAM,UAAU,GAAG,OAAO,CAAC;IAC5C,eAAe,CAAC,EAAE,MAAM,QAAQ,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,mBAAmB,CAAC,IAAI,GAAE,UAAe,GAAG,cAAc,CAazE;AAED,wBAAgB,kCAAkC,CAChD,IAAI,GAAE,UAAe,GACpB,eAAe,CAqEjB;AAED,wBAAgB,qBAAqB,CACnC,OAAO,EAAE,OAAO,EAChB,IAAI,GAAE,UAAe,GACpB,gBAAgB,CAelB;AAED,wBAAgB,cAAc,CAAC,GAAG,EAAE,UAAU,EAAE,IAAI,GAAE,UAAe,GAAG,IAAI,CAuB3E"}
|
package/dist/cli/helpers.d.ts
CHANGED
|
@@ -43,8 +43,13 @@ export declare function readDateFileAsync(dir: string, dateKey: string): Promise
|
|
|
43
43
|
export declare function progress(message: string): void;
|
|
44
44
|
/** Print JSON result to stdout */
|
|
45
45
|
export declare function output(data: unknown): void;
|
|
46
|
-
/** Print error JSON and exit with code 1
|
|
47
|
-
|
|
46
|
+
/** Print error JSON and exit with code 1.
|
|
47
|
+
* - exitError("NO_DATA", { date }) → 查 i18n
|
|
48
|
+
* - exitError("NO_DATA", t("…"), ) → 显式文案
|
|
49
|
+
* - exitError("STORAGE_UNAVAILABLE") → tError(code)
|
|
50
|
+
*/
|
|
51
|
+
export declare function exitError(code: string, messageOrParams?: string | Record<string, string | number>, params?: Record<string, string | number>): never;
|
|
52
|
+
export declare function exitStorageUnavailable(kind: "notifications" | "images" | "recordings"): never;
|
|
48
53
|
/** Resolve the recordings storage directory (stateDir → workspace fallback) */
|
|
49
54
|
export declare function resolveRecordingsDir(ctx: CliContext): string | null;
|
|
50
55
|
/** Recording index entry (mirrors RecordingIndexEntry from storage.ts) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/cli/helpers.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/cli/helpers.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-list.d.ts","sourceRoot":"","sources":["../../src/cli/image-list.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAKhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"image-list.d.ts","sourceRoot":"","sources":["../../src/cli/image-list.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAKhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAmC1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-path.d.ts","sourceRoot":"","sources":["../../src/cli/image-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"image-path.d.ts","sourceRoot":"","sources":["../../src/cli/image-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAOhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CA0B1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-status.d.ts","sourceRoot":"","sources":["../../src/cli/image-status.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"image-status.d.ts","sourceRoot":"","sources":["../../src/cli/image-status.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAMhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CA2B5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image-storage-path.d.ts","sourceRoot":"","sources":["../../src/cli/image-storage-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAIhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"image-storage-path.d.ts","sourceRoot":"","sources":["../../src/cli/image-storage-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAIhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,UAAU,EACjB,GAAG,EAAE,UAAU,GACd,IAAI,CASN"}
|
package/dist/cli/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AA4B3D,wBAAgB,cAAc,CAC5B,OAAO,EAAE,UAAU,EACnB,GAAG,EAAE,UAAU,EACf,eAAe,GAAE,MAAM,GAAG,IAAY,GACrC,IAAI,CAgEN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"light-send.d.ts","sourceRoot":"","sources":["../../src/cli/light-send.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAqB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"light-send.d.ts","sourceRoot":"","sources":["../../src/cli/light-send.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,UAAU,EAAqB,MAAM,cAAc,CAAC;AAOlE,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CA2CzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"light-setup-tools.d.ts","sourceRoot":"","sources":["../../src/cli/light-setup-tools.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,UAAU,EAAqB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"light-setup-tools.d.ts","sourceRoot":"","sources":["../../src/cli/light-setup-tools.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,UAAU,EAAqB,MAAM,cAAc,CAAC;AAoFlE,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAsC/D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"log-search.d.ts","sourceRoot":"","sources":["../../src/cli/log-search.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAMhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"log-search.d.ts","sourceRoot":"","sources":["../../src/cli/log-search.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAMhB,MAAM,cAAc,CAAC;AAmDtB,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAmCxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-monitor.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-monitor.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,UAAU,EAAqB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ntf-monitor.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-monitor.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,UAAU,EAAqB,MAAM,cAAc,CAAC;AA8CnF,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAoLzE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-query.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"ntf-query.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-query.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAWrE,MAAM,WAAW,2BAA2B;IAC1C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,wBAAwB;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;CAC1B;AAED,MAAM,WAAW,sBAAsB;IACrC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,iBAAiB,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,uBAAuB;IACtC,aAAa,EAAE,kBAAkB,EAAE,CAAC;IACpC,KAAK,EAAE,sBAAsB,CAAC;CAC/B;AAED,wBAAgB,0BAA0B,CACxC,QAAQ,EAAE,MAAM,GAAG,SAAS,EAC5B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,GAChB,MAAM,CAWR;AAED,wBAAgB,6BAA6B,CAC3C,IAAI,EAAE,2BAA2B,EACjC,YAAY,SAAM,GACjB,wBAAwB,CAuC1B;AAED,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,kBAAkB,EACxB,IAAI,EAAE,wBAAwB,GAC7B,OAAO,CAkCT;AAED,wBAAsB,4BAA4B,CAChD,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,wBAAwB,GAC7B,OAAO,CAAC,kBAAkB,EAAE,CAAC,CAG/B;AAED,wBAAsB,qCAAqC,CACzD,GAAG,EAAE,MAAM,EACX,IAAI,EAAE,wBAAwB,GAC7B,OAAO,CAAC,uBAAuB,CAAC,CAkClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-search.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-search.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAKhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ntf-search.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-search.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAKhB,MAAM,cAAc,CAAC;AAOtB,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAoCxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-stats.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-stats.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAUhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ntf-stats.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-stats.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAUhB,MAAM,cAAc,CAAC;AAKtB,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAyEvE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-storage-path.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-storage-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAIhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"ntf-storage-path.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-storage-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAIhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,sBAAsB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAS7E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-summary-job.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-summary-job.ts"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"ntf-summary-job.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-summary-job.ts"],"names":[],"mappings":"AASA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAMhB,MAAM,cAAc,CAAC;AAoftB,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAuV5E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-summary.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-summary.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"ntf-summary.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-summary.ts"],"names":[],"mappings":"AACA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAMhB,MAAM,cAAc,CAAC;AAuFtB,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CA0HzE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ntf-sync.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-sync.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"ntf-sync.d.ts","sourceRoot":"","sources":["../../src/cli/ntf-sync.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAQhB,MAAM,cAAc,CAAC;AAyItB,wBAAgB,eAAe,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAiPtE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rec-list.d.ts","sourceRoot":"","sources":["../../src/cli/rec-list.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAKhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"rec-list.d.ts","sourceRoot":"","sources":["../../src/cli/rec-list.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAKhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,eAAe,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CA8BtE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rec-setup.d.ts","sourceRoot":"","sources":["../../src/cli/rec-setup.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"rec-setup.d.ts","sourceRoot":"","sources":["../../src/cli/rec-setup.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAoI3D,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CA2CvE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rec-status.d.ts","sourceRoot":"","sources":["../../src/cli/rec-status.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,
|
|
1
|
+
{"version":3,"file":"rec-status.d.ts","sourceRoot":"","sources":["../../src/cli/rec-status.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAMhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAsCxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rec-storage-path.d.ts","sourceRoot":"","sources":["../../src/cli/rec-storage-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAIhB,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"rec-storage-path.d.ts","sourceRoot":"","sources":["../../src/cli/rec-storage-path.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,UAAU,EACf,KAAK,UAAU,EAIhB,MAAM,cAAc,CAAC;AAGtB,wBAAgB,sBAAsB,CACpC,GAAG,EAAE,UAAU,EACf,GAAG,EAAE,UAAU,GACd,IAAI,CASN"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tunnel-status.d.ts","sourceRoot":"","sources":["../../src/cli/tunnel-status.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"tunnel-status.d.ts","sourceRoot":"","sources":["../../src/cli/tunnel-status.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAK3D,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAyD3E"}
|
package/dist/cli/update.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../src/cli/update.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"update.d.ts","sourceRoot":"","sources":["../../src/cli/update.ts"],"names":[],"mappings":"AAeA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAyK3D,wBAAgB,cAAc,CAAC,GAAG,EAAE,UAAU,EAAE,GAAG,EAAE,UAAU,GAAG,IAAI,CAUrE"}
|
package/dist/env.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/** 向 stateDir/.env 写入或更新单个键值(供 env、locale 等模块复用)。 */
|
|
2
|
+
export declare function upsertStateDotEnv(key: string, value: string): void;
|
|
1
3
|
export type EnvName = "development" | "test" | "production";
|
|
2
4
|
export declare const NOTIFICATION_INTELLIGENCE_LIGHT_RULES_PLUGIN_PATH = "/api/plugin/notification-intelligence/light-rules";
|
|
3
5
|
export declare const NOTIFICATION_INTELLIGENCE_LIGHT_EFFECTS_SEND_PLUGIN_PATH = "/api/plugin/notification-intelligence/light-effects/send";
|
package/dist/env.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../src/env.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../src/env.ts"],"names":[],"mappings":"AAiCA,qDAAqD;AACrD,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAElE;AA0BD,MAAM,MAAM,OAAO,GAAG,aAAa,GAAG,MAAM,GAAG,YAAY,CAAC;AAQ5D,eAAO,MAAM,iDAAiD,sDACT,CAAC;AACtD,eAAO,MAAM,wDAAwD,6DACT,CAAC;AAQ7D,UAAU,OAAO;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,2CAA2C,EAAE,MAAM,CAAC;IACpD,2CAA2C,EAAE,MAAM,CAAC;IACpD,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,oCAAoC,EAAE,MAAM,CAAC;IAC7C,6CAA6C,EAAE,MAAM,CAAC;IACtD,uBAAuB,EAAE,MAAM,CAAC;IAChC,iDAAiD;IACjD,2BAA2B,EAAE,MAAM,CAAC;CACrC;AA2BD,wBAAgB,oDAAoD,CAClE,GAAG,EAAE,MAAM,GACV,MAAM,CAiCR;AAED;;;;GAIG;AACH,wBAAgB,oDAAoD,CAClE,GAAG,EAAE,MAAM,GACV,MAAM,CAmBR;AAqCD,2CAA2C;AAC3C,wBAAgB,oBAAoB,IAAI,OAAO,GAAG,SAAS,CAI1D;AAED;;;;;;;GAOG;AACH,wBAAgB,WAAW,IAAI,OAAO,CAQrC;AAED,oBAAoB;AACpB,wBAAgB,WAAW,CAAC,GAAG,EAAE,OAAO,GAAG,IAAI,CAQ9C;AAED,qBAAqB;AACrB,wBAAgB,UAAU,CAAC,GAAG,CAAC,EAAE,OAAO,GAAG,OAAO,CAEjD;AAED,iBAAiB;AACjB,wBAAgB,gBAAgB,IAAI,OAAO,EAAE,CAE5C"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { DEFAULT_LOCALE, PHONE_NOTIFICATIONS_LANG_ENV, PLUGIN_LOCALE_CHANGED_EVENT, SUPPORTED_LOCALES, applyAppLocale, getAcceptLanguage, getActiveLocale, normalizeLocale, onLocaleApplied, readPersistedLocale, readPersistedLocaleFromStateDir, resolveLocale, saveLocale, toAcceptLanguage, resetLocaleStateForTest, } from "./locale.js";
|
|
2
|
+
export { SKILLS_RELATIVE_PATH, resolveSkillsRelativePath, resolveSkillsAbsolutePath, resolveSkillResourcePath, syncInstalledPluginSkillsManifest, } from "./skills-path.js";
|
|
3
|
+
export { MANIFEST_TEXT_BY_LOCALE, applyManifestLocale, syncInstalledPluginManifestLocale, type ManifestLocaleResult, } from "./manifest-locale.js";
|
|
4
|
+
export { REPLY_LANGUAGE_POLICY, buildResponseLocalePrependContext, buildResponseLocaleSystemContext, normalizeTargetLanguage, resolveResponseLocaleInput, responseLocaleStore, type ResponseLocalePreference, } from "./response-locale.js";
|
|
5
|
+
export { initI18n, t, tError } from "./translate.js";
|
|
6
|
+
export type { AcceptLanguage, LocaleSource, SupportedLocale } from "./locale.js";
|
|
7
|
+
export type { MessageKey } from "./messages/index.js";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,4BAA4B,EAC5B,2BAA2B,EAC3B,iBAAiB,EACjB,cAAc,EACd,iBAAiB,EACjB,eAAe,EACf,eAAe,EACf,eAAe,EACf,mBAAmB,EACnB,+BAA+B,EAC/B,aAAa,EACb,UAAU,EACV,gBAAgB,EAChB,uBAAuB,GACxB,MAAM,aAAa,CAAC;AACrB,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,yBAAyB,EACzB,wBAAwB,EACxB,iCAAiC,GAClC,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EACL,uBAAuB,EACvB,mBAAmB,EACnB,iCAAiC,EACjC,KAAK,oBAAoB,GAC1B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EACL,qBAAqB,EACrB,iCAAiC,EACjC,gCAAgC,EAChC,uBAAuB,EACvB,0BAA0B,EAC1B,mBAAmB,EACnB,KAAK,wBAAwB,GAC9B,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AACrD,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AACjF,YAAY,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
export declare const PHONE_NOTIFICATIONS_LANG_ENV = "PHONE_NOTIFICATIONS_LANG";
|
|
2
|
+
export declare const DEFAULT_LOCALE = "zh-CN";
|
|
3
|
+
export declare const SUPPORTED_LOCALES: readonly ["zh-CN", "zh-TW", "en-US"];
|
|
4
|
+
export declare const PLUGIN_LOCALE_CHANGED_EVENT = "plugin.locale.changed";
|
|
5
|
+
export type SupportedLocale = (typeof SUPPORTED_LOCALES)[number];
|
|
6
|
+
export type LocaleSource = "app" | "env" | "process" | "default";
|
|
7
|
+
/** 将输入规范化为支持的 locale;无法识别时返回 null。 */
|
|
8
|
+
export declare function normalizeLocale(input: unknown): SupportedLocale | null;
|
|
9
|
+
/** 读取 .env 中由 App 上次同步的 locale。 */
|
|
10
|
+
export declare function readPersistedLocale(): SupportedLocale | undefined;
|
|
11
|
+
/** 从指定 stateDir/.env 读取已持久化的 locale(用于 update 等显式 stateDir 场景)。 */
|
|
12
|
+
export declare function readPersistedLocaleFromStateDir(stateDir: string): SupportedLocale | undefined;
|
|
13
|
+
type LocaleAppliedListener = (locale: SupportedLocale, previous: SupportedLocale) => void;
|
|
14
|
+
/** 注册 locale 变更回调(skills manifest、文案刷新等)。 */
|
|
15
|
+
export declare function onLocaleApplied(listener: LocaleAppliedListener): () => void;
|
|
16
|
+
/** 返回进程内当前 locale。 */
|
|
17
|
+
export declare function getActiveLocale(): SupportedLocale;
|
|
18
|
+
/** 云端 HTTP 请求用的 Accept-Language 简码(en / zh)。 */
|
|
19
|
+
export type AcceptLanguage = "en" | "zh";
|
|
20
|
+
/** 将 SupportedLocale 映射为 Accept-Language 简码。 */
|
|
21
|
+
export declare function toAcceptLanguage(locale: SupportedLocale): AcceptLanguage;
|
|
22
|
+
/** 当前插件 locale 对应的 Accept-Language 简码。 */
|
|
23
|
+
export declare function getAcceptLanguage(): AcceptLanguage;
|
|
24
|
+
/**
|
|
25
|
+
* App 切换语言时调用:立即更新内存并写入 .env。
|
|
26
|
+
* 返回变更前的 locale。
|
|
27
|
+
*/
|
|
28
|
+
export declare function applyAppLocale(locale: SupportedLocale): SupportedLocale;
|
|
29
|
+
/** 解析当前 locale 及来源(不回退系统 LANG,未同步前默认 zh-CN)。 */
|
|
30
|
+
export declare function resolveLocale(): {
|
|
31
|
+
locale: SupportedLocale;
|
|
32
|
+
source: LocaleSource;
|
|
33
|
+
};
|
|
34
|
+
/** 持久化 locale(测试 / 安装脚本用;运行时请用 applyAppLocale)。 */
|
|
35
|
+
export declare function saveLocale(locale: SupportedLocale): void;
|
|
36
|
+
/** 仅测试用:重置进程内 locale,避免用例间泄漏。 */
|
|
37
|
+
export declare function resetLocaleStateForTest(locale?: SupportedLocale): void;
|
|
38
|
+
export {};
|
|
39
|
+
//# sourceMappingURL=locale.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../src/i18n/locale.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,4BAA4B,6BAA6B,CAAC;AACvE,eAAO,MAAM,cAAc,UAAU,CAAC;AACtC,eAAO,MAAM,iBAAiB,sCAAuC,CAAC;AACtE,eAAO,MAAM,2BAA2B,0BAA0B,CAAC;AAEnE,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,iBAAiB,CAAC,CAAC,MAAM,CAAC,CAAC;AACjE,MAAM,MAAM,YAAY,GAAG,KAAK,GAAG,KAAK,GAAG,SAAS,GAAG,SAAS,CAAC;AA6FjE,sCAAsC;AACtC,wBAAgB,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,eAAe,GAAG,IAAI,CAuBtE;AAED,mCAAmC;AACnC,wBAAgB,mBAAmB,IAAI,eAAe,GAAG,SAAS,CAIjE;AAED,mEAAmE;AACnE,wBAAgB,+BAA+B,CAC7C,QAAQ,EAAE,MAAM,GACf,eAAe,GAAG,SAAS,CAI7B;AAOD,KAAK,qBAAqB,GAAG,CAC3B,MAAM,EAAE,eAAe,EACvB,QAAQ,EAAE,eAAe,KACtB,IAAI,CAAC;AAIV,6CAA6C;AAC7C,wBAAgB,eAAe,CAAC,QAAQ,EAAE,qBAAqB,GAAG,MAAM,IAAI,CAM3E;AAED,sBAAsB;AACtB,wBAAgB,eAAe,IAAI,eAAe,CAEjD;AAED,gDAAgD;AAChD,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,CAAC;AAEzC,gDAAgD;AAChD,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,eAAe,GAAG,cAAc,CAExE;AAED,0CAA0C;AAC1C,wBAAgB,iBAAiB,IAAI,cAAc,CAElD;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,eAAe,GAAG,eAAe,CAiBvE;AAED,gDAAgD;AAChD,wBAAgB,aAAa,IAAI;IAAE,MAAM,EAAE,eAAe,CAAC;IAAC,MAAM,EAAE,YAAY,CAAA;CAAE,CAuBjF;AAED,mDAAmD;AACnD,wBAAgB,UAAU,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI,CAExD;AAED,iCAAiC;AACjC,wBAAgB,uBAAuB,CAAC,MAAM,GAAE,eAAgC,GAAG,IAAI,CAGtF"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { SupportedLocale } from "./locale.js";
|
|
2
|
+
type ManifestTextMap = Readonly<Record<string, string>>;
|
|
3
|
+
export declare const MANIFEST_TEXT_BY_LOCALE: Record<SupportedLocale, ManifestTextMap>;
|
|
4
|
+
export interface ManifestLocaleResult {
|
|
5
|
+
updated: boolean;
|
|
6
|
+
appliedPaths: string[];
|
|
7
|
+
missingPaths: string[];
|
|
8
|
+
}
|
|
9
|
+
export declare function applyManifestLocale(manifest: Record<string, unknown>, locale: SupportedLocale): ManifestLocaleResult;
|
|
10
|
+
export declare function syncInstalledPluginManifestLocale(pluginInstallDir: string, locale: SupportedLocale): ManifestLocaleResult;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=manifest-locale.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manifest-locale.d.ts","sourceRoot":"","sources":["../../src/i18n/manifest-locale.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAEnD,KAAK,eAAe,GAAG,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC;AA8IxD,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAC1C,eAAe,EACf,eAAe,CAKhB,CAAC;AAEF,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAqBD,wBAAgB,mBAAmB,CACjC,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EACjC,MAAM,EAAE,eAAe,GACtB,oBAAoB,CAoBtB;AAED,wBAAgB,iCAAiC,CAC/C,gBAAgB,EAAE,MAAM,EACxB,MAAM,EAAE,eAAe,GACtB,oBAAoB,CAyBtB"}
|