From 976a66abc63deb46406a62570180168dc31d3347 Mon Sep 17 00:00:00 2001 From: virusdefender Date: Sun, 14 Aug 2016 22:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=9A=84loading=E5=92=8C=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E4=B8=8D=E5=85=BC=E5=AE=B9=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/admin/index.html | 334 ++---------------- frontend/admin/src/App.vue | 3 - .../utils/unsupportedBrowserWarning.vue | 13 - frontend/admin/static/img/favicon.ico | Bin 0 -> 67646 bytes frontend/static/img/loading.jpg | Bin 0 -> 66451 bytes 5 files changed, 23 insertions(+), 327 deletions(-) delete mode 100644 frontend/admin/src/components/utils/unsupportedBrowserWarning.vue create mode 100644 frontend/admin/static/img/favicon.ico create mode 100644 frontend/static/img/loading.jpg diff --git a/frontend/admin/index.html b/frontend/admin/index.html index 1042fd6..8ea866b 100644 --- a/frontend/admin/index.html +++ b/frontend/admin/index.html @@ -4,320 +4,32 @@ Online Judge Admin -
-
-
+ + +
diff --git a/frontend/admin/src/App.vue b/frontend/admin/src/App.vue index 71b628e..f21c58b 100644 --- a/frontend/admin/src/App.vue +++ b/frontend/admin/src/App.vue @@ -1,6 +1,5 @@