2019-10-29 15:33:36 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2019-12-23 16:30:03 +08:00
|
|
|
|
2020-01-11 13:36:52 +08:00
|
|
|
<head>
|
2020-02-13 16:45:54 +08:00
|
|
|
<link rel="stylesheet" href="/assets/user/antd.chunk.css?v={{$verison}}">
|
|
|
|
<link rel="stylesheet" href="/assets/user/umi.css?v={{$verison}}">
|
|
|
|
<link rel="stylesheet" href="/assets/user/custom.css?v={{$verison}}">
|
2020-01-11 13:36:52 +08:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
|
|
|
|
<title>{{$title}}</title>
|
|
|
|
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
|
2020-02-13 16:45:54 +08:00
|
|
|
<script>window.routerBase = "/";</script>
|
2020-01-11 13:36:52 +08:00
|
|
|
<script>
|
|
|
|
window.v2board = {
|
|
|
|
title: '{{$title}}',
|
2020-02-17 03:35:03 +08:00
|
|
|
theme: {
|
|
|
|
sidebar: '{{$theme_sidebar}}',
|
|
|
|
header: '{{$theme_header}}',
|
|
|
|
color: '{{$theme_color}}',
|
|
|
|
},
|
2020-01-20 16:18:12 +08:00
|
|
|
verison: '{{$verison}}',
|
2020-02-12 23:36:40 +08:00
|
|
|
background_url: '{{$backgroun_url}}',
|
|
|
|
description: '{{$description}}'
|
2020-01-11 13:36:52 +08:00
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
2019-10-29 15:33:36 +08:00
|
|
|
|
2020-01-11 13:36:52 +08:00
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2020-02-13 16:45:54 +08:00
|
|
|
<script src="/assets/user/vendors.async.js?v={{$verison}}"></script>
|
|
|
|
<script src="/assets/user/antd.async.js?v={{$verison}}"></script>
|
|
|
|
<script src="/assets/user/umi.js?v={{$verison}}"></script>
|
2020-01-11 13:36:52 +08:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P1E9Z5LRRK"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
|
|
|
|
function gtag() {
|
|
|
|
dataLayer.push(arguments);
|
|
|
|
}
|
|
|
|
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'G-P1E9Z5LRRK');
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|