Change Project Name
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"githubPullRequests.ignoredPullRequestBranches": [
|
|
||||||
"main"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@ -49,9 +49,9 @@
|
|||||||
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
||||||
<!-- Brand Logo -->
|
<!-- Brand Logo -->
|
||||||
<a href="{{ url_for('index') }}" class="brand-link">
|
<a href="{{ url_for('index') }}" class="brand-link">
|
||||||
<img src="{{ url_for('assets', path='img/logo.png') }}" alt="Hysteria2 Logo"
|
<img src="{{ url_for('assets', path='img/logo.png') }}" alt="Blitz Logo"
|
||||||
class="brand-image img-circle elevation-3" style="opacity: .8">
|
class="brand-image img-circle elevation-3" style="opacity: .8">
|
||||||
<span class="brand-text font-weight-light">Hysteria2 Dashboard</span>
|
<span class="brand-text font-weight-light">Blitz Dashboard</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
|
|||||||
6
menu.sh
6
menu.sh
@ -900,7 +900,7 @@ ip_limit_handler() {
|
|||||||
display_main_menu() {
|
display_main_menu() {
|
||||||
clear
|
clear
|
||||||
tput setaf 7 ; tput setab 4 ; tput bold
|
tput setaf 7 ; tput setab 4 ; tput bold
|
||||||
echo -e "◇────────────────🚀 Welcome To Hysteria2 Management 🚀─────────────────◇"
|
echo -e "◇────────────────🚀 Welcome To Blitz Panel 🚀─────────────────◇"
|
||||||
tput sgr0
|
tput sgr0
|
||||||
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
||||||
|
|
||||||
@ -949,12 +949,12 @@ main_menu() {
|
|||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
# Function to display the Hysteria2 menu
|
# Function to display the Blitz menu
|
||||||
display_hysteria2_menu() {
|
display_hysteria2_menu() {
|
||||||
clear
|
clear
|
||||||
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
||||||
|
|
||||||
echo -e "${yellow} ☼ Hysteria2 Menu ☼ ${NC}"
|
echo -e "${yellow} ☼ Blitz Menu ☼ ${NC}"
|
||||||
|
|
||||||
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user