2.0.0 Beta : Self-hosted Release
This commit is contained in:
+16
-2
@@ -3,6 +3,11 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="author" content="{{ brand.signature }}">
|
||||
<meta name="creator" content="{{ brand.primary }}">
|
||||
<meta name="generator" content="YRTV 2.0.0 Beta by {{ brand.primary }}">
|
||||
<meta property="og:site_name" content="YRTV · {{ brand.primary }}">
|
||||
<meta property="og:title" content="{% block og_title %}YRTV Private CS2 Analytics{% endblock %}">
|
||||
<title>{% block title %}YRTV - CS2 Data Platform{% endblock %}</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/hammer.js/2.0.8/hammer.min.js"></script>
|
||||
@@ -40,7 +45,10 @@
|
||||
<div class="flex justify-between h-16">
|
||||
<div class="flex">
|
||||
<div class="flex-shrink-0 flex items-center">
|
||||
<a href="{{ url_for('main.index') }}" class="text-2xl font-bold text-yrtv-600">YRTV</a>
|
||||
<a href="{{ url_for('main.index') }}" class="group">
|
||||
<span class="block text-2xl font-bold leading-none text-yrtv-600">YRTV</span>
|
||||
<span class="mt-0.5 block text-[8px] font-black uppercase tracking-[0.18em] text-slate-400 group-hover:text-yrtv-500">by {{ brand.primary }}</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="hidden sm:ml-6 sm:flex sm:space-x-8">
|
||||
<a href="{{ url_for('main.index') }}" class="{% if request.endpoint == 'main.index' %}border-yrtv-500 text-gray-900 dark:text-white{% else %}border-transparent text-gray-500 dark:text-gray-300 hover:border-gray-300 hover:text-gray-700 dark:hover:text-white{% endif %} inline-flex items-center px-1 pt-1 border-b-2 text-sm font-medium">首页</a>
|
||||
@@ -111,10 +119,16 @@
|
||||
<!-- Footer -->
|
||||
<footer class="bg-white dark:bg-slate-800 border-t border-slate-200 dark:border-slate-700 mt-auto">
|
||||
<div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8">
|
||||
<p class="text-center text-sm text-gray-500">© 2026 YRTV Data Platform. All rights reserved. 赣ICP备2026001600号</p>
|
||||
<p class="text-center text-sm font-bold text-gray-500">© 2026 YRTV · {{ brand.primary }} Data Lab</p>
|
||||
<p class="mt-1 text-center text-[10px] uppercase tracking-[0.2em] text-gray-400">{{ brand.aliases|join(' / ') }} · 赣ICP备2026001600号</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<div class="pointer-events-none fixed bottom-3 right-4 z-[90] select-none text-right opacity-20">
|
||||
<div class="text-xs font-black uppercase tracking-[0.2em] text-yrtv-600">{{ brand.primary }}</div>
|
||||
<div class="text-[8px] font-bold text-slate-500">{{ brand.aliases|join(' · ') }}</div>
|
||||
</div>
|
||||
|
||||
{% block scripts %}{% endblock %}
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user