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">
|
||||
<!-- Brand Logo -->
|
||||
<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">
|
||||
<span class="brand-text font-weight-light">Hysteria2 Dashboard</span>
|
||||
<span class="brand-text font-weight-light">Blitz Dashboard</span>
|
||||
</a>
|
||||
|
||||
<!-- Sidebar -->
|
||||
|
||||
6
menu.sh
6
menu.sh
@ -900,7 +900,7 @@ ip_limit_handler() {
|
||||
display_main_menu() {
|
||||
clear
|
||||
tput setaf 7 ; tput setab 4 ; tput bold
|
||||
echo -e "◇────────────────🚀 Welcome To Hysteria2 Management 🚀─────────────────◇"
|
||||
echo -e "◇────────────────🚀 Welcome To Blitz Panel 🚀─────────────────◇"
|
||||
tput sgr0
|
||||
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
||||
|
||||
@ -949,12 +949,12 @@ main_menu() {
|
||||
done
|
||||
}
|
||||
|
||||
# Function to display the Hysteria2 menu
|
||||
# Function to display the Blitz menu
|
||||
display_hysteria2_menu() {
|
||||
clear
|
||||
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
||||
|
||||
echo -e "${yellow} ☼ Hysteria2 Menu ☼ ${NC}"
|
||||
echo -e "${yellow} ☼ Blitz Menu ☼ ${NC}"
|
||||
|
||||
echo -e "${LPurple}◇──────────────────────────────────────────────────────────────────────◇${NC}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user