Commit 7aa92591fcd216d42c35c57cb83f6935aa5f7c88
1 parent
ebcebd39
chore: remove useless engine template
Showing
2 changed files
with
0 additions
and
114 deletions
front-end/h5/public/engine-example.html deleted
100644 → 0
| 1 | -<!DOCTYPE html> | ||
| 2 | -<html lang="en"> | ||
| 3 | - <head> | ||
| 4 | - <meta charset="utf-8"> | ||
| 5 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| 6 | - <meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
| 7 | - <title>work.html</title> | ||
| 8 | - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||
| 9 | - <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"> | ||
| 10 | - <meta content="yes" name="apple-mobile-web-app-capable"> | ||
| 11 | - <meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
| 12 | - <meta content="telephone=no" name="format-detection"> | ||
| 13 | - <meta content="email=no" name="format-detection"> | ||
| 14 | - <script type="text/javascript" src="http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/flexible.js"></script> | ||
| 15 | - <!-- <link rel="stylesheet" href="/be-static/be-static-luban-h5/engine/engine.css"> --> | ||
| 16 | - <!-- <script src="/be-static/be-static-luban-h5/engine/engine.js"></script> --> | ||
| 17 | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css"> | ||
| 18 | - <link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css"> | ||
| 19 | - <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/js/swiper.min.js"></script> | ||
| 20 | - <style> | ||
| 21 | - .swiper-container { | ||
| 22 | - width: 100%; | ||
| 23 | - height: 100vh; | ||
| 24 | - } | ||
| 25 | - </style> | ||
| 26 | - <script> | ||
| 27 | - window.__work = {"id":12,"title":"default title","description":"default desc","cover_image_url":null,"is_publish":null,"create_time":"2019-07-21 06:07:44","update_time":"2019-07-21 06:07:44","pages":[{"elements":[{"name":"lbp-button","uuid":1563721976946,"pluginProps":{"text":"按钮","fontSize":14,"color":"black","backgroundColor":"#ffffff","borderColor":"#eeeeee","borderWidth":2,"borderRadius":0,"lineHeight":1,"textAlign":"center"},"commonStyle":{"top":208,"left":106,"width":100,"height":40,"zindex":1,"textAlign":"center","color":"#000000","backgroundColor":"#ffffff","fontSize":14},"events":[]}]},{"elements":[]},{"elements":[]},{"elements":[{"name":"lbp-button","uuid":1563721991112,"pluginProps":{"text":"按钮","fontSize":14,"color":"black","backgroundColor":"#ffffff","borderColor":"#eeeeee","borderWidth":2,"borderRadius":0,"lineHeight":1,"textAlign":"center"},"commonStyle":{"top":208,"left":106,"width":100,"height":40,"zindex":1,"textAlign":"center","color":"#000000","backgroundColor":"#ffffff","fontSize":14},"events":[]}]},{"elements":[{"name":"lbp-button","uuid":1563721995650,"pluginProps":{"text":"按钮","fontSize":14,"color":"black","backgroundColor":"#ffffff","borderColor":"#eeeeee","borderWidth":2,"borderRadius":0,"lineHeight":1,"textAlign":"center"},"commonStyle":{"top":208,"left":106,"width":100,"height":40,"zindex":1,"textAlign":"center","color":"#000000","backgroundColor":"#ffffff","fontSize":14},"events":[]}]}],"created_at":"2019-07-21T06:07:44.636Z","updated_at":"2019-07-21T06:07:44.636Z"} | ||
| 28 | - </script> | ||
| 29 | - </head> | ||
| 30 | - <body> | ||
| 31 | - <noscript> | ||
| 32 | - <strong>We're sorry but luban-h5 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
| 33 | - </noscript> | ||
| 34 | - <div id="app"></div> | ||
| 35 | - <!-- built files will be auto injected --> | ||
| 36 | - <script> | ||
| 37 | - var mySwiper = new Swiper('.swiper-container', { | ||
| 38 | - // Optional parameters | ||
| 39 | - direction: 'vertical', | ||
| 40 | - loop: false, | ||
| 41 | - // If we need pagination | ||
| 42 | - pagination: { | ||
| 43 | - el: '.swiper-pagination', | ||
| 44 | - }, | ||
| 45 | - // Navigation arrows | ||
| 46 | - navigation: { | ||
| 47 | - nextEl: '.swiper-button-next', | ||
| 48 | - prevEl: '.swiper-button-prev', | ||
| 49 | - }, | ||
| 50 | - // And if we need scrollbar | ||
| 51 | - scrollbar: { | ||
| 52 | - el: '.swiper-scrollbar', | ||
| 53 | - }, | ||
| 54 | - }); | ||
| 55 | - </script> | ||
| 56 | - </body> | ||
| 57 | -</html> |
front-end/h5/public/engine.html deleted
100644 → 0
| 1 | -<!DOCTYPE html> | ||
| 2 | -<html lang="en"> | ||
| 3 | - <head> | ||
| 4 | - <meta charset="utf-8"> | ||
| 5 | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| 6 | - <meta name="viewport" content="width=device-width,initial-scale=1.0"> | ||
| 7 | - <title>work.html</title> | ||
| 8 | - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> | ||
| 9 | - <meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"> | ||
| 10 | - <meta content="yes" name="apple-mobile-web-app-capable"> | ||
| 11 | - <meta content="black" name="apple-mobile-web-app-status-bar-style"> | ||
| 12 | - <meta content="telephone=no" name="format-detection"> | ||
| 13 | - <meta content="email=no" name="format-detection"> | ||
| 14 | - <script type="text/javascript" src="http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/flexible.js"></script> | ||
| 15 | - <!-- <link rel="stylesheet" href="/be-static/be-static-luban-h5/engine/engine.css"> --> | ||
| 16 | - <!-- <script src="/be-static/be-static-luban-h5/engine/engine.js"></script> --> | ||
| 17 | - <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/css/swiper.min.css"> | ||
| 18 | - <link rel="stylesheet" href="https://meyerweb.com/eric/tools/css/reset/reset.css"> | ||
| 19 | - <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.5.0/js/swiper.min.js"></script> | ||
| 20 | - <style> | ||
| 21 | - .swiper-container { | ||
| 22 | - width: 100%; | ||
| 23 | - height: 100vh; | ||
| 24 | - } | ||
| 25 | - </style> | ||
| 26 | - <!-- <script> | ||
| 27 | - window.__work = {"id":12,"title":"default title","description":"default desc","cover_image_url":null,"is_publish":null,"create_time":"2019-07-21 06:07:44","update_time":"2019-07-21 06:07:44","pages":[{"elements":[{"name":"lbp-button","uuid":1563721976946,"pluginProps":{"text":"按钮","fontSize":14,"color":"black","backgroundColor":"#ffffff","borderColor":"#eeeeee","borderWidth":2,"borderRadius":0,"lineHeight":1,"textAlign":"center"},"commonStyle":{"top":208,"left":106,"width":100,"height":40,"zindex":1,"textAlign":"center","color":"#000000","backgroundColor":"#ffffff","fontSize":14},"events":[]}]},{"elements":[]},{"elements":[]},{"elements":[{"name":"lbp-button","uuid":1563721991112,"pluginProps":{"text":"按钮","fontSize":14,"color":"black","backgroundColor":"#ffffff","borderColor":"#eeeeee","borderWidth":2,"borderRadius":0,"lineHeight":1,"textAlign":"center"},"commonStyle":{"top":208,"left":106,"width":100,"height":40,"zindex":1,"textAlign":"center","color":"#000000","backgroundColor":"#ffffff","fontSize":14},"events":[]}]},{"elements":[{"name":"lbp-button","uuid":1563721995650,"pluginProps":{"text":"按钮","fontSize":14,"color":"black","backgroundColor":"#ffffff","borderColor":"#eeeeee","borderWidth":2,"borderRadius":0,"lineHeight":1,"textAlign":"center"},"commonStyle":{"top":208,"left":106,"width":100,"height":40,"zindex":1,"textAlign":"center","color":"#000000","backgroundColor":"#ffffff","fontSize":14},"events":[]}]}],"created_at":"2019-07-21T06:07:44.636Z","updated_at":"2019-07-21T06:07:44.636Z"} | ||
| 28 | - </script> --> | ||
| 29 | - </head> | ||
| 30 | - <body> | ||
| 31 | - <noscript> | ||
| 32 | - <strong>We're sorry but luban-h5 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> | ||
| 33 | - </noscript> | ||
| 34 | - <div id="app"></div> | ||
| 35 | - <!-- built files will be auto injected --> | ||
| 36 | - <script> | ||
| 37 | - var mySwiper = new Swiper('.swiper-container', { | ||
| 38 | - // Optional parameters | ||
| 39 | - direction: 'vertical', | ||
| 40 | - loop: false, | ||
| 41 | - // If we need pagination | ||
| 42 | - pagination: { | ||
| 43 | - el: '.swiper-pagination', | ||
| 44 | - }, | ||
| 45 | - // Navigation arrows | ||
| 46 | - navigation: { | ||
| 47 | - nextEl: '.swiper-button-next', | ||
| 48 | - prevEl: '.swiper-button-prev', | ||
| 49 | - }, | ||
| 50 | - // And if we need scrollbar | ||
| 51 | - scrollbar: { | ||
| 52 | - el: '.swiper-scrollbar', | ||
| 53 | - }, | ||
| 54 | - }); | ||
| 55 | - </script> | ||
| 56 | - </body> | ||
| 57 | -</html> |