init wxt framework

This commit is contained in:
go0p
2026-08-06 15:11:35 +08:00
committed by go0p
parent 0c197a791d
commit 83381b9623
34 changed files with 8126 additions and 20 deletions
+39
View File
@@ -0,0 +1,39 @@
.options-layout {
min-height: 100vh;
}
.options-header {
background-color: #F28B44;
display: flex;
align-items: center;
justify-content: center;
padding: 0 24px;
}
.options-content {
padding: 24px;
max-width: 800px;
margin: 0 auto;
background-color: #f5f5f5;
}
.proxy-list-card {
margin-bottom: 24px;
}
.proxy-list-card .ant-list-item {
padding: 12px 24px;
transition: all 0.3s;
}
.proxy-list-card .ant-list-item:hover {
background-color: rgba(242, 139, 68, 0.05);
}
.add-proxy-card {
margin-bottom: 24px;
}
.ant-space {
width: 100%;
}