Change Project Name

This commit is contained in:
Whispering Wind
2025-04-18 13:44:57 +03:30
committed by GitHub
parent e91825ca2c
commit dcea07e8f9
3 changed files with 5 additions and 10 deletions

View File

@ -1,5 +0,0 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}

View File

@ -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 -->

View File

@ -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}"