Files
li 1b24994e74 feat: 后端全量更新 - 含所有本次需求
- Contract.php: 返回合约账户余额(balance_contract)
- My.php: 地址管理增加BTC/ETH
- AppContract.php: 一键平仓(closeall)
- AppProxy.php: 代理专属注册链接 + 分级权限(L1/L2)
- site.php: 手续费减半(0.018→0.009)
- agent_permission_setup.sql: 代理权限SQL
- crypto_news_crawler.py: 新闻自动采集脚本
2026-03-30 20:16:32 +08:00

47 lines
1008 B
JSON
Executable File

{
"name": "tableexport.jquery.plugin",
"version": "1.10.20",
"description": "html table export",
"main": "tableExport.js",
"authors": [
"hhurz"
],
"license": "MIT",
"keywords": [
"html5",
"javascript",
"jquery",
"export",
"table"
],
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin",
"dependencies": {
"jquery": ">=1.9.1",
"es6-promise": ">=4.2.4",
"file-saver": ">=1.2.0",
"html2canvas": "*",
"jspdf": ">=1.3.4",
"jspdf-autotable": "2.0.14 || 2.0.17"
},
"moduleType": [
"globals"
],
"ignore": [
"package.json",
"libs",
"tools",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "1.10.20",
"_resolution": {
"type": "version",
"tag": "v1.10.20",
"commit": "3dc2b89e2ac29a274d89af3e3f29e502fdf0f264"
},
"_source": "https://github.com/hhurz/tableExport.jquery.plugin.git",
"_target": "~1.10.3",
"_originalSource": "tableExport.jquery.plugin"
}