update project with new architecture
This commit is contained in:
9
nationchains/towns/hill.json
Normal file
9
nationchains/towns/hill.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id":"hill",
|
||||
"nationid":"ants",
|
||||
"contract":"town_base",
|
||||
"url":"https://hill.ants.mooo.com",
|
||||
"IP":"213.32.65.213",
|
||||
"mayorid":"123",
|
||||
"status":""
|
||||
}
|
4
nationchains/towns/index/config.json
Normal file
4
nationchains/towns/index/config.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"schema":"nationchains/schema/towns.json",
|
||||
"lastupdate":0
|
||||
}
|
1
nationchains/towns/index/towns_nationId_townId.json
Normal file
1
nationchains/towns/index/towns_nationId_townId.json
Normal file
@@ -0,0 +1 @@
|
||||
{"ants":["hill","wall"]}
|
16
nationchains/towns/index/towns_townId_all.json
Normal file
16
nationchains/towns/index/towns_townId_all.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{"hill":{
|
||||
"townId":"hill",
|
||||
"nationId":"ants",
|
||||
"url":"https://hill.ants.mooo.com",
|
||||
"IP":"213.32.65.213",
|
||||
"mayorid":"123",
|
||||
"status":""
|
||||
},"wall":{
|
||||
"townId":"wall"
|
||||
"nationid":"ants",
|
||||
"url":"https://wall.ants.mooo.com",
|
||||
"IP":"213.32.65.213",
|
||||
"mayorid":"123",
|
||||
"status":""
|
||||
}
|
||||
}
|
9
nationchains/towns/wall.json
Normal file
9
nationchains/towns/wall.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id":"wall",
|
||||
"nationid":"ants",
|
||||
"contract":"town_base",
|
||||
"url":"https://wall.ants.mooo.com",
|
||||
"IP":"213.32.65.213",
|
||||
"mayorid":"123",
|
||||
"status":""
|
||||
}
|
Reference in New Issue
Block a user