Update tips template

This commit is contained in:
John Guan 2021-12-27 14:08:34 +08:00
parent bad0dbbef8
commit 275c16d1c4
3 changed files with 39 additions and 15 deletions

View File

@ -101,11 +101,19 @@
"upnp": false
},
"tips": {
"before_install": {
"template": "DefaultAccount",
"username": "admin",
"password": "admin"
}
"before_install":[
{
"content": "Default Account"
},
{
"content": "Username: ",
"value": "admin"
},
{
"content": "Password: ",
"value": "admin"
}
]
},
"changelog": {
"latest_updates": "",

View File

@ -99,11 +99,19 @@
"upnp": false
},
"tips": {
"before_install": {
"template": "DefaultAccount",
"username": "admin",
"password": "casaos"
}
"before_install": [
{
"content": "Default Account"
},
{
"content": "Username: ",
"value": "admin"
},
{
"content": "Password: ",
"value": "casaos"
}
]
},
"changelog": {
"latest_updates": "",

View File

@ -104,11 +104,19 @@
"upnp": false
},
"tips": {
"before_install": {
"template": "DefaultAccount",
"username": "admin",
"password": "adminadmin"
}
"before_install": [
{
"content": "Default Account"
},
{
"content": "Username: ",
"value": "admin"
},
{
"content": "Password: ",
"value": "adminadmin"
}
]
},
"changelog": {
"latest_updates": "",