delta-comic-core 0.3.1 → 0.3.2

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.
@@ -17,7 +17,8 @@ export type SharedFunctions = {
17
17
  removeAuthorSubscribe(author: uni.item.Author, plugin: string): PromiseLike<void>;
18
18
  getIsAuthorSubscribe(author: uni.item.Author, plugin: string): PromiseLike<boolean>;
19
19
  triggerSharePopup(page: uni.content.ContentPage): PromiseLike<void>;
20
- triggerShoreToken(token: string): PromiseLike<void>;
20
+ triggerShareToken(token: string): PromiseLike<void>;
21
+ pushShareToken(token: string): PromiseLike<void>;
21
22
  };
22
23
  export declare class SharedFunction {
23
24
  private static sharedFunctions;
package/dist/pack.tgz CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delta-comic-core",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "我曾亲眼见证神的熟视无睹.",
5
5
  "homepage": "https://github.com/wenxig/delta-comic-core",
6
6
  "repository": {