diff --git a/projects/WebApp/wwwroot/css/app.css b/projects/WebApp/wwwroot/css/app.css index 5e74fcbf..30e967b2 100644 --- a/projects/WebApp/wwwroot/css/app.css +++ b/projects/WebApp/wwwroot/css/app.css @@ -765,7 +765,7 @@ img { width: 100%; } -.ir table,.ir .table { +.ir table { border-collapse: separate; margin: 5px auto; padding: 5px; @@ -777,11 +777,12 @@ img { padding: 2px; text-align: center; } - .ir .table button{ - margin:2px; - } + .weui-grid__icon { width: 48px; height: 48px; - margin: 0 auto; + margin: 5px auto; +} +.card .weui-bar__item_on{ + background-color:#eee; } \ No newline at end of file diff --git a/projects/WebApp/wwwroot/index.html b/projects/WebApp/wwwroot/index.html index 357d8abf..166f34df 100644 --- a/projects/WebApp/wwwroot/index.html +++ b/projects/WebApp/wwwroot/index.html @@ -32,6 +32,8 @@ + + diff --git a/projects/WebApp/wwwroot/js/iot.js b/projects/WebApp/wwwroot/js/iot.js index 72608416..b63f4b8e 100644 --- a/projects/WebApp/wwwroot/js/iot.js +++ b/projects/WebApp/wwwroot/js/iot.js @@ -82,4 +82,9 @@ Vue.component('iot-ir', function (resolve, reject) { axios.get("/pages/iot/device/ir.html").then(function (response) { resolve(parseModel(response)); }); +}); +Vue.component('iot-camera', function (resolve, reject) { + axios.get("/pages/iot/device/camera.html").then(function (response) { + resolve(parseModel(response)); + }); }); \ No newline at end of file diff --git a/projects/WebApp/wwwroot/lib/player/index.html b/projects/WebApp/wwwroot/lib/WXInlinePlayer/index.html similarity index 100% rename from projects/WebApp/wwwroot/lib/player/index.html rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/index.html diff --git a/projects/WebApp/wwwroot/lib/player/index.js b/projects/WebApp/wwwroot/lib/WXInlinePlayer/index.js similarity index 100% rename from projects/WebApp/wwwroot/lib/player/index.js rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/index.js diff --git a/projects/WebApp/wwwroot/lib/player/prod.all.asm.combine.js b/projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.all.asm.combine.js similarity index 100% rename from projects/WebApp/wwwroot/lib/player/prod.all.asm.combine.js rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.all.asm.combine.js diff --git a/projects/WebApp/wwwroot/lib/player/prod.all.wasm.combine.js b/projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.all.wasm.combine.js similarity index 100% rename from projects/WebApp/wwwroot/lib/player/prod.all.wasm.combine.js rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.all.wasm.combine.js diff --git a/projects/WebApp/wwwroot/lib/player/prod.baseline.asm.combine.js b/projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.baseline.asm.combine.js similarity index 100% rename from projects/WebApp/wwwroot/lib/player/prod.baseline.asm.combine.js rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.baseline.asm.combine.js diff --git a/projects/WebApp/wwwroot/lib/player/prod.baseline.wasm.combine.js b/projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.baseline.wasm.combine.js similarity index 100% rename from projects/WebApp/wwwroot/lib/player/prod.baseline.wasm.combine.js rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.baseline.wasm.combine.js diff --git a/projects/WebApp/wwwroot/lib/player/prod.h265.asm.combine.js b/projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.h265.asm.combine.js similarity index 100% rename from projects/WebApp/wwwroot/lib/player/prod.h265.asm.combine.js rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.h265.asm.combine.js diff --git a/projects/WebApp/wwwroot/lib/player/prod.h265.wasm.combine.js b/projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.h265.wasm.combine.js similarity index 100% rename from projects/WebApp/wwwroot/lib/player/prod.h265.wasm.combine.js rename to projects/WebApp/wwwroot/lib/WXInlinePlayer/prod.h265.wasm.combine.js diff --git a/projects/WebApp/wwwroot/pages/iot/device.html b/projects/WebApp/wwwroot/pages/iot/device.html index 9c84b0c5..e30f0553 100644 --- a/projects/WebApp/wwwroot/pages/iot/device.html +++ b/projects/WebApp/wwwroot/pages/iot/device.html @@ -5,7 +5,7 @@
-
+
@@ -15,6 +15,7 @@ +
\ No newline at end of file diff --git a/projects/WebApp/wwwroot/pages/iot/device/camera.html b/projects/WebApp/wwwroot/pages/iot/device/camera.html new file mode 100644 index 00000000..58de5aa0 --- /dev/null +++ b/projects/WebApp/wwwroot/pages/iot/device/camera.html @@ -0,0 +1,47 @@ + + \ No newline at end of file diff --git a/projects/WebApp/wwwroot/pages/iot/device/ir.html b/projects/WebApp/wwwroot/pages/iot/device/ir.html index 8c63e5c3..c27ba215 100644 --- a/projects/WebApp/wwwroot/pages/iot/device/ir.html +++ b/projects/WebApp/wwwroot/pages/iot/device/ir.html @@ -1,5 +1,5 @@