mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(plugins): add missing repo urls
This commit is contained in:
parent
e59371887f
commit
959cf288e4
@ -26,7 +26,8 @@ import {Plugin, Cordova} from './plugin';
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-appavailability',
|
||||
pluginRef: 'appAvailability'
|
||||
pluginRef: 'appAvailability',
|
||||
repo: 'https://github.com/ohh2ahh/AppAvailability'
|
||||
})
|
||||
export class AppAvailability {
|
||||
|
||||
|
@ -17,7 +17,8 @@ import {Plugin, Cordova} from './plugin';
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-app-version',
|
||||
pluginRef: 'cordova.getAppVersion'
|
||||
pluginRef: 'cordova.getAppVersion',
|
||||
repo: 'https://github.com/whiteoctober/cordova-plugin-app-version'
|
||||
})
|
||||
export class AppVersion {
|
||||
/**
|
||||
|
@ -16,7 +16,8 @@ import {Plugin, Cordova} from './plugin';
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-badge',
|
||||
pluginRef: 'cordova.plugins.notification.badge'
|
||||
pluginRef: 'cordova.plugins.notification.badge',
|
||||
repo: 'https://github.com/katzer/cordova-plugin-badge'
|
||||
})
|
||||
export class Badge {
|
||||
|
||||
|
@ -21,7 +21,8 @@ import {Observable} from "rxjs/Observable";
|
||||
* ```
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-batterystatus'
|
||||
plugin: 'cordova-plugin-batterystatus',
|
||||
repo: 'https://github.com/apache/cordova-plugin-battery-status'
|
||||
})
|
||||
export class BatteryStatus {
|
||||
|
||||
|
@ -25,7 +25,8 @@ import {Plugin, Cordova} from './plugin';
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'https://github.com/VersoSolutions/CordovaClipboard.git',
|
||||
pluginRef: 'cordova.plugins.clipboard'
|
||||
pluginRef: 'cordova.plugins.clipboard',
|
||||
repo: 'https://github.com/VersoSolutions/CordovaClipboard'
|
||||
})
|
||||
export class Clipboard {
|
||||
|
||||
|
@ -86,7 +86,8 @@ export interface datePickerOptions {
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-datepicker',
|
||||
pluginRef: 'datePicker'
|
||||
pluginRef: 'datePicker',
|
||||
repo: 'https://github.com/VitaliiBlagodir/cordova-plugin-datepicker'
|
||||
})
|
||||
export class DatePicker {
|
||||
|
||||
|
@ -37,7 +37,6 @@ export interface Device {
|
||||
* ```
|
||||
*/
|
||||
@Plugin({
|
||||
name: 'Device',
|
||||
plugin: 'cordova-plugin-device',
|
||||
pluginRef: 'device',
|
||||
repo: 'https://github.com/apache/cordova-plugin-device'
|
||||
|
@ -116,7 +116,8 @@ export interface GeolocationOptions {
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-geolocation',
|
||||
pluginRef: 'navigator.geolocation'
|
||||
pluginRef: 'navigator.geolocation',
|
||||
repo: 'https://github.com/apache/cordova-plugin-geolocation'
|
||||
})
|
||||
export class Geolocation {
|
||||
/**
|
||||
|
@ -39,8 +39,9 @@ import {Plugin, Cordova} from './plugin';
|
||||
*
|
||||
*/
|
||||
@Plugin({
|
||||
plugin: 'cordova-plugin-local-notifications',
|
||||
pluginRef: 'cordova.plugins.notification.local'
|
||||
plugin: 'de.appplant.cordova.plugin.local-notification',
|
||||
pluginRef: 'cordova.plugins.notification.local',
|
||||
repo: 'https://github.com/katzer/cordova-plugin-local-notifications'
|
||||
})
|
||||
export class LocalNotifications {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user