Complete the basic functions of the plug-in

This commit is contained in:
2025-09-01 17:07:20 +08:00
parent 7daee1aa86
commit fe0e85b2c8
7 changed files with 3280 additions and 0 deletions

10
manifest.json Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "tos-picbed",
"name": "TOS Picbed",
"version": "1.0.0",
"minAppVersion": "1.5.7",
"description": "Used to automatically upload pictures to TOS and delete remote files when pictures are deleted",
"author": "yv1ing",
"authorUrl": "https://github.com/yv1ing",
"isDesktopOnly": false
}