Forráskód Böngészése

新增webui的占位文件

niujiuru 2 hónapja
szülő
commit
31cff38ffd

+ 1 - 0
web-ui.service/web/static/css/page1.css

@@ -0,0 +1 @@
+/* reserved */

+ 1 - 0
web-ui.service/web/static/css/page3.css

@@ -0,0 +1 @@
+/* reserved */

+ 1 - 0
web-ui.service/web/static/css/page4.css

@@ -0,0 +1 @@
+/* reserved */

+ 1 - 0
web-ui.service/web/static/css/page5.css

@@ -0,0 +1 @@
+/* reserved */

+ 1 - 0
web-ui.service/web/static/css/page6.css

@@ -0,0 +1 @@
+/* reserved */

+ 1 - 0
web-ui.service/web/static/css/page7.css

@@ -0,0 +1 @@
+/* reserved */

+ 1 - 0
web-ui.service/web/static/css/page8.css

@@ -0,0 +1 @@
+/* reserved */

+ 5 - 0
web-ui.service/web/static/js/page1.js

@@ -0,0 +1,5 @@
+function initPage1() {
+}
+
+function destroyPage1() {
+}

+ 5 - 0
web-ui.service/web/static/js/page3.js

@@ -0,0 +1,5 @@
+function initPage3() {
+}
+
+function destroyPage3() {
+}

+ 5 - 0
web-ui.service/web/static/js/page4.js

@@ -0,0 +1,5 @@
+function initPage4() {
+}
+
+function destroyPage4() {
+}

+ 5 - 0
web-ui.service/web/static/js/page5.js

@@ -0,0 +1,5 @@
+function initPage5() {
+}
+
+function destroyPage5() {
+}

+ 5 - 0
web-ui.service/web/static/js/page6.js

@@ -0,0 +1,5 @@
+function initPage6() {
+}
+
+function destroyPage6() {
+}

+ 5 - 0
web-ui.service/web/static/js/page7.js

@@ -0,0 +1,5 @@
+function initPage7() {
+}
+
+function destroyPage7() {
+}

+ 5 - 0
web-ui.service/web/static/js/page8.js

@@ -0,0 +1,5 @@
+function initPage8() {
+}
+
+function destroyPage8() {
+}