|
@@ -27,7 +27,7 @@ const debug = Debug('LSPlugin:user')
|
|
|
|
|
|
|
|
const app: Partial<IAppProxy> = {
|
|
const app: Partial<IAppProxy> = {
|
|
|
registerUIItem (
|
|
registerUIItem (
|
|
|
- type: 'toolbar' | 'page',
|
|
|
|
|
|
|
+ type: 'toolbar' | 'pagebar',
|
|
|
opts: { key: string, template: string }
|
|
opts: { key: string, template: string }
|
|
|
) {
|
|
) {
|
|
|
const pid = this.baseInfo.id
|
|
const pid = this.baseInfo.id
|