Compare commits

..

No commits in common. "145096be9fb9b36049e3f4c11d0838aa027c60e6" and "f8999ef0be6d86910b30dca3bada560830e6f69d" have entirely different histories.

5 changed files with 5760 additions and 3576 deletions

View File

@ -19,6 +19,6 @@
<preference name="GradlePluginKotlinEnabled" value="true" /> <preference name="GradlePluginKotlinEnabled" value="true" />
<preference name="GradlePluginKotlinCodeStyle" value="official" /> <preference name="GradlePluginKotlinCodeStyle" value="official" />
<preference name="GradlePluginKotlinVersion" value="1.6.10" /> <preference name="GradlePluginKotlinVersion" value="1.3.50" />
<preference name="AndroidXEnabled" value="true" /> <preference name="AndroidXEnabled" value="true" />
</widget> </widget>

5758
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -36,7 +36,6 @@
"cordova-plugin-screen-orientation": "^3.0.2", "cordova-plugin-screen-orientation": "^3.0.2",
"cordova-plugin-splashscreen": "^6.0.1", "cordova-plugin-splashscreen": "^6.0.1",
"cordova-plugin-statusbar": "^3.0.0", "cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-test-tl": "^1.1.11",
"cordova-plugin-vibration": "^3.1.1", "cordova-plugin-vibration": "^3.1.1",
"es6-promise-plugin": "^4.2.2", "es6-promise-plugin": "^4.2.2",
"phonegap-plugin-barcodescanner-fix": "^8.1.1", "phonegap-plugin-barcodescanner-fix": "^8.1.1",
@ -74,9 +73,7 @@
}, },
"cordova-plugin-file-transfer-jsg": {}, "cordova-plugin-file-transfer-jsg": {},
"cordova-plugin-app-version": {}, "cordova-plugin-app-version": {},
"cordova-plugin-file-opener2": {}, "cordova-plugin-file-opener2": {}
"cordova-plugin-test-tl": {},
"cordova-plugin-file-transfer": {}
} }
}, },
"dependencies": { "dependencies": {

File diff suppressed because it is too large Load Diff

View File

@ -26,7 +26,6 @@
<el-button @click="docPrint">文件打印</el-button> <el-button @click="docPrint">文件打印</el-button>
<el-button @click="versionCheck">版本升级</el-button> <el-button @click="versionCheck">版本升级</el-button>
<el-button @click="installAPK" type="danger">安装apk</el-button> <el-button @click="installAPK" type="danger">安装apk</el-button>
<el-button @click="customPlugin">自定义插件</el-button>
</div> </div>
</body> </body>
<script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
@ -41,19 +40,6 @@
}, 600); }, 600);
}, },
methods: { methods: {
customPlugin() {
console.log(cordovaTest);
cordovaTest.coolMethod(
"param",
(res) => {
console.log(res);
this.$message.success(res);
},
(e) => {
this.$message.error(e);
}
);
},
installAPK() { installAPK() {
let url = "http://3000.taoya.art/app.apk"; let url = "http://3000.taoya.art/app.apk";
var filename = url.split("/").pop(); var filename = url.split("/").pop();