feat(ECR-012–016): 合规、题库、时辰刷新、头像、MBTI OEJTS 与埋点
落地输入合规、探索题库、报告日/时辰刷新、账号头像、OEJTS 量表,并补齐 H5 埋点与 Admin 漏斗;同步 ESS 工件、切至自建 Git、清理 GitHub Actions。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -5,13 +5,7 @@
|
||||
<span class="atm a2" aria-hidden="true" />
|
||||
<span class="atm a3" aria-hidden="true" />
|
||||
|
||||
<HomeTopBar
|
||||
v-model:plus-open="plusOpen"
|
||||
:search-hint="searchHint"
|
||||
@search="router.push('/explore')"
|
||||
@plus="goPlus"
|
||||
/>
|
||||
<HomeArchiveStrip @add="goPlus('add')" />
|
||||
<HomeArchiveStrip :nickname="profileLabel" :avatar-url="avatarUrl" @add="goPlus('add')" />
|
||||
<HomeSelfCard
|
||||
:profile-label="profileLabel"
|
||||
:tips="tips"
|
||||
@@ -32,17 +26,15 @@ import HomeArchiveStrip from '../components/home/HomeArchiveStrip.vue'
|
||||
import HomeFeedSection from '../components/home/HomeFeedSection.vue'
|
||||
import HomePromoSection from '../components/home/HomePromoSection.vue'
|
||||
import HomeSelfCard from '../components/home/HomeSelfCard.vue'
|
||||
import HomeTopBar from '../components/home/HomeTopBar.vue'
|
||||
import HomeToolGrid from '../components/home/HomeToolGrid.vue'
|
||||
import { useHomePage } from '../composables/useHomePage'
|
||||
|
||||
const {
|
||||
router,
|
||||
profileLabel,
|
||||
plusOpen,
|
||||
avatarUrl,
|
||||
tips,
|
||||
tipsLoading,
|
||||
searchHint,
|
||||
gridRow1,
|
||||
gridRow2,
|
||||
feeds,
|
||||
@@ -55,6 +47,7 @@ const {
|
||||
.home {
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
padding-top: 48px;
|
||||
padding-bottom: var(--spacing-xs);
|
||||
min-height: 100%;
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user