Skip to content

Commit

Permalink
Update 适配v2board v1.5.3版本
Browse files Browse the repository at this point in the history
  • Loading branch information
BobCoderS9 committed Oct 6, 2021
1 parent d36d43d commit 6ebcdf0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<link rel="icon" href="/theme/bob-argon/favicon.ico">
<title>Bob-Argon</title>
<link rel="stylesheet" href="https://unpkg.com/element-plus/lib/theme-chalk/index.css">
<link href="theme/bob-argon/css/app.a9dc9f17.css" rel="preload" as="style">
<link href="theme/bob-argon/css/chunk-vendors.4f06f28f.css" rel="preload" as="style">
<link href="theme/bob-argon/js/app.be63f6da.js" rel="preload" as="script">
<link href="theme/bob-argon/js/chunk-vendors.144c4ece.js" rel="preload" as="script">
<link href="theme/bob-argon/css/chunk-vendors.4f06f28f.css" rel="stylesheet">
<link href="theme/bob-argon/css/app.a9dc9f17.css" rel="stylesheet">
<link href="theme/Bob-Theme-Argon/css/app.27b31f9d.css" rel="preload" as="style">
<link href="theme/Bob-Theme-Argon/css/chunk-vendors.9f69bc1a.css" rel="preload" as="style">
<link href="theme/Bob-Theme-Argon/js/app.b5eb06b2.js" rel="preload" as="script">
<link href="theme/Bob-Theme-Argon/js/chunk-vendors.46c7013e.js" rel="preload" as="script">
<link href="theme/Bob-Theme-Argon/css/chunk-vendors.9f69bc1a.css" rel="stylesheet">
<link href="theme/Bob-Theme-Argon/css/app.27b31f9d.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
Expand All @@ -31,7 +31,7 @@
d.getElementsByTagName("head")[0].appendChild(s);
})();
}</script>
<script src="theme/bob-argon/js/chunk-vendors.144c4ece.js"></script>
<script src="theme/bob-argon/js/app.be63f6da.js"></script>
<script src="theme/Bob-Theme-Argon/js/chunk-vendors.46c7013e.js"></script>
<script src="theme/Bob-Theme-Argon/js/app.b5eb06b2.js"></script>
</body>
</html>

1 comment on commit 6ebcdf0

@qwetrz007sh
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我使用了,然后打开主页是空白的,什么都没有。请问有人跟我遇到一样的情况吗?

Please sign in to comment.