修复再来一单问题

This commit is contained in:
2025-12-16 17:00:32 +08:00
parent 251490e3ab
commit 645122c182
9 changed files with 170 additions and 84 deletions

View File

@@ -612,6 +612,9 @@ const showInviteCode = computed(() => {
) {
return true;
}
if( config.openType == "auto" ){
return true;
}
if (!state.distributionUser && config.openType == "manual") {
return true;
}