feat: enhance article editor and detail components with improved link handling and UI updates

This commit is contained in:
2026-04-07 19:38:29 +08:00
parent 98ebb12fa1
commit d0f0271346
7 changed files with 281 additions and 171 deletions
@@ -284,8 +284,7 @@ onBeforeUnmount(() => {
border-radius: 999px;
background: #ffffff;
box-shadow:
0 4px 20px rgba(15, 23, 42, 0.08),
0 0 0 1px rgba(15, 23, 42, 0.04);
0 8px 32px rgb(17 17 17 / 28%), 0 0 0 1px rgba(15, 23, 42, 0.05);
}
.editor-ai-assist__bar-icon {
@@ -373,8 +372,7 @@ onBeforeUnmount(() => {
border-radius: 16px;
background: #ffffff;
box-shadow:
0 8px 32px rgba(15, 23, 42, 0.1),
0 0 0 1px rgba(15, 23, 42, 0.05);
0 8px 32px rgb(17 17 17 / 28%), 0 0 0 1px rgba(15, 23, 42, 0.05);
}
.editor-ai-assist__result-box {