- 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: 新闻自动采集脚本
15 lines
948 B
PHP
Executable File
15 lines
948 B
PHP
Executable File
<?php
|
|
return array(
|
|
"officeLive.meta.name" => "Officelive预览",
|
|
"officeLive.meta.title" => "Officelive预览",
|
|
"officeLive.meta.desc" => "office系列文件在线预览",
|
|
|
|
"officeLive.Config.apiServer" => "服务器接口",
|
|
"officeLive.Config.apiServerDesc" => "<div class='can-select pt-10'>
|
|
预览服务器的地址,必须要office所在服务器能访问到kod<br/>可以使用第三方的服务,或微软官方的接口<br/>(kod服务器必须要在外网,且需要域名访问)<br/><br/>
|
|
<div class='grey-8'>https://owa-box.vips100.com/op/view.aspx?src=</div>
|
|
<div class='grey-8'>https://docview.mingdao.com/op/view.aspx?src=</div>
|
|
<div class='grey-8'>https://preview.tita.com/op/view.aspx?src=</div>
|
|
<div class='grey-8'>https://view.officeapps.live.com/op/view.aspx?src=</div><br/>
|
|
内网的用户,可以自己搭建;<a href='https://kodcloud.com/help/show-5.html' target='_blank'>了解详情</a></div>"
|
|
); |