feat: 完善图像工作区与创作工具体验
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-08-16 14:08:02 +08:00
parent bfcb88cfef
commit 26b52d76e3
92 changed files with 16678 additions and 2975 deletions

View File

@@ -118,24 +118,6 @@
}
}
/* Preserve Japanese regional glyph forms while still keeping Latin text
* consistent with the bundled Inter face. */
html[data-ui-language='ja'] {
--font-sans: var(--font-latin), -apple-system, BlinkMacSystemFont,
"Hiragino Sans", "Yu Gothic", "Noto Sans JP", "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}
/* Russian uses the bundled Latin face for Cyrillic where available and keeps
* Noto/system fallback available for characters outside Inter's coverage. */
html[data-ui-language='ru'] {
--font-sans: var(--font-latin), "Noto Sans", -apple-system,
BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji", sans-serif;
}
@layer base {
* {
@apply border-border;