mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor(lib): run prettier
This commit is contained in:
@@ -29,7 +29,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
||||
repo: 'https://github.com/xu-li/cordova-plugin-wechat.git',
|
||||
install: 'cordova plugin add cordova-plugin-wechat --variable wechatappid=YOUR_WECHAT_APPID',
|
||||
installVariables: ['wechatappid'],
|
||||
platforms: ['Android', 'iOS']
|
||||
platforms: ['Android', 'iOS'],
|
||||
})
|
||||
@Injectable()
|
||||
export class Wechat extends IonicNativePlugin {
|
||||
@@ -51,7 +51,7 @@ export class Wechat extends IonicNativePlugin {
|
||||
|
||||
Mini: {
|
||||
RELEASE: 0; // 正式版
|
||||
TEST: 1, // 测试版
|
||||
TEST: 1; // 测试版
|
||||
PREVIEW: 2; // 体验版
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user