first commit

This commit is contained in:
编码猿
2024-09-27 00:48:07 +08:00
commit 342c8c1b1b
95 changed files with 23969 additions and 0 deletions

1
public/.pydio Normal file
View File

@@ -0,0 +1 @@
da7a2feb-9485-4fcf-855a-b6dbcedaad05

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

1
public/fonts/.pydio Normal file
View File

@@ -0,0 +1 @@
282d544a-c6a9-4e6d-ab20-93a15ca73330

1
public/img/.pydio Normal file
View File

@@ -0,0 +1 @@
609d9c08-74bf-4b6b-b612-c63a5bf29b24

BIN
public/img/baidu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

22
public/index.html Normal file
View File

@@ -0,0 +1,22 @@
<!--
~ Copyright (c) 2020. bmy
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1.0" name="viewport">
<link href="<%= BASE_URL %>favicon.ico" rel="icon">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>