修改全能创作发现问题

This commit is contained in:
Azmat@qq.com
2026-09-03 19:00:59 +08:00
parent e7122b78fb
commit 3e904479d9
23 changed files with 1325 additions and 433 deletions
+64 -51
View File
@@ -5,6 +5,7 @@
--black: #101012;
--text: #17181a;
--muted: #6f747c;
font-size: 14px;
}
@keyframes omniMessageIn {
@@ -33,24 +34,31 @@
.omni-home-history {
position: absolute;
top: 24px;
top: 20px;
right: 0;
height: 36px;
height: 40px;
display: inline-flex;
align-items: center;
gap: 7px;
padding: 0 12px;
border: 1px solid rgba(34, 42, 54, .10);
border-radius: 10px;
color: #414750;
gap: 8px;
padding: 0 14px;
border: 1.5px solid rgba(16, 16, 18, .22);
border-radius: 12px;
color: var(--black);
background: #fff;
font-size: 11px;
font-size: 13px;
font-weight: 650;
box-shadow: 0 4px 12px rgba(16, 16, 18, .08);
cursor: pointer;
}
.omni-home-history:hover {
border-color: var(--black);
background: #f7f7f8;
}
.omni-home-history svg {
width: 15px;
height: 15px;
width: 16px;
height: 16px;
}
.omni-home-kicker {
@@ -59,7 +67,7 @@
gap: 7px;
margin-bottom: 12px;
color: var(--klein);
font-size: 10px;
font-size: 12px;
font-weight: 750;
letter-spacing: .13em;
}
@@ -81,7 +89,7 @@
.omni-home-hero > p {
margin: 10px 0 17px;
color: #747b86;
font-size: 13px;
font-size: 14px;
}
.omni-output-switch {
@@ -100,7 +108,7 @@
border-radius: 999px;
color: #6d737c;
background: transparent;
font-size: 11px;
font-size: 12px;
font-weight: 650;
cursor: pointer;
}
@@ -152,7 +160,7 @@
align-items: center;
gap: 7px;
color: var(--klein);
font-size: 11px;
font-size: 12px;
}
.omni-selected-case svg,
@@ -199,7 +207,7 @@
border-radius: 8px;
color: #344159;
background: rgba(0, 47, 167, .045);
font-size: 11px;
font-size: 12px;
font-weight: 600;
}
@@ -255,7 +263,7 @@
outline: 0;
color: var(--text);
background: transparent;
font-size: 14px;
font-size: 15px;
line-height: 1.7;
}
@@ -290,7 +298,7 @@
border-radius: 9px;
color: #353b45;
background: #f8f9fa;
font-size: 14px;
font-size: 15px;
font-weight: 700;
cursor: pointer;
transition: color 150ms ease, border-color 150ms ease, background-color 150ms ease;
@@ -336,7 +344,7 @@
display: block;
padding: 5px 8px 7px;
color: #8b919a;
font-size: 9px;
font-size: 11px;
}
.omni-upload-menu button {
@@ -373,14 +381,14 @@
}
.omni-upload-menu button span {
font-size: 11px;
font-size: 12px;
font-weight: 650;
}
.omni-upload-menu button small {
margin-top: 3px;
color: #9298a1;
font-size: 9px;
font-size: 11px;
font-weight: 400;
}
@@ -405,7 +413,7 @@
display: block;
padding: 5px 8px 7px;
color: #8b919a;
font-size: 9px;
font-size: 11px;
font-weight: 650;
}
@@ -419,7 +427,7 @@
display: block;
padding: 5px 8px 7px;
color: #8b919a;
font-size: 9px;
font-size: 11px;
font-weight: 650;
}
@@ -466,14 +474,14 @@
}
.omni-mention-menu button span {
font-size: 11px;
font-size: 12px;
font-weight: 650;
}
.omni-mention-menu button small {
margin-top: 2px;
color: #8b919a;
font-size: 9px;
font-size: 11px;
font-weight: 400;
}
@@ -521,7 +529,7 @@
border-color: rgba(34, 42, 54, .11);
border-radius: 10px;
background: #f8f9fa;
font-size: 11px;
font-size: 12px;
font-weight: 650;
}
@@ -547,7 +555,7 @@
.omni-parameter .custom-select-option {
min-height: 34px;
font-size: 11px;
font-size: 12px;
}
.omni-duration-control {
@@ -572,11 +580,16 @@
border-radius: 10px;
color: #373d46;
background: #f8f9fa;
font-size: 11px;
font-size: 12px;
font-weight: 650;
cursor: pointer;
}
.omni-duration-trigger:disabled {
opacity: .55;
cursor: not-allowed;
}
.omni-duration-trigger:hover,
.omni-duration-trigger[aria-expanded="true"] {
border-color: rgba(0, 47, 167, .36);
@@ -616,7 +629,7 @@
display: block;
margin-bottom: 10px;
color: #7d838d;
font-size: 11px;
font-size: 12px;
}
.omni-duration-modes {
@@ -635,7 +648,7 @@
border-radius: 10px;
color: #626974;
background: #f7f8fa;
font-size: 11px;
font-size: 12px;
cursor: pointer;
}
@@ -674,7 +687,7 @@
border-radius: 8px;
color: #575e69;
background: #fff;
font-size: 11px;
font-size: 12px;
text-align: left;
cursor: pointer;
}
@@ -708,7 +721,7 @@
border-radius: 10px;
color: #fff;
background: var(--klein);
font-size: 11px;
font-size: 12px;
font-weight: 650;
cursor: pointer;
box-shadow: 0 9px 18px rgba(0, 47, 167, .17);
@@ -753,7 +766,7 @@
border-radius: 8px;
color: #707681;
background: transparent;
font-size: 12px;
font-size: 13px;
font-weight: 600;
cursor: pointer;
}
@@ -861,7 +874,7 @@
color: #fff;
background: #111318;
box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
font-size: 10px;
font-size: 12px;
font-weight: 700;
cursor: pointer;
opacity: 0;
@@ -1001,7 +1014,7 @@
border-radius: 999px;
color: var(--klein);
background: #edf5ff;
font-size: 10px;
font-size: 12px;
font-weight: 700;
}
@@ -1013,7 +1026,7 @@
.omni-preset-detail > p {
margin: 0;
color: #737a84;
font-size: 13px;
font-size: 14px;
line-height: 1.85;
}
@@ -1026,13 +1039,13 @@
.omni-preset-default span {
color: #8a9099;
font-size: 10px;
font-size: 12px;
}
.omni-preset-default p {
margin: 7px 0 0;
color: #3e4653;
font-size: 12px;
font-size: 13px;
line-height: 1.7;
}
@@ -1050,7 +1063,7 @@
border-radius: 10px;
color: #616873;
background: #fff;
font-size: 12px;
font-size: 13px;
cursor: pointer;
}
@@ -1073,14 +1086,14 @@
.omni-case-copy strong {
margin-bottom: 6px;
font-size: 13px;
font-size: 14px;
}
.omni-case-copy small {
display: -webkit-box;
overflow: hidden;
color: #858b94;
font-size: 10px;
font-size: 12px;
line-height: 1.5;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
@@ -1107,7 +1120,7 @@
.omni-history-heading > span {
color: var(--klein);
font-size: 9px;
font-size: 11px;
font-weight: 750;
letter-spacing: .13em;
}
@@ -1144,7 +1157,7 @@
.omni-history-header p {
margin-top: 7px;
color: #858b94;
font-size: 11px;
font-size: 12px;
}
.omni-history-tools {
@@ -1174,7 +1187,7 @@
border-radius: 12px;
color: #fff;
background: var(--klein);
font-size: 12px;
font-size: 13px;
font-weight: 650;
cursor: pointer;
}
@@ -1191,7 +1204,7 @@
border-radius: 9px;
color: #707681;
background: transparent;
font-size: 12px;
font-size: 13px;
font-weight: 650;
cursor: pointer;
}
@@ -1259,7 +1272,7 @@
.omni-history-item p,
.omni-history-item small {
color: #858b94;
font-size: 12.5px;
font-size: 14px;
line-height: 1.45;
}
@@ -1359,7 +1372,7 @@
.omni-delete-dialog p {
margin: 8px 0 20px;
color: #7d838d;
font-size: 11px;
font-size: 12px;
}
.omni-delete-dialog > div {
@@ -1374,7 +1387,7 @@
border-radius: 9px;
color: #5e6570;
background: #fff;
font-size: 10px;
font-size: 12px;
font-weight: 650;
cursor: pointer;
}
@@ -1390,7 +1403,7 @@
align-items: center;
gap: 5px;
color: #a86a00;
font-size: 11.5px;
font-size: 13px;
font-weight: 650;
}
@@ -1422,7 +1435,7 @@
border-color: rgba(34, 42, 54, .11);
border-radius: 10px;
background: #f8f9fa;
font-size: 11px;
font-size: 12px;
font-weight: 650;
}
@@ -1454,7 +1467,7 @@
.omni-history-empty p {
margin: 0;
font-size: 13px;
font-size: 14px;
}
.omni-history-empty button {
@@ -1466,7 +1479,7 @@
border-radius: 10px;
color: #fff;
background: var(--klein);
font-size: 12px;
font-size: 13px;
font-weight: 650;
}