Add migration functionality for example images: implement API endpoint and UI controls

This commit is contained in:
Will Miao
2025-06-07 09:34:07 +08:00
parent 16c312c90b
commit b1015ecdc5
4 changed files with 569 additions and 3 deletions

View File

@@ -306,6 +306,18 @@ body.modal-open {
width: 100%; /* Full width */
}
/* Migrate control styling */
.migrate-control {
display: flex;
align-items: center;
gap: 8px;
}
.migrate-control input {
flex: 1;
min-width: 0;
}
/* 统一各个 section 的样式 */
.support-section,
.changelog-section,