h5:add navigator plugin

This commit is contained in:
pengfei.zhou
2019-12-26 11:25:41 +08:00
committed by osborn
parent 7c88eebeb8
commit 102bf100ce
9 changed files with 1292 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
import { DoricPlugin } from "../DoricPlugin";
export class NavigatorPlugin extends DoricPlugin {
push(args: {
scheme: string,
config?: {
alias?: string,
extra?: string,
}
}) {
}
pop() {
}
}