Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason12306 committed Aug 17, 2024
2 parents e25375c + 74c9cd5 commit eabe025
Show file tree
Hide file tree
Showing 23 changed files with 1,343 additions and 8,563 deletions.
5 changes: 5 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@

1. 确保设备处于同一局域网下
2. 安装客户端并运行,其他设备通过浏览器打开资源服务器网址,即可实现文件传输

## Todo

- [ ] 国际化
- [ ] UI 优化
1 change: 0 additions & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AUpload: typeof import('ant-design-vue/es')['Upload']
AUploadDragger: typeof import('ant-design-vue/es')['UploadDragger']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Expand Down
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/xxx.svg" />
<link
rel="icon"
type="image/svg+xml"
href="/src/renderer/local-network.svg"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>electron + vue3 项目模板</title>
<title>内网文件传输助手</title>
</head>
<body>
<div id="app"></div>
Expand Down
Loading

0 comments on commit eabe025

Please sign in to comment.