Merge branch 'master' into codex/puzzle-clear-template-runtime-fixes
# Conflicts: # .hermes/shared-memory/decision-log.md # .hermes/shared-memory/project-overview.md # docs/【开发运维】本地开发验证与生产运维-2026-05-15.md # scripts/dev.test.ts # server-rs/crates/api-server/src/creation_entry_config.rs # server-rs/crates/api-server/src/wooden_fish.rs # server-rs/crates/module-auth/src/lib.rs # server-rs/crates/spacetime-client/src/wooden_fish.rs # server-rs/crates/spacetime-module/src/auth/procedures.rs # src/components/custom-world-home/creationWorkShelf.ts # src/components/platform-entry/PlatformEntryFlowShellImpl.tsx # src/components/rpg-entry/rpgEntryWorldPresentation.ts # src/services/miniGameDraftGenerationProgress.test.ts # src/services/miniGameDraftGenerationProgress.ts
This commit is contained in:
@@ -809,12 +809,14 @@ body {
|
||||
|
||||
.platform-ui-shell,
|
||||
.platform-ui-shell * {
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: 'Inter', 'Noto Sans CJK SC', 'WenQuanYi Zen Hei',
|
||||
'PingFang SC', 'Microsoft YaHei', ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.platform-theme,
|
||||
.platform-theme * {
|
||||
font-family: 'Inter', ui-sans-serif, system-ui, sans-serif !important;
|
||||
font-family: 'Inter', 'Noto Sans CJK SC', 'WenQuanYi Zen Hei',
|
||||
'PingFang SC', 'Microsoft YaHei', ui-sans-serif, system-ui, sans-serif !important;
|
||||
}
|
||||
|
||||
.platform-theme {
|
||||
@@ -2456,6 +2458,31 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.creation-work-card__failure-status {
|
||||
display: inline-flex;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
min-width: 0;
|
||||
align-items: center;
|
||||
gap: 0.26rem;
|
||||
overflow: hidden;
|
||||
border: 1px solid color-mix(in srgb, #c7653d 48%, transparent);
|
||||
border-radius: 9999px;
|
||||
background: color-mix(in srgb, #c7653d 12%, transparent);
|
||||
padding: 0.22rem 0.52rem;
|
||||
color: color-mix(in srgb, #c7653d 86%, var(--platform-text-strong));
|
||||
font-size: 0.68rem;
|
||||
font-weight: 800;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.creation-work-card__failure-status span {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.creation-work-card__published-info {
|
||||
display: grid;
|
||||
min-width: 0;
|
||||
@@ -4881,6 +4908,20 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
padding: 0.58rem 0.58rem 0.58rem 0.68rem;
|
||||
}
|
||||
|
||||
/* 草稿页移动端整体禁止长按选择文字,避免误触系统选区。 */
|
||||
#platform-tab-panel-saves,
|
||||
#platform-tab-panel-saves * {
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
||||
#platform-tab-panel-saves :is(input, textarea, [contenteditable='true']) {
|
||||
-webkit-user-select: text;
|
||||
user-select: text;
|
||||
-webkit-touch-callout: default;
|
||||
}
|
||||
|
||||
.creation-work-card-shell {
|
||||
border-radius: 0.86rem;
|
||||
}
|
||||
@@ -7394,6 +7435,46 @@ html[data-mobile-keyboard-open='true'] .platform-mobile-bottom-dock {
|
||||
color: var(--platform-text-base) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
:where(
|
||||
.creation-agent-hero__icon-button,
|
||||
.creation-agent-hero__quick-action
|
||||
) {
|
||||
border-color: rgba(255, 255, 255, 0.2) !important;
|
||||
background: rgba(255, 255, 255, 0.1) !important;
|
||||
color: rgba(255, 255, 255, 0.82) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
:where(.creation-agent-hero__summary, .creation-agent-hero__progress-label) {
|
||||
color: rgba(255, 255, 255, 0.76) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
.creation-agent-hero__progress-value {
|
||||
color: rgba(255, 255, 255, 0.92) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
.creation-agent-hero__progress-hint {
|
||||
color: rgba(255, 255, 255, 0.72) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
.creation-agent-hero
|
||||
.creation-agent-hero__progress-track {
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
}
|
||||
|
||||
.platform-theme--light
|
||||
.platform-remap-surface
|
||||
:where(
|
||||
|
||||
Reference in New Issue
Block a user