feat(ops): add global test whitelist and exclude test accounts from settlement

Unify product/store visibility on HQ whitelist, mark isTest snapshots, and fix SUPER_ADMIN access for the new module.
This commit is contained in:
2026-08-07 15:46:23 +08:00
parent 10fa361983
commit b626db5d84
47 changed files with 1823 additions and 308 deletions
+16 -3
View File
@@ -386,13 +386,20 @@
position: fixed;
inset: 0;
z-index: 1000;
background: rgba(20, 16, 14, 0.45);
display: flex;
align-items: flex-end;
justify-content: center;
}
.mine-profile-sheet-backdrop {
position: absolute;
inset: 0;
background: rgba(20, 16, 14, 0.45);
}
.mine-profile-sheet {
position: relative;
z-index: 1;
width: 100%;
max-width: 480px;
box-sizing: border-box;
@@ -422,8 +429,9 @@
margin: 20px auto 0;
padding: 0;
width: auto;
background: transparent;
border: none;
height: auto;
background: transparent !important;
border: none !important;
line-height: 1.2;
display: flex;
flex-direction: column;
@@ -434,6 +442,11 @@
border: none;
}
/* 子节点不抢触摸,保证 open-type=chooseAvatar 由 Button 本人响应 */
.mine-profile-avatar-btn > * {
pointer-events: none;
}
.mine-profile-avatar-preview {
width: 88px;
height: 88px;