- 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: 新闻自动采集脚本
37 lines
884 B
JSON
Executable File
37 lines
884 B
JSON
Executable File
{
|
|
"name": "bootstrap-table",
|
|
"homepage": "https://github.com/wenzhixin/bootstrap-table",
|
|
"authors": [
|
|
"zhixin <wenzhixin2010@gmail.com>"
|
|
],
|
|
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
|
|
"main": [
|
|
"src/bootstrap-table.js",
|
|
"src/bootstrap-table.css"
|
|
],
|
|
"keywords": [
|
|
"bootstrap",
|
|
"table",
|
|
"bootstrap table"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"docs",
|
|
"assets"
|
|
],
|
|
"version": "1.11.5",
|
|
"_release": "1.11.5",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.11.5",
|
|
"commit": "a2c149f0049133af6c7a09d0ba2b4cf32daa1e56"
|
|
},
|
|
"_source": "https://github.com/karsonzhang/fastadmin-bootstraptable.git",
|
|
"_target": "~1.11.5",
|
|
"_originalSource": "fastadmin-bootstraptable"
|
|
} |