Add files via upload

This commit is contained in:
公明
2026-07-23 18:56:18 +08:00
committed by GitHub
parent dbc4ead040
commit a83490f29c
15 changed files with 5102 additions and 668 deletions
+1 -1
View File
@@ -868,7 +868,7 @@ async function openAssetProjectModal() {
}
const subtitle = document.getElementById('asset-project-subtitle');
if (subtitle) subtitle.textContent = assetT('assets.bindProjectCount', `将更新 ${assets.length} 个资产`, { count: assets.length });
if (typeof openAppModal === 'function') openAppModal('asset-project-modal');
if (typeof openAppModal === 'function') openAppModal('asset-project-modal', { display: 'flex' });
else document.getElementById('asset-project-modal').style.display = 'flex';
if (select) select.focus();
}