mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2024-11-22 01:48:55 +00:00
添加大区获取Action...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
5425b2b1e4
commit
57f172c7ed
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<buildpath>
|
|
||||||
<buildpathentry kind="src" path=""/>
|
|
||||||
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
|
|
||||||
</buildpath>
|
|
28
.project
28
.project
@ -1,28 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<projectDescription>
|
|
||||||
<name>McAccount</name>
|
|
||||||
<comment></comment>
|
|
||||||
<projects>
|
|
||||||
</projects>
|
|
||||||
<buildSpec>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.wst.common.project.facet.core.builder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.wst.validation.validationbuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
<buildCommand>
|
|
||||||
<name>org.eclipse.dltk.core.scriptbuilder</name>
|
|
||||||
<arguments>
|
|
||||||
</arguments>
|
|
||||||
</buildCommand>
|
|
||||||
</buildSpec>
|
|
||||||
<natures>
|
|
||||||
<nature>org.eclipse.php.core.PHPNature</nature>
|
|
||||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
|
||||||
</natures>
|
|
||||||
</projectDescription>
|
|
@ -1,2 +0,0 @@
|
|||||||
eclipse.preferences.version=1
|
|
||||||
include_path=0;/McAccount
|
|
@ -1,7 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<faceted-project>
|
|
||||||
<fixed facet="php.component"/>
|
|
||||||
<fixed facet="php.core.component"/>
|
|
||||||
<installed facet="php.core.component" version="1"/>
|
|
||||||
<installed facet="php.component" version="5.6"/>
|
|
||||||
</faceted-project>
|
|
@ -25,4 +25,8 @@ class index extends AmysqlController {
|
|||||||
$this->title = "Minecraft 密码找回";
|
$this->title = "Minecraft 密码找回";
|
||||||
$this->_View ( "forge" );
|
$this->_View ( "forge" );
|
||||||
}
|
}
|
||||||
|
function serverlist() {
|
||||||
|
$this->title = "Minecraft 服务器列表";
|
||||||
|
$this->_View ( "servers" );
|
||||||
|
}
|
||||||
}
|
}
|
@ -1,9 +1,50 @@
|
|||||||
<!DOCTYPE html>
|
{
|
||||||
<html>
|
"areas":[
|
||||||
<head>
|
{
|
||||||
<title><?=$title?></title>
|
"name":"纯净大区",
|
||||||
</head>
|
"servers":[
|
||||||
<body>
|
{
|
||||||
<div></div>
|
"name":"MFCRAFT",
|
||||||
</body>
|
"address":"s1.mfcraft.cn",
|
||||||
</html>
|
"port":25510,
|
||||||
|
"info":"MFCRAFT \u000d 稳定 声誉 生存 地皮 小游戏",
|
||||||
|
"version":"1.8-Forge",
|
||||||
|
"url":"four.mengcraft.com",
|
||||||
|
"depend":"1.8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"IZCRAFT",
|
||||||
|
"address":"mc.izcraft.com",
|
||||||
|
"port":25565,
|
||||||
|
"info":"IZCRAFT \u000d 稳定 声誉 生存 地皮 小游戏",
|
||||||
|
"version":"1.8-Forge",
|
||||||
|
"url":"http://cloud.citycraft.cn/Version",
|
||||||
|
"depend":"1.8"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"MFCRAFT3",
|
||||||
|
"address":"s3.mfcraft.cn",
|
||||||
|
"port":25512,
|
||||||
|
"info":"MFCRAFT3 \u000d 稳定 声誉 生存 地皮 小游戏",
|
||||||
|
"version":"1.8",
|
||||||
|
"url":"four.mengcraft.com",
|
||||||
|
"depend":"1.8"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name":"模组大区",
|
||||||
|
"servers":[
|
||||||
|
{
|
||||||
|
"name":"梦幻之都",
|
||||||
|
"address":"three.mengcraft.com",
|
||||||
|
"port":11333,
|
||||||
|
"info":"梦幻之都\u000dMOD服务器\u000d豆腐 家具 工业2 能源应用2",
|
||||||
|
"version":"1.7.10-Forge-CT",
|
||||||
|
"url":"http://cloud.citycraft.cn/Version",
|
||||||
|
"depend":"1.7.10"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user