dev: add month traffic , no completed

This commit is contained in:
windows98
2021-10-09 14:27:31 +08:00
parent 55ee9ca6fb
commit 7cf9d969bc
8 changed files with 84 additions and 27 deletions

View File

@@ -6,7 +6,8 @@
"type": "xen",
"host": "host1",
"location": "🇨🇳",
"password": "USER_DEFAULT_PASSWORD"
"password": "USER_DEFAULT_PASSWORD",
"monthstart": 1
},
{
"username": "s02",
@@ -14,7 +15,8 @@
"type": "vmware",
"host": "host2",
"location": "🇯🇵",
"password": "USER_DEFAULT_PASSWORD"
"password": "USER_DEFAULT_PASSWORD",
"monthstart": 1
},
{
"disabled": true,
@@ -23,7 +25,8 @@
"type": "Nothing",
"host": "host3",
"location": "🇫🇷",
"password": "USER_DEFAULT_PASSWORD"
"password": "USER_DEFAULT_PASSWORD",
"monthstart": 1
},
{
"username": "s04",
@@ -31,7 +34,8 @@
"type": "kvm",
"host": "host4",
"location": "🇰🇷",
"password": "USER_DEFAULT_PASSWORD"
"password": "USER_DEFAULT_PASSWORD",
"monthstart": 5
}
]
}