Skip to content

Commit 37f5d0e

Browse files
committed
fix(website): align hero prompt and effort status
1 parent 5961593 commit 37f5d0e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

website/theme/components/HomeLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ const copy = {
441441
stackHintMobile: '点击步骤展开',
442442
stackTop: '产品',
443443
stackBottom: '记录',
444-
flowTask: '? 不联网检查这个仓库的发布风险,并生成报告',
444+
flowTask: '不联网检查这个仓库的发布风险,并生成报告',
445445
flowReplay: '重播',
446446
tuiWorkspace: '~/workspace/a3s',
447447
tuiMode: 'default',
@@ -540,7 +540,7 @@ const copy = {
540540
stackHintMobile: 'TAP A STEP TO EXPAND',
541541
stackTop: 'PRODUCT',
542542
stackBottom: 'RECORDS',
543-
flowTask: '? Audit this repo for release risks offline; generate a report',
543+
flowTask: 'Audit this repo for release risks offline; generate a report',
544544
flowReplay: 'REPLAY',
545545
tuiWorkspace: '~/workspace/a3s',
546546
tuiMode: 'default',

website/theme/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6054,9 +6054,16 @@ body {
60546054
height: 1px;
60556055
background: #454d57;
60566056
content: '';
6057+
}
6058+
6059+
.a3s-tui-effort-rule::before {
60576060
flex: 1;
60586061
}
60596062

6063+
.a3s-tui-effort-rule::after {
6064+
flex: 0 0 12px;
6065+
}
6066+
60606067
.a3s-tui-effort-rule span {
60616068
color: #899fc7;
60626069
}

0 commit comments

Comments
 (0)