mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 09:40:10 +02:00
add templates for file mode
This commit is contained in:
@@ -7,7 +7,8 @@ export default [
|
||||
{
|
||||
id: 'vue',
|
||||
title: 'Vue',
|
||||
img: 'assets/vue-logo.svg'
|
||||
img: 'assets/vue-logo.svg',
|
||||
isFileModeSupported: true
|
||||
},
|
||||
{
|
||||
id: 'preact',
|
||||
@@ -17,6 +18,7 @@ export default [
|
||||
{
|
||||
id: 'kontra-game-engine',
|
||||
title: 'Kontra Game Engine',
|
||||
img: 'assets/html5-logo.svg'
|
||||
img: 'assets/html5-logo.svg',
|
||||
isFileModeSupported: true
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user