将popup部分逻辑移植过来

This commit is contained in:
许彦峰
2019-03-15 15:06:15 +08:00
parent e0600603a6
commit 4e808384fe
14 changed files with 67 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ module.exports = {
]
},
plugins: [
htmlPage('home', 'app', ['tab']),
htmlPage('home', 'tap', ['tab']),
htmlPage('popup', 'popup', ['popup']),
htmlPage('panel', 'panel', ['panel']),
htmlPage('devtools', 'devtools', ['devtools']),