feat: cordova10

This commit is contained in:
陶林 2023-08-07 10:19:35 +08:00
parent 9044cbe1d4
commit 26015b8d21
3 changed files with 8 additions and 8 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "cordova-plugin-printer", "name": "cordova-plugin-printer-jsg",
"version": "0.8.0", "version": "0.8.0",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@ -1,9 +1,9 @@
{ {
"name": "cordova-plugin-printer", "name": "cordova-plugin-printer-jsg",
"version": "0.8.0", "version": "0.8.0",
"description": "Prints HTML documents", "description": "Prints HTML documents",
"cordova": { "cordova": {
"id": "cordova-plugin-printer", "id": "cordova-plugin-printer-jsg",
"platforms": [ "platforms": [
"ios", "ios",
"android", "android",
@ -13,7 +13,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/katzer/cordova-plugin-printer.git" "url": "git+https://git.taoya.art/Work/cordova-plugin-printer.git"
}, },
"keywords": [ "keywords": [
"appplant", "appplant",
@ -42,8 +42,8 @@
"author": "Sebastián Katzer", "author": "Sebastián Katzer",
"license": "Apache 2.0", "license": "Apache 2.0",
"bugs": { "bugs": {
"url": "https://github.com/katzer/cordova-plugin-printer/issues" "url": "https://git.taoya.art/Work/cordova-plugin-printer.git"
}, },
"homepage": "https://github.com/katzer/cordova-plugin-printer#readme", "homepage": "https://git.taoya.art/Work/cordova-plugin-printer.git",
"dependencies": {} "dependencies": {}
} }

View File

@ -21,7 +21,7 @@
under the License. under the License.
--> -->
<plugin id="cordova-plugin-printer" <plugin id="cordova-plugin-printer-jsg"
xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
version="0.8.0"> version="0.8.0">
@ -30,7 +30,7 @@
<description>Prints HTML content</description> <description>Prints HTML content</description>
<repo>https://github.com/katzer/cordova-plugin-printer.git</repo> <repo>https://git.taoya.art/Work/cordova-plugin-printer.git</repo>
<keywords>appplant, printer, cordova</keywords> <keywords>appplant, printer, cordova</keywords>