上传图片

This commit is contained in:
zoujiandong
2025-08-15 15:58:59 +08:00
parent a67ad3a01a
commit 82d23803bd
9 changed files with 204 additions and 47 deletions
+5
View File
@@ -17,6 +17,11 @@
<title> %VITE_APP_TITLE%</title>
<link rel="icon" href="/favicon.ico"/>
</head>
<style>
.editor-tip{
display: none!important;
}
</style>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>