增加晶全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

49
node_modules/cordova-sqlite-storage/LICENSE.md generated vendored Normal file
View File

@ -0,0 +1,49 @@
# Licenses
## Common Javascript
MIT or Apache 2.0
## for browser platform
MIT or Apache 2.0
### sql.js
MIT
## for Android
MIT or Apache 2.0
### android-sqlite-native-ndk-connector
Unlicense (public domain)
### android-sqlite-ndk-native-driver
Unlicense (public domain)
## for iOS & macOS
MIT only
based on Phonegap-SQLitePlugin by @davibe (Davide Bertola <dade@dadeb.it>) and @joenoon (Joe Noon <joenoon@gmail.com>)
includes and uses PSPDFThreadSafeMutableDictionary (PSPDFThreadSafeMutableDictionary.m <https://gist.github.com/steipete/5928916>) MIT license by @steipete (<https://gist.github.com/steipete>)
## for Windows
MIT or Apache 2.0
### SQLite3-WinRT
by @doo (doo GmbH)
MIT License
## Common native code
### SQLite3
Public domain