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:
Bobby 2022-06-28 11:58:41 +07:00
parent 5d1bea39ef
commit 5eefc0b1d0
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"Version": "13.4.0",
"Name": "safe.fiery.me",
"DestinationType": "ImageUploader, FileUploader",
"RequestMethod": "POST",

View File

@ -23,6 +23,7 @@ page.prepareShareX = () => {
const originClean = origin.replace(/\//g, '_')
const sharexConfObj = {
Version: '13.4.0',
Name: originClean,
DestinationType: 'ImageUploader, FileUploader',
RequestMethod: 'POST',