Add files via upload

This commit is contained in:
Juemin Lin
2024-11-08 14:51:12 +08:00
committed by GitHub
parent 8bc6041410
commit 8b15e7665f
3 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"manifest_version": 1,
"name": "设置大地图缩放",
"version": "1.0",
"bgi_version": "0.36.0",
"description": "通过左侧缩放条调整大地图缩放1为最大放大6为最小3.5为中间",
"authors": [
{
"name": "Tim"
}
],
"settings_ui": "settings.json",
"main": "main.js"
}