重写了插件后台入口模板
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-21 00:07:12 +08:00
parent cbd6250967
commit 98e046c160
2 changed files with 126 additions and 78 deletions

View File

@@ -0,0 +1,34 @@
.theme-card {
margin: 20px;
}
.theme-card__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.theme-card__header h3 {
margin: 0;
font-size: 20px;
}
.theme-desc {
margin: 4px 0 0;
color: #6b7280;
}
.theme-textarea textarea {
font-family: "JetBrains Mono", Consolas, monospace;
}
.theme-tip {
margin-top: 12px;
color: #9ca3af;
font-size: 12px;
}
.ml-10 {
margin-left: 10px;
}