Skip to content

Commit

Permalink
baiduPhoto.png for electron build
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyxu committed Dec 14, 2023
1 parent d1aa185 commit fc0f773
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 248 deletions.
1 change: 1 addition & 0 deletions ui/electron/src/renderer/public/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.proto
Binary file added ui/electron/src/renderer/public/baiduPhoto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ui/electron/src/renderer/public/favicon.ico
Binary file not shown.
Binary file added ui/electron/src/renderer/public/icon512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions ui/electron/src/renderer/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"short_name": "考拉云盘",
"name": "考拉云盘",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "icon512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions ui/electron/src/renderer/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
194 changes: 0 additions & 194 deletions ui/web/main.js

This file was deleted.

9 changes: 0 additions & 9 deletions ui/web/processManager.js

This file was deleted.

45 changes: 0 additions & 45 deletions ui/web/public/index.html

This file was deleted.

0 comments on commit fc0f773

Please sign in to comment.