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 "upnp": false
}, },
"tips": { "tips": {
"before_install": { "before_install":[
"template": "DefaultAccount", {
"username": "admin", "content": "Default Account"
"password": "admin" },
} {
"content": "Username: ",
"value": "admin"
},
{
"content": "Password: ",
"value": "admin"
}
]
}, },
"changelog": { "changelog": {
"latest_updates": "", "latest_updates": "",

View File

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

View File

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