mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-06 03:50:18 +02:00
feat(scrcpy-server): separate package, add support for Vite
This commit is contained in:
parent
419a7559fe
commit
9b0e06cdfb
34 changed files with 4717 additions and 2588 deletions
14
libraries/fetch-scrcpy-server/examples/webpack/dist/index.html
vendored
Normal file
14
libraries/fetch-scrcpy-server/examples/webpack/dist/index.html
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-Hans-CN">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Webpack Example</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<script src="./bundle.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue