Change Project Name
This commit is contained in:
@ -30,7 +30,7 @@ def create_app() -> FastAPI:
|
||||
description='Webpanel for Hysteria',
|
||||
version='0.1.0',
|
||||
contact={
|
||||
'github': 'https://github.com/ReturnFI/Hysteria2'
|
||||
'github': 'https://github.com/ReturnFI/Blitz'
|
||||
},
|
||||
debug=CONFIGS.DEBUG,
|
||||
root_path=f'/{CONFIGS.ROOT_PATH}',
|
||||
|
||||
@ -120,7 +120,7 @@
|
||||
<footer class="main-footer">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<div>
|
||||
<a href="https://github.com/ReturnFI/Hysteria2" target="_blank" class="text-decoration-none">
|
||||
<a href="https://github.com/ReturnFI/Blitz" target="_blank" class="text-decoration-none">
|
||||
<span class="badge badge-secondary" style="font-size: 0.9rem;">
|
||||
<i class="fab fa-github"></i> GitHub
|
||||
</span>
|
||||
@ -130,7 +130,7 @@
|
||||
<i class="fab fa-telegram"></i> Telegram
|
||||
</span>
|
||||
</a>
|
||||
<a href="https://github.com/ReturnFI/Hysteria2/releases" target="_blank" class="text-decoration-none ml-2 mr-2">
|
||||
<a href="https://github.com/ReturnFI/Blitz/releases" target="_blank" class="text-decoration-none ml-2 mr-2">
|
||||
<span class="badge badge-success" style="font-size: 0.9rem;">
|
||||
<i class="fas fa-code-branch"></i> <span id="panel-version"></span>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user