liangzimixin 0.2.7 → 0.2.8
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
|
@@ -20505,7 +20505,7 @@ async function startPlugin(accountConfig, internalOverrides) {
|
|
|
20505
20505
|
};
|
|
20506
20506
|
}
|
|
20507
20507
|
var plugin = {
|
|
20508
|
-
id:
|
|
20508
|
+
id: CHANNEL_ID,
|
|
20509
20509
|
name: "\u91CF\u5B50\u5BC6\u4FE1",
|
|
20510
20510
|
description: "Quantum-encrypted IM channel plugin",
|
|
20511
20511
|
register(api) {
|