feat: integrate luckysheet inline and fullscreen
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Document</title>
|
||||
<!-- 引入 luck Sheet -->
|
||||
<link rel="stylesheet" href="/lib/plugins/css/pluginsCss.css" />
|
||||
<link rel="stylesheet" href="/lib/plugins/plugins.css" />
|
||||
<link rel="stylesheet" href="/lib/css/luckysheet.css" />
|
||||
<link rel="stylesheet" href="/lib/assets/iconfont/iconfont.css" />
|
||||
<script src="/lib/plugins/js/plugin.js"></script>
|
||||
<script src="/lib/luckysheet.umd.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="left" id="luckysheetContainer"></div>
|
||||
<script type="module" src="src/main.ts"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user