diff --git a/static/css/style.css b/static/css/style.css
index 3824ce19..a19e720e 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -417,4 +417,22 @@ body.modal-open {
gap: var(--space-1);
align-items: flex-end; /* 将图标靠下对齐 */
align-self: flex-end; /* 将整个actions容器靠下对齐 */
+}
+
+.model-link {
+ margin-top: var(--space-1);
+}
+
+.model-link a {
+ color: #34b4eb;
+ text-decoration: none;
+ font-size: 1.3em;
+ opacity: 0.9;
+ transition: opacity 0.2s;
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
+}
+
+.model-link a:hover {
+ opacity: 1;
+ text-decoration: underline;
}
\ No newline at end of file
diff --git a/static/js/script.js b/static/js/script.js
index 599197fd..51aca65c 100644
--- a/static/js/script.js
+++ b/static/js/script.js
@@ -178,6 +178,9 @@ function showModal(lora) {
${lora.images.map(img => img.type === 'video' ? `` : ``).join('')}