Implement Rust web sidebar title and tree interactions
This commit is contained in:
@@ -71,8 +71,8 @@ async function checkSearchShell() {
|
||||
assert(response.headers.get("x-mnote-web-owner") === "mnote-web", "Search shell 缺少 mnote-web owner header");
|
||||
assert(response.headers.get("x-mnote-web-shell") === "search", "Search shell 缺少 search shell header");
|
||||
assert(text.includes("mnote.search_shell.v1"), "Search shell 缺少 contract schema");
|
||||
assert(text.includes("react_search_palette"), "Search shell 缺少 search palette island");
|
||||
return { owner: "mnote-web", shell: "search", island: "react_search_palette" };
|
||||
assert(text.includes("search_interaction_island"), "Search shell 缺少 search interaction island");
|
||||
return { owner: "mnote-web", shell: "search", island: "search_interaction_island" };
|
||||
}
|
||||
|
||||
async function checkAiBridge() {
|
||||
|
||||
Reference in New Issue
Block a user