mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 06:19:42 +08:00
✨ Feature(server): add http server for uploading images by a http request
port 37766
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB |
BIN
src/renderer/assets/squareLogo.png
Normal file
BIN
src/renderer/assets/squareLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@@ -29,7 +29,7 @@ import path from 'path'
|
||||
mixins: [mixin]
|
||||
})
|
||||
export default class extends Vue {
|
||||
logo = path.join(process.env.BASE_URL as string, 'squareLogo.png')
|
||||
logo = require('../assets/squareLogo.png')
|
||||
dragover = false
|
||||
progress = 0
|
||||
showProgress = false
|
||||
|
||||
Reference in New Issue
Block a user