改名修正添加插件报错的问题

This commit is contained in:
范大德 2023-02-10 09:27:30 +08:00
parent d05ef468c7
commit 20792afda5
2 changed files with 4 additions and 6 deletions

View File

@ -13,7 +13,7 @@ Phonegap manages cookies internally, but doesn't expose any function for clearin
Cookies is compatible with [Cordova Plugman](https://github.com/apache/cordova-plugman) and ready for the [PhoneGap 3.0 CLI](http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface_add_features), here's how it works with the CLI:
```
$ phonegap local plugin add https://github.com/bez4pieci/Phonegap-Cookies-Plugin.git
$ cordova plugin add git+https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin.git
```
## Usage
@ -25,5 +25,3 @@ window.cookies.clear(function() {
```
- - -
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/bez4pieci/phonegap-cookies-plugin/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

View File

@ -19,11 +19,11 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bez4pieci/Phonegap-Cookies-Plugin.git"
"url": "git+https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin.git"
},
"author": "Ernests Karlsons",
"bugs": {
"url": "https://github.com/bez4pieci/Phonegap-Cookies-Plugin/issues"
"url": "https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin/issues"
},
"homepage": "https://github.com/bez4pieci/Phonegap-Cookies-Plugin#readme"
"homepage": "https://m.shuto.cn:8681/public/Phonegap-Cookies-Plugin#readme"
}