feat(partner): require WeChat OAuth before store photo upload

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-03 15:44:46 +08:00
parent 81413e4d08
commit cabc9e6ebb
11 changed files with 231 additions and 13 deletions
+8
View File
@@ -932,6 +932,14 @@ html, body, #root {
aspect-ratio: 1;
}
.partner-wechat-auth-hint {
margin-bottom: 12px;
padding: 12px 14px;
border-radius: 12px;
background: rgba(166, 29, 36, 0.08);
border: 1px solid rgba(166, 29, 36, 0.15);
}
.partner-oss-upload-input {
position: absolute;
width: 1px;