mirror of
https://gitflic.ru/project/photopea-v2/photopea-v-2.git
synced 2025-07-03 03:15:31 +00:00
Support downloading plugins and templates
This commit is contained in:
parent
33f42a092e
commit
a2edc5811b
11
Updater.py
11
Updater.py
@ -135,19 +135,20 @@ for font_file in list(set(fonts_local)-set(fonts_db)):
|
|||||||
print('Removing ' + font_file)
|
print('Removing ' + font_file)
|
||||||
os.remove(font_file)
|
os.remove(font_file)
|
||||||
|
|
||||||
templates_db=[_[3] for _ in json.load(open(root+"papi/tpls.json"))['list']]
|
templates_db=['file/' + ('psdshared' if _[4].startswith("https://i.imgur.com/") else 'pp-resources') +'/' + _[3] for _ in json.load(open(root+"papi/tpls.json"))['list']]
|
||||||
for template in templates_db:
|
for template in templates_db:
|
||||||
path="https://f000.backblazeb2.com/file/psdshared/" +template
|
path="https://f000.backblazeb2.com/" + template
|
||||||
outfn=root+"templates/file/psdshared/"+template
|
outfn=root+"templates/"+template
|
||||||
download_file(path,outfn)
|
download_file(path,outfn)
|
||||||
|
|
||||||
|
|
||||||
templates_local=[_ for _ in glob.glob(root + 'templates/file/psdshared', recursive=True)]
|
templates_local=[_ for _ in glob.glob(root + 'templates/file/**/*', recursive=True)]
|
||||||
templates_db=[root+"templates/file/psdshared/"+_ for _ in templates_db]
|
templates_db=[root+"templates/"+_ for _ in templates_db]
|
||||||
|
|
||||||
for tpl in list(set(templates_local)-set(templates_db)):
|
for tpl in list(set(templates_local)-set(templates_db)):
|
||||||
print('Removing ' + tpl)
|
print('Removing ' + tpl)
|
||||||
os.remove(tpl)
|
os.remove(tpl)
|
||||||
|
|
||||||
def find_and_replace(file,find,replace):
|
def find_and_replace(file,find,replace):
|
||||||
with open(os.path.join(root,file),'r') as pp:
|
with open(os.path.join(root,file),'r') as pp:
|
||||||
file1=pp.read()
|
file1=pp.read()
|
||||||
|
BIN
www.photopea.com/templates/file/psdshared/-YUMQGS5
Normal file
BIN
www.photopea.com/templates/file/psdshared/-YUMQGS5
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/3w69c920
Normal file
BIN
www.photopea.com/templates/file/psdshared/3w69c920
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/70imObZ3
Normal file
BIN
www.photopea.com/templates/file/psdshared/70imObZ3
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/LWrLIKaq
Normal file
BIN
www.photopea.com/templates/file/psdshared/LWrLIKaq
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/QSV6D5Gr
Normal file
BIN
www.photopea.com/templates/file/psdshared/QSV6D5Gr
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/XjwWxxs1
Normal file
BIN
www.photopea.com/templates/file/psdshared/XjwWxxs1
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/YRhAHZ3E
Normal file
BIN
www.photopea.com/templates/file/psdshared/YRhAHZ3E
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/h1rK8U_v
Normal file
BIN
www.photopea.com/templates/file/psdshared/h1rK8U_v
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/hR2QlXuE
Normal file
BIN
www.photopea.com/templates/file/psdshared/hR2QlXuE
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/jrroVBEE
Normal file
BIN
www.photopea.com/templates/file/psdshared/jrroVBEE
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/kN6Yq6ky
Normal file
BIN
www.photopea.com/templates/file/psdshared/kN6Yq6ky
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/nZleGUbA
Normal file
BIN
www.photopea.com/templates/file/psdshared/nZleGUbA
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/oBfXl5rP
Normal file
BIN
www.photopea.com/templates/file/psdshared/oBfXl5rP
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/oswpYsHc
Normal file
BIN
www.photopea.com/templates/file/psdshared/oswpYsHc
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/qBfZo4wn
Normal file
BIN
www.photopea.com/templates/file/psdshared/qBfZo4wn
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/riFZgmuz
Normal file
BIN
www.photopea.com/templates/file/psdshared/riFZgmuz
Normal file
Binary file not shown.
BIN
www.photopea.com/templates/file/psdshared/yz-L59ux
Normal file
BIN
www.photopea.com/templates/file/psdshared/yz-L59ux
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user