feat: improve copilot (#2758)

This commit is contained in:
Himself65
2023-06-13 10:29:04 +08:00
committed by GitHub
parent 5ba2dff008
commit ace3c37fcc
20 changed files with 413 additions and 79 deletions

View File

@@ -19,7 +19,7 @@ export const HeaderItem: PluginUIAdapter['headerItem'] = ({
direction: 'horizontal',
first: 'editor',
second: 'com.affine.copilot',
splitPercentage: 80,
splitPercentage: 70,
};
} else {
return 'editor';