1
0
forked from dyf/APP

增加晶全app静态页面

This commit is contained in:
微微一笑
2025-07-05 14:49:26 +08:00
parent 194035cf79
commit aede64dacd
2323 changed files with 524101 additions and 0 deletions

35
node_modules/cordova-sqlite-storage/AUTHORS.md generated vendored Normal file
View File

@ -0,0 +1,35 @@
# Authors
## Common Javascript
- Extracted from DroidGap by @brodybits (Christopher J. Brody aka Chris Brody)
- Fail-safe nested transaction support by @ef4 (Edward Faulkner)
- Translated to Coffee-Script using js2coffee tool by @brodybits (Chris Brody)
- API changes by @brodybits (Chris Brody)
- Transaction timing fixes to support PouchDB by @nolanlawson
## browser platform
- Using sql-asm-memory-growth.js built from sql.js by @kripken (Alon Zakai)
## Android version
- Extracted from DroidGap by @brodybits (Chris Brody)
- Transaction batch processing of Android version by @marcucio
- Complex NDK response type enhancements to android-sqlite-native-ndk-connector and android-sqlite-ndk-native-driver by @luissilvaos (Luis Silva) of OutSystems
- Maintained by @brodybits (Chris Brody)
- Fixes to support old Android versions by @nolanlawson
- Thanks to Mark Oppenheim <mark.oppenheim@mnetics.co.uk> for fixes to open/close callbacks and repeated open/close/delete operations
## iOS/macOS version
- Original authors: @davibe (Davide Bertola <dade@dadeb.it>) and @joenoon (Joe Noon <joenoon@gmail.com>)
- Cordova 2.7+ port with background processing by @j3k0 (Jean-Christophe Hoelt <hoelt@fovea.cc>)
- Maintained by @brodybits (Chris Brody)
## Windows version
- SQLiteProxy.js by @vldmrrr (Vladimir Avdonin) and @brodybits (Chris Brody)
- Using SQLite3-WinRT C++ classes and SQLite3JS (Javascript part) by @doo (doo GmbH)
- Visual C++ build files for Windows 8.1, Windows Phone 8.1, and Windows 10 UWP by @brodybits (with some help from Visual Studio Express 2013)
- Thanks to @AllJoyn-Cordova for idea how to integrate Windows 8.1/Windows Phone 8.1 Visual C++ projects in plugin.xml