补强静态发布安全边界
This commit is contained in:
@@ -139,7 +139,7 @@ async function readProductOverview(projectPath: string): Promise<string> {
|
||||
async function resolveProjectProgressIdentity(
|
||||
project: OpencodeProject,
|
||||
): Promise<ProjectProgressIdentity> {
|
||||
const binding = await readWorksSubmissionBinding(project.path);
|
||||
const binding = await readWorksSubmissionBinding(project.path, project.id);
|
||||
if (binding?.status === 'submitted' && binding.app_id) {
|
||||
return { projectType: 'server', projectKey: binding.app_id };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user