feat: 将发布预检移入内置浏览器
This commit is contained in:
@@ -15,6 +15,7 @@ import type {
|
||||
export type WorksSubmissionBindingStore = ReturnType<typeof createWorksSubmissionBindingStore>;
|
||||
|
||||
export interface AgentBrowserService {
|
||||
preflightCurrentProject(projectPath: string): Promise<{ ok: true }>;
|
||||
getSnapshot(projectPath?: string): Promise<AgentBrowserSnapshot> | AgentBrowserSnapshot;
|
||||
open(input: {
|
||||
projectId: string;
|
||||
|
||||
Reference in New Issue
Block a user