Compare commits
No commits in common. "1c8e995f4313e0a9310ab663c5b44a8831fcc1b0" and "a34698d510ac694da98079662beaf753abaf49d5" have entirely different histories.
1c8e995f43
...
a34698d510
@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>习题识别工具</title>
|
||||
<link rel="stylesheet" href="static/element-plus/index.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/element-plus/dist/index.css">
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
@ -55,8 +55,8 @@
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
<script src="static/vue@3.js"></script>
|
||||
<script src="static/element-plus.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/element-plus"></script>
|
||||
<script>
|
||||
const {createApp} = Vue;
|
||||
const {ElButton, ElRow, ElCol} = ElementPlus;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user