Compare commits

...

1 Commits

Author SHA1 Message Date
xiaoxia b7987cf6c9 fix: 标题位置默认改为顶部(top)
CI/CD Pipeline / Check if frontend-only change (pull_request) Successful in 18s
AI Code Review / AI Code Review (pull_request) Successful in 2m42s
CI/CD Pipeline / Unit Tests (pull_request) Failing after 3m1s
CI/CD Pipeline / Validate Code Quality And Tests (pull_request) Successful in 4m47s
CI/CD Pipeline / Integration Tests (pull_request) Successful in 3m21s
Preview Deploy / Deploy Preview Environment (pull_request) Failing after 9m20s
CI/CD Pipeline / Frontend Lint (pull_request) Failing after 10m1s
CI/CD Pipeline / Frontend Unit Tests (pull_request) Failing after 9m42s
PR Automation / Auto Merge on CI Green + Approved (pull_request) Successful in 10m7s
PR Automation / Auto Approve on CI Green (pull_request) Successful in 10m9s
ACR Cleanup / ACR Image Cleanup (pull_request_target) Has been cancelled
Preview Cleanup / Cleanup Preview Environment (pull_request) Successful in 42s
CI/CD Pipeline / Production Browser E2E (pull_request) Failing after 456h41m46s
CI/CD Pipeline / Deploy Production (pull_request) Failing after 456h41m48s
CI/CD Pipeline / Staging API Integration Tests (pull_request) Failing after 456h41m48s
CI/CD Pipeline / Staging E2E Tests (pull_request) Failing after 456h41m48s
CI/CD Pipeline / Build Production API Image (pull_request) Failing after 456h41m50s
CI/CD Pipeline / Build Production Worker Image (pull_request) Failing after 456h41m50s
CI/CD Pipeline / Deploy Staging (Watchtower auto-deploy) (pull_request) Failing after 456h41m50s
CI/CD Pipeline / Build Staging Web Image (pull_request) Failing after 456h41m52s
CI/CD Pipeline / Build Staging API Image (pull_request) Failing after 456h41m52s
CI/CD Pipeline / ACR Image Cleanup (pull_request) Failing after 457h15m49s
CI/CD Pipeline / Build Production Web Image (pull_request) Failing after 457h15m51s
CI/CD Pipeline / Build Staging Worker Image (pull_request) Failing after 457h15m53s
DEFAULT_TITLE_SETTINGS.position 从 bottom 改为 top
2026-08-28 14:43:28 +08:00
+1 -1
View File
@@ -106,7 +106,7 @@ interface TitleSettings {
const DEFAULT_TITLE_SETTINGS: TitleSettings = {
aiAutoSelect: false,
title: "",
position: "bottom",
position: "top",
font: "思源黑体",
size: 28,
bold: true,