feat: redesign traditional workbench and formalize public surfaces
This commit is contained in:
parent
e54c93c7ae
commit
950b7e48b3
21 changed files with 328 additions and 34 deletions
|
|
@ -77,7 +77,7 @@ test('the product surface exposes a real knowledge workbench and browsable code
|
|||
assert.match(ui, new RegExp(`['"]${command}['"]`))
|
||||
}
|
||||
assert.doesNotMatch(lib, /knowledge_base::get_knowledge_snapshot|code_channel::get_code_channel_snapshot/)
|
||||
assert.match(ui, /知识工作台/)
|
||||
assert.match(ui, /知识与 Agent/)
|
||||
assert.match(ui, /HoloLake Era/)
|
||||
assert.match(ui, /知识视图/)
|
||||
assert.match(ui, /源文件/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue