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

View File

@ -0,0 +1,31 @@
# Cordova sqlite storage dependencies
**AUTHOR:** Christopher J. Brody
**LICENSE:** MIT (for `sql-asm-memory-growth.js` built from fork of [`sql-js/sql.js`](https://github.com/sql-js/sql.js)); public domain for other artifacts
Contains source and object code built from:
- [`storesafe/sql.js`](https://github.com/storesafe/sql.js) - fork of [`sql-js/sql.js`](https://github.com/sql-js/sql.js) (MIT license)
- SQLite3 from [sqlite.org](http://sqlite.org/) (public domain)
- [`brodybits/android-sqlite-native-ndk-connector`](https://github.com/brodybits/android-sqlite-native-ndk-connector) (Unlicense, public domain)
- [`brodybits/android-sqlite-ndk-native-driver`](https://github.com/brodybits/android-sqlite-ndk-native-driver) (Unlicense, public domain)
This project provides the following dependencies needed to build [`storesafe/cordova-sqlite-storage`](https://github.com/storesafe/cordova-sqlite-storage):
- `sql-asm-memory-growth.js` - built from [`storesafe/sql.js`](https://github.com/storesafe/sql.js) (fork of [`sql-js/sql.js`](https://github.com/sql-js/sql.js)) with SQLite `3.22.3` for `browser` platform
- `sqlite3.h`, `sqlite3.c` - SQLite `3.40.0` amalgamation needed to build iOS, macOS, and Windows platforms
- `libs` - JAR libraries built from [`github:brodybits/android-sqlite-ndk-native-driver` - `sqlite-storage-ndk-native-driver` branch](https://github.com/brodybits/android-sqlite-ndk-native-driver/tree/sqlite-storage-ndk-native-driver) and [`brodybits/android-sqlite-native-ndk-connector`](https://github.com/brodybits/android-sqlite-native-ndk-connector), minimum API level 24 (Android 7.0), built with SQLite amalgamation, with the following flags:
- `-DSQLITE_THREADSAFE=1`
- `-DSQLITE_DEFAULT_SYNCHRONOUS=3`
- `-DSQLITE_DEFAULT_MEMSTATUS=0`
- `-DSQLITE_OMIT_DECLTYPE`
- `-DSQLITE_OMIT_DEPRECATED`
- `-DSQLITE_OMIT_PROGRESS_CALLBACK`
- `-DSQLITE_OMIT_SHARED_CACHE`
- `-DSQLITE_TEMP_STORE=2`
- `-DSQLITE_OMIT_LOAD_EXTENSION`
- `-DSQLITE_ENABLE_FTS3`
- `-DSQLITE_ENABLE_FTS3_PARENTHESIS`
- `-DSQLITE_ENABLE_FTS4`
- `-DSQLITE_ENABLE_RTREE`
- `-DSQLITE_DEFAULT_PAGE_SIZE=4096`
- `-DSQLITE_DEFAULT_CACHE_SIZE=-2000`

Binary file not shown.

View File

@ -0,0 +1,51 @@
{
"_from": "cordova-sqlite-storage-dependencies@5.0.0",
"_id": "cordova-sqlite-storage-dependencies@5.0.0",
"_inBundle": false,
"_integrity": "sha512-WjWm1QX+2JyLxjaNmYX2kNzmhrRk8q6n4GQ1PkUc79xR2bmJeO/m3koSuPemnWJdLdlsqDz8dCEHmgQSxhYjcg==",
"_location": "/cordova-sqlite-storage-dependencies",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cordova-sqlite-storage-dependencies@5.0.0",
"name": "cordova-sqlite-storage-dependencies",
"escapedName": "cordova-sqlite-storage-dependencies",
"rawSpec": "5.0.0",
"saveSpec": null,
"fetchSpec": "5.0.0"
},
"_requiredBy": [
"/cordova-sqlite-storage"
],
"_resolved": "https://registry.npmjs.org/cordova-sqlite-storage-dependencies/-/cordova-sqlite-storage-dependencies-5.0.0.tgz",
"_shasum": "f3053675aa0ebe133b7db3d61d4d0cfb82de2313",
"_spec": "cordova-sqlite-storage-dependencies@5.0.0",
"_where": "E:\\gitee\\fys\\fys\\app\\Fuyuan\\node_modules\\cordova-sqlite-storage",
"author": {
"name": "Christopher J. Brody"
},
"bugs": {
"url": "https://github.com/litehelpers/Cordova-sqlite-storage-dependencies/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Cordova sqlite storage dependencies",
"homepage": "https://github.com/litehelpers/Cordova-sqlite-storage-dependencies#readme",
"keywords": [
"cordova",
"sqlite",
"amalgamation"
],
"license": "MIT",
"main": "404.js",
"name": "cordova-sqlite-storage-dependencies",
"repository": {
"type": "git",
"url": "git+https://github.com/brodybits/cordova-sqlite-storage-dependencies.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "5.0.0"
}

File diff suppressed because one or more lines are too long

243520
node_modules/cordova-sqlite-storage-dependencies/sqlite3.c generated vendored Normal file

File diff suppressed because it is too large Load Diff

12887
node_modules/cordova-sqlite-storage-dependencies/sqlite3.h generated vendored Normal file

File diff suppressed because it is too large Load Diff