mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-25 12:28:30 +08:00
add /status, alias of /status-page (#471)
This commit is contained in:
@@ -33,7 +33,7 @@ export default {
|
||||
return "light";
|
||||
}
|
||||
|
||||
if (this.path === "/status-page") {
|
||||
if (this.path === "/status-page" || this.path === "/status") {
|
||||
return this.statusPageTheme;
|
||||
} else {
|
||||
if (this.userTheme === "auto") {
|
||||
|
Reference in New Issue
Block a user