build test

This commit is contained in:
Donald Zou
2024-11-07 10:37:11 +08:00
parent b69124c89f
commit ee6bb24506
100 changed files with 136 additions and 69 deletions

View File

@@ -13,8 +13,8 @@
<link rel="apple-touch-icon" sizes="192x192" href="{{ url_for('static',filename='img/192x192ios.png') }}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="{{ url_for('static',filename='img/logo.png') }}"/>
<link rel="stylesheet" href="{{ url_for('static',filename='app/dist/assets/index.css') }}">
<script src="{{ url_for('static',filename='app/dist/assets/index.js') }}" type="module"></script>
<link rel="stylesheet" href="{{ url_for('static',filename='app/dist/assets/' + INDEXCSS) }}">
<script src="{{ url_for('static', filename='app/dist/assets/' + INDEXJS) }}" type="module"></script>
</head>
<body>
<div id="app" class="w-100 vh-100"></div>