liangzimixin 0.2.16 → 0.2.17
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/index.cjs +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -20509,7 +20509,7 @@ async function startPlugin(accountConfig, internalOverrides) {
|
|
|
20509
20509
|
};
|
|
20510
20510
|
}
|
|
20511
20511
|
var plugin = {
|
|
20512
|
-
id:
|
|
20512
|
+
id: CHANNEL_ID,
|
|
20513
20513
|
name: "\u91CF\u5B50\u5BC6\u4FE1",
|
|
20514
20514
|
description: "Quantum-encrypted IM channel plugin",
|
|
20515
20515
|
register(api) {
|