Autosave: 20260219-013345

This commit is contained in:
Flatlogic Bot 2026-02-19 01:33:46 +00:00
parent 4e9ea68a5d
commit 32be9227d1
8 changed files with 14 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -42,7 +42,7 @@ include __DIR__ . '/../includes/header.php';
<div class="card bg-dark border-0 shadow-lg p-4 p-md-5" style="border-radius: 30px; background: #161a1e !important; border: 1px solid var(--border) !important;">
<div class="text-center mb-5">
<div class="logo-container d-inline-flex mb-4">
<img src="/assets/images/logo.png" height="50" alt="BYRO">
<img src="<?= $site_logo ?>" height="50" alt="<?= $site_name ?>">
</div>
<h2 class="fw-bold text-white mb-2"><?= __('login') ?></h2>
<p class="text-muted"><?= __('welcome_back') ?></p>

View File

@ -170,7 +170,7 @@ include __DIR__ . '/../includes/header.php';
<div class="card register-card p-4 p-md-5">
<div class="text-center mb-5">
<div class="logo-container d-inline-flex mb-4">
<img src="/assets/images/logo.png" height="50" alt="BYRO">
<img src="<?= $site_logo ?>" height="50" alt="<?= $site_name ?>">
</div>
<h2 class="fw-bold text-white mb-2" style="font-size: 28px;"><?= __('register') ?></h2>
<p class="text-muted" style="font-size: 15px;"><?= __('join_secure') ?></p>

View File

@ -3,7 +3,7 @@
<div class="row g-4 mb-5">
<div class="col-lg-4 col-md-12">
<div class="logo-container mb-3">
<img src="<?= $site_logo ?>" height="40" alt="BYRO">
<img src="<?= $site_logo ?>" height="40" alt="<?= $site_name ?>">
</div>
<p class="text-muted small mb-4">
<?= __('footer_desc') ?>

View File

@ -333,7 +333,7 @@ if (!function_exists('getSetting')) {
<body>
<header>
<a href="/" class="logo-container">
<img src="<?= $site_logo ?>" alt="BYRO">
<img src="<?= $site_logo ?>" alt="<?= $site_name ?>">
</a>
<nav>
<a href="/"><?= __('home') ?></a>

View File

@ -216,6 +216,13 @@ $translations = [
'no_account' => '没有账号?',
'invalid_account_pwd' => '账号或密码错误',
'account' => '账号 / 邮箱',
'password' => '密码',
'mobile_number' => '手机号码',
'confirm_password' => '确认密码',
'send_code' => '发送验证码',
'email' => '电子邮箱',
'email_placeholder' => '请输入电子邮箱',
'registration_verify' => '注册验证',
'mobile_reg' => '手机注册',
'email_reg' => '邮箱注册',
'uploading' => '正在上传...',

View File

@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/header.php';
<link rel="stylesheet" href="assets/css/index.css?v=<?php echo time(); ?>">
<main class="container py-5" style="margin-top: 0px; padding-top: 150px !important;">
<main class="container pb-5" style="margin-top: 0px; padding-top: 80px !important;">
<!-- Hero Carousel -->
<div id="heroCarousel" class="carousel slide mb-5 shadow-lg" data-bs-ride="carousel" style="min-height: 550px; border-radius: 24px; overflow: hidden;">
<div class="carousel-indicators">
@ -92,7 +92,7 @@ require_once __DIR__ . '/includes/header.php';
@media (max-width: 768px) {
main.container {
padding-top: 80px !important;
padding-top: 70px !important;
}
#heroCarousel, .carousel-content {
height: 300px !important;

View File

@ -384,7 +384,7 @@ INSERT INTO `system_settings` VALUES
('mail_from_email',''),
('mail_from_name','Byro Exchange'),
('service_link',''),
('site_logo',''),
('site_logo','/assets/pasted-20260219-011659-0f2b767b.png'),
('site_name','Byro'),
('smtp_host',''),
('smtp_pass',''),