屏幕截屏
authorqiaowei <jov123@163.com>
Sun, 28 Jun 2020 10:01:58 +0000 (18:01 +0800)
committerqiaowei <jov123@163.com>
Sun, 28 Jun 2020 10:01:58 +0000 (18:01 +0800)
commit896e52afbfae72e8bd126c664e6be4cc4b59199c
tree83132e20cd84696a44b002aa6d431ba4deaf368b
parent98635db0eb006c7df03bbb712d2fbd54cacb3cf2
屏幕截屏
41 files changed:
package-lock.json
package.json
platforms/android/android.json
platforms/android/app/build.gradle
platforms/android/app/src/main/assets/www/cordova_plugins.js
platforms/android/app/src/main/assets/www/js/main.js
platforms/android/app/src/main/assets/www/js/qrcode.js
platforms/android/app/src/main/java/com/coffice/ScreenshotBlocker.java [new file with mode: 0644]
platforms/android/app/src/main/res/xml/config.xml
platforms/android/platform_www/cordova_plugins.js
platforms/android/platform_www/js/ourcodeworldpreventscreenshots.js [new file with mode: 0644]
platforms/android/platform_www/plugins/com.ourcodeworld.preventscreenshots/www/ourcodeworldpreventscreenshots.js [new file with mode: 0644]
platforms/android/platform_www/plugins/cordova-plugin-prevent-screenshot-coffice/www/screenshot.js [new file with mode: 0644]
platforms/browser/browser.json
platforms/browser/platform_www/cordova_plugins.js
platforms/browser/platform_www/plugins/cordova-plugin-prevent-screenshot-coffice/www/screenshot.js [new file with mode: 0644]
platforms/ios/dlapp.xcodeproj/project.pbxproj
platforms/ios/dlapp/Plugins/cordova-plugin-prevent-screenshot-coffice/ScreenRecordingDetector.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-prevent-screenshot-coffice/ScreenRecordingDetector.m [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-prevent-screenshot-coffice/ScreenshotBlocker.h [new file with mode: 0644]
platforms/ios/dlapp/Plugins/cordova-plugin-prevent-screenshot-coffice/ScreenshotBlocker.m [new file with mode: 0644]
platforms/ios/dlapp/config.xml
platforms/ios/ios.json
platforms/ios/platform_www/cordova_plugins.js
platforms/ios/platform_www/plugins/cordova-plugin-prevent-screenshot-coffice/www/screenshot.js [new file with mode: 0644]
plugins/android.json
plugins/browser.json
plugins/cordova-plugin-prevent-screenshot-coffice/LICENSE [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/package.json [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/plugin.xml [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/src/android/com/coffice/ScreenshotBlocker.java [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/src/ios/ScreenRecordingDetector.h [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/src/ios/ScreenRecordingDetector.m [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/src/ios/ScreenshotBlocker.h [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/src/ios/ScreenshotBlocker.m [new file with mode: 0644]
plugins/cordova-plugin-prevent-screenshot-coffice/www/screenshot.js [new file with mode: 0644]
plugins/fetch.json
plugins/ios.json
www/js/main.js
www/js/mainmenu.js
www/js/qrcode.js