hxx 2 年 前
コミット
d38c22375f
4 ファイル変更1 行追加1 行削除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.8cc1ecc8.js
  3. 0 0
      dist/static/js/app.cf7ca3da.js
  4. 1 1
      src/App.vue

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.8cc1ecc8.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.cf7ca3da.js


+ 1 - 1
src/App.vue

@@ -13,7 +13,7 @@ export default {
       link.type = 'text/css';
       link.id = "theme";  
       link.rel = 'stylesheet';
-      link.href = './static/css/theme-default.css';
+      link.href = './static/black.css';
       document.getElementsByTagName("head")[0].appendChild(link);
     },
 }

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません