mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-18 20:17:50 +00:00
Update current.html
This commit is contained in:
parent
6a75277356
commit
feabafce6c
@ -1,19 +1,107 @@
|
||||
<div class="mb-6">
|
||||
<div class="bg-gradient-to-r from-purple-500 to-indigo-600 p-6 rounded-lg shadow-lg">
|
||||
<h3 class="text-3xl font-bold mb-4 text-white">🎉 New Feature Alert! 🎉</h3>
|
||||
|
||||
<div class="bg-white p-4 rounded-lg mb-4">
|
||||
<h4 class="text-xl font-semibold mb-2 text-indigo-700">🎨 LoLLMs UI Theming System</h4>
|
||||
<p class="text-gray-700 mb-2">Experience a more personalized and visually appealing interaction with our new theming system!</p>
|
||||
<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-lg mb-6 transition-all duration-300 hover:shadow-xl">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<span class="text-3xl">🎨</span>
|
||||
<h4 class="text-2xl font-bold text-indigo-700 dark:text-indigo-400">LoLLMs UI Theming System</h4>
|
||||
</div>
|
||||
|
||||
<div class="space-y-4">
|
||||
<p class="text-gray-700 dark:text-gray-300 leading-relaxed">
|
||||
Experience a more personalized and visually appealing interaction with our new theming system! Choose from a variety of carefully crafted themes to match your preferences.
|
||||
</p>
|
||||
|
||||
<div class="bg-indigo-50 dark:bg-indigo-900/30 p-4 rounded-md">
|
||||
<h5 class="font-semibold text-indigo-800 dark:text-indigo-300 mb-2">How to Change Theme:</h5>
|
||||
<ol class="list-decimal list-inside space-y-2 text-gray-700 dark:text-gray-300">
|
||||
<li>Move your mouse to the top-right corner of the LoLLMs WebUI</li>
|
||||
<li>Wait for the top bar to appear</li>
|
||||
<li>Locate the theme dropdown menu</li>
|
||||
<li>Select your preferred theme from the available options</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-2 text-sm text-gray-600 dark:text-gray-400">
|
||||
<svg class="w-5 h-5" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path d="M11 3a1 1 0 10-2 0v1a1 1 0 102 0V3zM15.657 5.757a1 1 0 00-1.414-1.414l-.707.707a1 1 0 001.414 1.414l.707-.707zM18 10a1 1 0 01-1 1h-1a1 1 0 110-2h1a1 1 0 011 1zM5.05 6.464A1 1 0 106.464 5.05l-.707-.707a1 1 0 00-1.414 1.414l.707.707zM5 10a1 1 0 01-1 1H3a1 1 0 110-2h1a1 1 0 011 1z"></path>
|
||||
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm0-2a6 6 0 110-12 6 6 0 010 12z" clip-rule="evenodd"></path>
|
||||
</svg>
|
||||
<span>Theme changes are applied instantly and persist across sessions</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="bg-white p-4 rounded-lg">
|
||||
<h4 class="text-xl font-semibold mb-2 text-indigo-700">🌍 VillageLife Simulator</h4>
|
||||
<p class="text-gray-700 mb-2">Dive into our new world simulation app! Solve complex problems by simulating entire societies.</p>
|
||||
<p class="text-gray-600 italic mb-2">Want to find the meaning of Life, the Universe, and Everything? Simulate Earth for a few million years!</p>
|
||||
<div class="flex items-center">
|
||||
<p class="text-sm text-gray-500">⚠️ Watch out for Vogons!</p>
|
||||
</div>
|
||||
<div class="bg-white dark:bg-gray-800 p-6 rounded-lg shadow-lg hover:shadow-xl transition-all duration-300">
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="text-4xl animate-spin-slow">🌍</div>
|
||||
<h4 class="text-2xl font-bold text-indigo-700 dark:text-indigo-400">
|
||||
VillageLife Simulator
|
||||
<span class="text-sm font-normal text-gray-500 dark:text-gray-400 block">v1.0 Beta</span>
|
||||
</h4>
|
||||
</div>
|
||||
|
||||
<div class="space-y-4">
|
||||
<p class="text-gray-700 dark:text-gray-300 text-lg leading-relaxed">
|
||||
Dive into our revolutionary world simulation app! Solve complex societal challenges
|
||||
through advanced civilization modeling and emergence patterns.
|
||||
</p>
|
||||
|
||||
<div class="bg-indigo-50 dark:bg-indigo-900/30 p-4 rounded-md border-l-4 border-indigo-500">
|
||||
<p class="text-gray-600 dark:text-gray-400 italic">
|
||||
"Want to find the meaning of Life, the Universe, and Everything?
|
||||
Simulate Earth for a few million years!"
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="flex flex-col gap-3">
|
||||
<div class="flex items-center gap-2 bg-amber-50 dark:bg-amber-900/30 p-3 rounded-md">
|
||||
<span class="text-xl">⚠️</span>
|
||||
<p class="text-sm text-amber-700 dark:text-amber-400 font-medium">
|
||||
Watch out for Vogons! Their poetry might crash the simulation.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="flex items-center gap-4 text-sm text-gray-600 dark:text-gray-400">
|
||||
<div class="flex items-center gap-1">
|
||||
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path d="M13 6a3 3 0 11-6 0 3 3 0 016 0zM18 8a2 2 0 11-4 0 2 2 0 014 0zM14 15a4 4 0 00-8 0v3h8v-3zM6 8a2 2 0 11-4 0 2 2 0 014 0zM16 18v-3a5.972 5.972 0 00-.75-2.906A3.005 3.005 0 0119 15v3h-3zM4.75 12.094A5.973 5.973 0 004 15v3H1v-3a3 3 0 013.75-2.906z"></path>
|
||||
</svg>
|
||||
<span>Active Villagers: 1,337</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-1">
|
||||
<svg class="w-4 h-4" fill="currentColor" viewBox="0 0 20 20">
|
||||
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"></path>
|
||||
</svg>
|
||||
<span>Simulation Year: 42</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-2 mt-4">
|
||||
<button class="px-4 py-2 bg-indigo-600 hover:bg-indigo-700 text-white rounded-md transition-colors duration-200">
|
||||
Start Simulation
|
||||
</button>
|
||||
<button class="px-4 py-2 bg-gray-200 dark:bg-gray-700 hover:bg-gray-300 dark:hover:bg-gray-600 text-gray-700 dark:text-gray-300 rounded-md transition-colors duration-200">
|
||||
Settings
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
@keyframes spin-slow {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
.animate-spin-slow {
|
||||
animation: spin-slow 20s linear infinite;
|
||||
}
|
||||
</style>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user