h5:add navigator plugin
This commit is contained in:
17
doric-h5/src/plugins/NavigatorPlugin.ts
Normal file
17
doric-h5/src/plugins/NavigatorPlugin.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import { DoricPlugin } from "../DoricPlugin";
|
||||
|
||||
export class NavigatorPlugin extends DoricPlugin {
|
||||
push(args: {
|
||||
scheme: string,
|
||||
config?: {
|
||||
alias?: string,
|
||||
extra?: string,
|
||||
}
|
||||
}) {
|
||||
|
||||
}
|
||||
|
||||
pop() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user