@awiki/dsh-plugin 0.3.0-rc.1 → 0.3.0
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 +17 -16
- package/README.zh.md +15 -11
- package/THIRD_PARTY_NOTICES.md +0 -7
- package/lib/client.js +5572 -8534
- package/lib/client.js.map +1 -1
- package/lib/index.js +373 -36
- package/lib/provider.js +1 -1
- package/lib/{sdk-adapter-DLhLrLI6.mjs → sdk-adapter-BIbsJmRj.mjs} +28 -4
- package/lib/typert.host.js +221 -81
- package/lib/typert.remote-client.d.ts +5 -1
- package/lib/typert.remote-client.d.ts.map +1 -1
- package/lib/typert.remote-client.js +221 -81
- package/lib/types/client/AwikiGroupAccessNotice.d.ts +12 -0
- package/lib/types/client/AwikiGroupAccessNotice.d.ts.map +1 -0
- package/lib/types/client/AwikiGroupAccessNotice.js +31 -0
- package/lib/types/client/AwikiGroupAccessNotice.js.map +1 -0
- package/lib/types/client/AwikiGroupDetails.d.ts +8 -1
- package/lib/types/client/AwikiGroupDetails.d.ts.map +1 -1
- package/lib/types/client/AwikiGroupDetails.js +40 -4
- package/lib/types/client/AwikiGroupDetails.js.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.d.ts +2 -1
- package/lib/types/client/AwikiIdentityAccess.d.ts.map +1 -1
- package/lib/types/client/AwikiIdentityAccess.js +10 -2
- package/lib/types/client/AwikiIdentityAccess.js.map +1 -1
- package/lib/types/client/AwikiMail.d.ts.map +1 -1
- package/lib/types/client/AwikiMail.js +5 -1
- package/lib/types/client/AwikiMail.js.map +1 -1
- package/lib/types/client/AwikiOverlay.d.ts.map +1 -1
- package/lib/types/client/AwikiOverlay.js +72 -11
- package/lib/types/client/AwikiOverlay.js.map +1 -1
- package/lib/types/client/AwikiRecoveryForm.d.ts +3 -0
- package/lib/types/client/AwikiRecoveryForm.d.ts.map +1 -1
- package/lib/types/client/AwikiRecoveryForm.js +10 -6
- package/lib/types/client/AwikiRecoveryForm.js.map +1 -1
- package/lib/types/client/AwikiSettingsSection.d.ts +4 -18
- package/lib/types/client/AwikiSettingsSection.d.ts.map +1 -1
- package/lib/types/client/AwikiSettingsSection.js +7 -271
- package/lib/types/client/AwikiSettingsSection.js.map +1 -1
- package/lib/types/client/awiki-client-bridge.d.ts +18 -0
- package/lib/types/client/awiki-client-bridge.d.ts.map +1 -0
- package/lib/types/client/awiki-client-bridge.js +18 -0
- package/lib/types/client/awiki-client-bridge.js.map +1 -0
- package/lib/types/client/controller.d.ts +38 -2
- package/lib/types/client/controller.d.ts.map +1 -1
- package/lib/types/client/controller.js +473 -47
- package/lib/types/client/controller.js.map +1 -1
- package/lib/types/client/index.d.ts +3 -3
- package/lib/types/client/index.d.ts.map +1 -1
- package/lib/types/client/index.js +7 -46
- package/lib/types/client/index.js.map +1 -1
- package/lib/types/client/settings-locales.d.ts +2 -5
- package/lib/types/client/settings-locales.d.ts.map +1 -1
- package/lib/types/client/settings-locales.js +3 -183
- package/lib/types/client/settings-locales.js.map +1 -1
- package/lib/types/client/slots.d.ts +6 -0
- package/lib/types/client/slots.d.ts.map +1 -1
- package/lib/types/conversation-preferences.d.ts +20 -0
- package/lib/types/conversation-preferences.d.ts.map +1 -0
- package/lib/types/conversation-preferences.js +294 -0
- package/lib/types/conversation-preferences.js.map +1 -0
- package/lib/types/index.d.ts +6 -1
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/index.js +39 -0
- package/lib/types/index.js.map +1 -1
- package/lib/types/sdk-adapter.d.ts.map +1 -1
- package/lib/types/sdk-adapter.js +35 -4
- package/lib/types/sdk-adapter.js.map +1 -1
- package/lib/types/types.d.ts +32 -1
- package/lib/types/types.d.ts.map +1 -1
- package/lib/types/types.js.map +1 -1
- package/package.json +57 -55
- package/lib/types/client/AwikiOnboarding.d.ts +0 -22
- package/lib/types/client/AwikiOnboarding.d.ts.map +0 -1
- package/lib/types/client/AwikiOnboarding.js +0 -104
- package/lib/types/client/AwikiOnboarding.js.map +0 -1
- package/lib/types/client/RechargeComingSoonDialog.d.ts +0 -11
- package/lib/types/client/RechargeComingSoonDialog.d.ts.map +0 -1
- package/lib/types/client/RechargeComingSoonDialog.js +0 -8
- package/lib/types/client/RechargeComingSoonDialog.js.map +0 -1
- package/lib/types/client/model-availability-controller.d.ts +0 -27
- package/lib/types/client/model-availability-controller.d.ts.map +0 -1
- package/lib/types/client/model-availability-controller.js +0 -111
- package/lib/types/client/model-availability-controller.js.map +0 -1
- package/lib/types/client/model-proxy-controller.d.ts +0 -45
- package/lib/types/client/model-proxy-controller.d.ts.map +0 -1
- package/lib/types/client/model-proxy-controller.js +0 -306
- package/lib/types/client/model-proxy-controller.js.map +0 -1
- package/lib/types/client/recharge-availability.d.ts +0 -6
- package/lib/types/client/recharge-availability.d.ts.map +0 -1
- package/lib/types/client/recharge-availability.js +0 -6
- package/lib/types/client/recharge-availability.js.map +0 -1
package/README.md
CHANGED
|
@@ -23,12 +23,12 @@ TypeScript SDK `identity.json`; create a new Rust-backed identity after upgradin
|
|
|
23
23
|
- Direct-message and existing-group conversation lists, unread counts, latest-message previews, and persisted display names. Core SQLite remains the persistent source of truth: the Host joins persisted peer profiles onto Direct roster rows, while the browser keeps the active identity's last trustworthy Direct profile and group title. Sparse polling identifiers therefore cannot overwrite a resolved display name or real group title. After an existing Handle is recovered, the Host synchronizes account projections before asking Core to restore old group memberships; pending or blocked groups expose a retryable status without disabling Direct messages or other groups. Opening a conversation renders the committed local timeline first, hydrates group sender labels from the Core display-profile cache, reconciles remote history and Direct profile data in the background, and keeps local messages visible if refresh fails. A failed background roster poll also leaves the usable local view quiet; explicit loads still surface their errors. This local-first path covers the newest projected page; loading older messages still requires the remote history service. Scrolling up reveals a latest-message control that counts newer arrivals without interrupting reading. A conversation is marked read only after its newest rendered message reaches the visible bottom.
|
|
24
24
|
- Create a private-discovery, open-join, transport-protected group from the Web UI with a name and 1–50 initial Handle or DID members. The group opens immediately; members that could not be added are reported without hiding the successfully created group.
|
|
25
25
|
- Text messages plus one attachment per message, with Enter-to-send, Shift+Enter line breaks, optimistic sending bubbles reconciled by an exact client message ID, image previews, and SHA verification. Verified image bytes use three bounded layers: a browser-runtime LRU makes conversation remounts immediate, identity-scoped IndexedDB survives full page reloads without a Host call, and the private Host disk cache survives browser-storage loss and Harness restarts. Clear Local Data removes all three layers.
|
|
26
|
-
- A draggable circular launcher, adaptive popup placement, dark mode, and remembered active conversation.
|
|
26
|
+
- A draggable circular launcher that defaults to the lower-left sidebar area, adaptive popup placement, dark mode, and remembered active conversation.
|
|
27
27
|
- User-triggered AI summaries for up to 50 recent or unread messages, kept only in runtime memory with explicit stale, retry, copy, and source-navigation states.
|
|
28
28
|
- OTP identity access keeps the verification form visible and disables resend with a visible server-directed cooldown countdown. Handle classification happens before OTP delivery, so each attempt sends exactly one purpose-correct registration or recovery code.
|
|
29
29
|
- When the separate `@awiki/dsh-model-proxy` package is installed, an AWiki-hosted DeepSeek choice appears before the official API-key onboarding step only when Harness has no usable model provider, with an explicit opt-in and an unchanged API-key escape path. New sessions do not show AWiki model or payment prompts after the official or another provider is usable.
|
|
30
|
-
- The optional model-proxy package owns the Host
|
|
31
|
-
-
|
|
30
|
+
- The optional model-proxy package owns the Host short-token flow and every model-hosting Browser surface: onboarding plus Settings → Quick Recharge with Account & Recharge and Usage tabs. It registers `awiki-deepseek` with `deepseek-v4-flash` and `deepseek-v4-pro`; Flash is recommended and credentials never enter the Browser.
|
|
31
|
+
- AWiki identity, domain, and local-data settings remain in the main package. Installing only the main package does not register model opt-in, recharge, usage, or model onboarding UI.
|
|
32
32
|
- A typed second confirmation in the Settings danger zone before permanently clearing local AWiki identity, key, token, registration-draft, and message-index state.
|
|
33
33
|
- Five messaging Agent tools: identity status, conversations, history, approved text send, and approved attachment send.
|
|
34
34
|
- Five on-demand mail Agent tools: mailbox account, inbox, plain-text read, approved mark-read, and approved plain-text send.
|
|
@@ -65,7 +65,7 @@ dsh plugin --profile web add @awiki/dsh-plugin@latest
|
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
The main package no longer installs the AWiki-hosted model provider. Add the
|
|
68
|
-
independently versioned
|
|
68
|
+
independently versioned Model Proxy package only when that capability is wanted:
|
|
69
69
|
|
|
70
70
|
```bash
|
|
71
71
|
dsh plugin --profile web add @awiki/dsh-model-proxy@latest
|
|
@@ -74,7 +74,7 @@ dsh plugin --profile web add @awiki/dsh-model-proxy@latest
|
|
|
74
74
|
The profile installer both adds the package and activates its bundle layer. A
|
|
75
75
|
plain `npm i @awiki/dsh-plugin` in a DSH project only installs the package; it
|
|
76
76
|
does not activate the bundle, so the profile command remains the recommended
|
|
77
|
-
installation path. This release line targets the `0.1.0-rc.
|
|
77
|
+
installation path. This release line targets the `0.1.0-rc.8` package family
|
|
78
78
|
and pins every direct Host peer exactly, preventing npm from mixing prerelease
|
|
79
79
|
families in a DSH root dependency tree.
|
|
80
80
|
|
|
@@ -129,10 +129,11 @@ The former runtime import `@awiki/dsh-plugin/model-proxy` has been removed. Use
|
|
|
129
129
|
model onboarding, account/recharge, and usage entry points hidden while leaving
|
|
130
130
|
AWiki Advanced settings functional.
|
|
131
131
|
|
|
132
|
-
|
|
133
|
-
`@awiki/dsh-model-proxy@0.1.0
|
|
134
|
-
|
|
135
|
-
|
|
132
|
+
The stable split-package line uses `@awiki/dsh-plugin@0.3.0`; the standalone
|
|
133
|
+
`@awiki/dsh-model-proxy@0.1.0` package requires main `^0.3.0`. This lower
|
|
134
|
+
bound is the first main package that provides the shared `awikiClient` Browser
|
|
135
|
+
bridge, and it also prevents combining the standalone package with a `0.2.x`
|
|
136
|
+
main package that still inserted the old runtime by default.
|
|
136
137
|
|
|
137
138
|
The optional package owns these configuration variables:
|
|
138
139
|
|
|
@@ -143,7 +144,7 @@ The optional package owns these configuration variables:
|
|
|
143
144
|
| `DSH_AWIKI_MODEL_MAX_TOKENS` | Maximum AWiki-hosted DeepSeek output | `8192` |
|
|
144
145
|
| `DSH_AWIKI_MODEL_TOKEN_REFRESH_SKEW_SECONDS` | Early short-token refresh interval | `60` |
|
|
145
146
|
|
|
146
|
-
AWiki-hosted DeepSeek is disabled by default. Only an explicit choice in onboarding or Settings →
|
|
147
|
+
AWiki-hosted DeepSeek is disabled by default. Only an explicit choice in onboarding or Settings → Quick Recharge →
|
|
147
148
|
Account & Recharge registers the `awiki-deepseek` route and selects Flash. Disabling restores the
|
|
148
149
|
previous provider, model, and reasoning effort. A successful recharge refreshes the balance but
|
|
149
150
|
never enables AWiki or changes the selected model automatically.
|
|
@@ -153,10 +154,10 @@ disabled it reports the development restriction without blocking an account whos
|
|
|
153
154
|
`model_access_available` flag is true. Development bypass displays calculated and charged amounts
|
|
154
155
|
separately, with zero charged; it does not invent a price when no price table is active.
|
|
155
156
|
Public recharge creation also has a client release gate in
|
|
156
|
-
`src/client/recharge-availability.ts`. The
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
polling, and cancellation flows
|
|
157
|
+
`packages/dsh-model-proxy/src/client/recharge-availability.ts`. The current stable line ships that gate open. Order creation still
|
|
158
|
+
requires the account response to report `payments_available=true`; otherwise the UI reports that
|
|
159
|
+
payments are unavailable and sends no order RPC. The gate remains a single emergency rollback for
|
|
160
|
+
the existing payment, polling, and cancellation flows.
|
|
160
161
|
Strict billing keeps the internal billing-mode label out of the normal account summary. When the
|
|
161
162
|
backend reports `model_access_reason=insufficient_balance`, recharge becomes the primary action and
|
|
162
163
|
model enablement is withheld until credit is available. The Host restores the newest pending order
|
|
@@ -168,7 +169,7 @@ failure leaves the existing payment action available, while a payment that wins
|
|
|
168
169
|
the credited account instead of being reported as cancelled.
|
|
169
170
|
|
|
170
171
|
The default Handle provider domain is `awiki.ai`. A local user can override it
|
|
171
|
-
from Settings → AWiki
|
|
172
|
+
from Settings → AWiki; DSH persists that choice in its settings document and
|
|
172
173
|
applies it after the next Harness restart. The setting affects future identity
|
|
173
174
|
registration and completion of short Handles. It does not rewrite an already
|
|
174
175
|
registered DID or Handle.
|
|
@@ -178,7 +179,7 @@ accepts only from loopback. This keeps an independently installed `@awiki/dsh-pl
|
|
|
178
179
|
compatible with stock DSH releases without adding AWiki to a core settings
|
|
179
180
|
allowlist; non-local browser origins cannot read or mutate the Host setting.
|
|
180
181
|
|
|
181
|
-
Settings → AWiki →
|
|
182
|
+
Settings → AWiki → Danger zone clears only this installation's local AWiki
|
|
182
183
|
state; it does not delete the server-side account or Handle. The dialog requires
|
|
183
184
|
the displayed confirmation phrase. After success, the local DID keys, access
|
|
184
185
|
token, registration draft, conversations, attachment index, and cached image previews cannot be
|
package/README.zh.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
为 [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) 提供 AWiki
|
|
4
4
|
身份与消息能力。一个包同时包含 Host Service、Rust SDK Provider、Agent 工具,
|
|
5
|
-
以及带可拖动 AWiki Me 悬浮入口的 Web
|
|
5
|
+
以及带可拖动 AWiki Me 悬浮入口的 Web 客户端;入口默认位于 DSH 左下角侧栏区域。
|
|
6
6
|
|
|
7
7
|
Rust SDK 独占管理配置的 `stateRoot` 下的身份、SecretVault、数据库、缓存和元数据。
|
|
8
8
|
本版本采用干净切换,不导入旧 TypeScript SDK 的 `identity.json`;升级后需创建新的
|
|
@@ -20,8 +20,8 @@ Rust 身份。
|
|
|
20
20
|
- 用户点击后才生成的 AI 对话总结:最多处理 50 条最近或未读消息,按会话保留本次运行期缓存,并支持过期提示、重试、复制与跳转原消息。
|
|
21
21
|
- OTP 身份入口会保留验证码输入表单,并按服务端返回的冷却时间显示重发倒计时、禁用提前重发;Handle 分流发生在发送前,因此每次只会发送一个用途正确的注册或恢复验证码。
|
|
22
22
|
- 安装独立的 `@awiki/dsh-model-proxy` 后,仅在 Harness 没有任何可用模型时,首次引导才会在官方 API Key 步骤前提供 AWiki 托管模型选项;用户可以明确启用,也可以跳过并继续原版 API Key 流程。已经配置官方或其他 Provider 时,新会话不会显示 AWiki 模型或支付提示。
|
|
23
|
-
- 可选 Model Proxy 包独占 Host 内部短期 Token
|
|
24
|
-
-
|
|
23
|
+
- 可选 Model Proxy 包独占 Host 内部短期 Token 和全部模型托管界面:首次引导,以及“设置 → 快速充值”中的“账户与充值”“用量明细”。它提供 `deepseek-v4-flash` 和 `deepseek-v4-pro`,默认推荐 Flash;Token 不进入 Browser。
|
|
24
|
+
- AWiki 主包只保留身份、域名和本地数据设置。只安装主包时,不会注册模型启停、充值、用量或模型首次引导界面。
|
|
25
25
|
- 在设置页危险区域中,经输入确认词的二次确认后,永久清空本机 AWiki 身份、密钥、令牌、注册草稿和消息索引。
|
|
26
26
|
- 五个消息 Agent 工具:身份、会话、历史、需审批的文本发送和需审批的附件发送。
|
|
27
27
|
- 五个按需邮件 Agent 工具:邮箱账户、收件箱、纯文本读取、需审批的标记已读和需审批的纯文本发送。
|
|
@@ -55,7 +55,7 @@ dsh plugin --profile web add @awiki/dsh-plugin@latest
|
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
主包不再默认安装 AWiki 托管模型 Provider。仅在需要该能力时,另行安装独立版本的
|
|
58
|
-
|
|
58
|
+
Model Proxy 包:
|
|
59
59
|
|
|
60
60
|
```bash
|
|
61
61
|
dsh plugin --profile web add @awiki/dsh-model-proxy@latest
|
|
@@ -63,7 +63,7 @@ dsh plugin --profile web add @awiki/dsh-model-proxy@latest
|
|
|
63
63
|
|
|
64
64
|
Profile 安装器会同时添加包并激活 bundle layer。在 DSH 项目根目录执行普通的
|
|
65
65
|
`npm i @awiki/dsh-plugin` 只会安装依赖,不会激活 bundle,因此仍推荐使用上述
|
|
66
|
-
Profile 命令。本发布线面向 `0.1.0-rc.
|
|
66
|
+
Profile 命令。本发布线面向 `0.1.0-rc.8` 包族,并精确锁定所有直接 Host peer,
|
|
67
67
|
防止 npm 在 DSH 根依赖树中混用不同的预发布版本族。
|
|
68
68
|
|
|
69
69
|
从 `0.2.0-rc.4` 起,`@awiki/dsh-plugin` 是唯一规范包名。原
|
|
@@ -112,9 +112,10 @@ AWiki Host Service、Rust SDK Provider 和 Summary Provider;浏览器客户端
|
|
|
112
112
|
`@awiki/dsh-plugin/model-proxy-contract`。只安装主包时,模型首次引导、账户/充值和
|
|
113
113
|
用量入口保持隐藏,高级 AWiki 设置仍可正常使用。
|
|
114
114
|
|
|
115
|
-
|
|
116
|
-
`@awiki/dsh-model-proxy@0.1.0
|
|
117
|
-
|
|
115
|
+
正式拆包版本为 `@awiki/dsh-plugin@0.3.0`;独立的
|
|
116
|
+
`@awiki/dsh-model-proxy@0.1.0` 要求主包 `^0.3.0`。这是首个提供共享
|
|
117
|
+
`awikiClient` Browser bridge 的主包版本,同时避免与仍会默认插入旧 runtime
|
|
118
|
+
的 `0.2.x` 主包组合后加载两个 Model Proxy。
|
|
118
119
|
|
|
119
120
|
以下环境变量归可选包所有:
|
|
120
121
|
|
|
@@ -125,13 +126,16 @@ AWiki Host Service、Rust SDK Provider 和 Summary Provider;浏览器客户端
|
|
|
125
126
|
| `DSH_AWIKI_MODEL_MAX_TOKENS` | AWiki 托管模型单次最大输出 | `8192` |
|
|
126
127
|
| `DSH_AWIKI_MODEL_TOKEN_REFRESH_SKEW_SECONDS` | 短期 Token 提前刷新秒数 | `60` |
|
|
127
128
|
|
|
128
|
-
插件默认关闭 AWiki 托管模型。用户在首次引导或“设置 →
|
|
129
|
+
插件默认关闭 AWiki 托管模型。用户在首次引导或“设置 → 快速充值 → 账户与充值”明确启用后,
|
|
129
130
|
才注册 `awiki-deepseek` 路由并把 Flash 设为默认模型;停用时会恢复启用前的默认 Provider、
|
|
130
131
|
模型和 reasoning effort。充值到账只刷新余额,不会自动启用 AWiki 或切换当前模型。
|
|
131
132
|
|
|
132
133
|
设置页同时支持支付跳转和通企付 `ALI_QR` 二维码。支付功能关闭时会显示“开发环境暂未开放
|
|
133
134
|
充值”,但只要账户响应中的 `model_access_available` 为真,仍可启用模型。开发绕过模式会
|
|
134
135
|
展示计算费用和实际扣费的区别,实际扣费固定为 0;未激活价表时不显示臆造价格。
|
|
136
|
+
客户端充值发布门禁位于 `packages/dsh-model-proxy/src/client/recharge-availability.ts`,当前正式版中已打开。创建订单仍要求账户响应返回
|
|
137
|
+
`payments_available=true`;否则界面会提示充值不可用且不发送订单 RPC。该门禁继续作为
|
|
138
|
+
现有支付、轮询和取消流程的紧急回退开关。
|
|
135
139
|
正式计费时,账户摘要不会显示内部的“计费模式”项。后端返回
|
|
136
140
|
`model_access_reason=insufficient_balance` 时,界面会把充值作为当前主要操作,余额到账前
|
|
137
141
|
不显示误导性的启用按钮。Host 会在每次重新打开设置时恢复最新的待支付订单和支付入口,
|
|
@@ -140,7 +144,7 @@ AWiki Host Service、Rust SDK Provider 和 Summary Provider;浏览器客户端
|
|
|
140
144
|
关闭支付平台订单,再恢复金额输入框,并且不会自动创建替代订单。关闭失败时原支付入口继续
|
|
141
145
|
有效;若支付在关闭竞态中先完成,界面会刷新已入账账户,而不会误报订单已取消。
|
|
142
146
|
|
|
143
|
-
Handle 提供方的默认域名为 `awiki.ai`。本机用户可以在“设置 → AWiki
|
|
147
|
+
Handle 提供方的默认域名为 `awiki.ai`。本机用户可以在“设置 → AWiki”中覆盖该值;
|
|
144
148
|
DSH 会把选择写入自己的设置文件,并在下次重启 Harness 后生效。该设置影响后续
|
|
145
149
|
身份注册和短 Handle 的域名补全,不会改写已经注册的 DID 或 Handle。
|
|
146
150
|
|
|
@@ -148,7 +152,7 @@ DSH 会把选择写入自己的设置文件,并在下次重启 Harness 后生
|
|
|
148
152
|
因此独立安装的 `@awiki/dsh-plugin` 无需修改 DSH 核心设置白名单;非本机浏览器来源不能
|
|
149
153
|
读取或修改这项 Host 设置。
|
|
150
154
|
|
|
151
|
-
“设置 → AWiki →
|
|
155
|
+
“设置 → AWiki → 危险区域”中的清空操作只删除此安装的本地 AWiki 状态,不删除
|
|
152
156
|
服务端账号或 Handle。执行前必须在确认弹窗中输入指定确认词;成功后本机 DID 私钥、
|
|
153
157
|
访问令牌、注册草稿、会话记录、附件索引和图片预览缓存无法通过应用恢复,原身份也可能无法再由本机使用。
|
|
154
158
|
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -19,10 +19,3 @@ manager as a normal exact-version runtime dependency.
|
|
|
19
19
|
The embedded launcher artwork in `src/client/assets.ts` comes from the AWiki Me
|
|
20
20
|
application maintained by the same project team. Its use here is limited to
|
|
21
21
|
identifying the AWiki integration.
|
|
22
|
-
|
|
23
|
-
## QR Code generation
|
|
24
|
-
|
|
25
|
-
The browser bundle uses `qrcode@1.5.4` (node-qrcode) to render TongQiFu
|
|
26
|
-
`ALI_QR` payment content as an image. The package and its bundled browser
|
|
27
|
-
dependencies are distributed under their respective MIT licenses; their
|
|
28
|
-
license text is retained by the package manager and source distribution.
|