checkpoint

This commit is contained in:
Will Miao
2025-02-06 08:47:17 +08:00
parent 5fa5d60d2c
commit d43f133681
5 changed files with 113 additions and 41 deletions

View File

@@ -35,12 +35,6 @@
</head>
<body>
<div class="corner-controls">
<button class="control-button" onclick="toggleFolderTags()" title="Toggle folder tags">
<i class="fas fa-tags"></i>
</button>
<button class="control-button" onclick="openFeedback()" title="Report issues or request features">
<i class="fas fa-bug"></i>
</button>
<div class="theme-toggle" onclick="toggleTheme()" title="Toggle theme">
<img src="/loras_static/images/theme-toggle-light.svg" alt="Theme" class="theme-icon light-icon">
<img src="/loras_static/images/theme-toggle-dark.svg" alt="Theme" class="theme-icon dark-icon">