mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-12 23:46:22 +00:00
chore: add version to sharex config
i assume sharex may have config migration feature one day by comparing version strings
This commit is contained in:
parent
5d1bea39ef
commit
5eefc0b1d0
@ -1,4 +1,5 @@
|
||||
{
|
||||
"Version": "13.4.0",
|
||||
"Name": "safe.fiery.me",
|
||||
"DestinationType": "ImageUploader, FileUploader",
|
||||
"RequestMethod": "POST",
|
||||
|
@ -23,6 +23,7 @@ page.prepareShareX = () => {
|
||||
const originClean = origin.replace(/\//g, '_')
|
||||
|
||||
const sharexConfObj = {
|
||||
Version: '13.4.0',
|
||||
Name: originClean,
|
||||
DestinationType: 'ImageUploader, FileUploader',
|
||||
RequestMethod: 'POST',
|
||||
|
Loading…
Reference in New Issue
Block a user