Refactor UUID generation, remove unused logger and encryption utilities, and clean up request handling
- Updated `generateUUID` function for improved readability and performance. - Deleted `logger.ts`, `other.ts`, `request.ts`, `storage.ts`, `tansParams.ts`, and `validate.ts` as they were no longer needed. - Simplified TypeScript configuration by removing unnecessary paths and aliases. - Enhanced Vite configuration for better project structure and maintainability.
This commit is contained in:
1
dist/assets/user_icon-6eIKPQ4y.js
vendored
1
dist/assets/user_icon-6eIKPQ4y.js
vendored
@@ -1 +0,0 @@
|
||||
const r=""+new URL("blue_logo-DjKdX34Y.png",import.meta.url).href,a=""+new URL("user_icon-XP1E_UHh.png",import.meta.url).href;export{r as a,a as u};
|
||||
BIN
dist/assets/white_logo-CwCh5T2K.png
vendored
BIN
dist/assets/white_logo-CwCh5T2K.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 9.2 KiB |
BIN
dist/assets/xc-DsYg8fSq.png
vendored
BIN
dist/assets/xc-DsYg8fSq.png
vendored
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB |
3
dist/index.html
vendored
3
dist/index.html
vendored
@@ -8,7 +8,8 @@
|
||||
http-equiv="Content-Security-Policy"
|
||||
content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://8.138.234.141 https://one-feel-bucket.oss-cn-guangzhou.aliyuncs.com; connect-src 'self' http://8.138.234.141 https://api.iconify.design wss://onefeel.brother7.cn"
|
||||
/>
|
||||
<script type="module" crossorigin src="./assets/index-BggDfsZ1.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-XQk97xGQ.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-BZXC3Usl.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user