From 17663cd82f7482879215bb8f016a47dfe4874e30 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Wed, 20 Jan 2021 15:17:45 +0800 Subject: [PATCH] =?UTF-8?q?BoxJs=E5=A2=9E=E5=8A=A0=E7=A5=9E=E4=BB=99?= =?UTF-8?q?=E4=B9=A6=E9=99=A2=E7=9A=84=E5=9C=B0=E7=90=86=E4=BD=8D=E7=BD=AE?= =?UTF-8?q?=E5=A1=AB=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lxk0301.boxjs.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/lxk0301.boxjs.json b/lxk0301.boxjs.json index 4e02b154..aab52002 100644 --- a/lxk0301.boxjs.json +++ b/lxk0301.boxjs.json @@ -898,6 +898,33 @@ "https://raw.githubusercontent.com/58xinian/icon/master/jd_factory_mini.png", "https://raw.githubusercontent.com/58xinian/icon/master/jd_factory.png" ] + }, + { + "id": "jd_immortal", + "name": "神仙书院", + "keys": [ + "IMMORTAL_LATLON" + ], + "descs_html": [ + "地理位置示例如下", + "{'lat':33.1, 'lng':118.1}" + ], + "settings": [ + { + "id": "IMMORTAL_LATLON", + "name": "地理位置", + "val": "", + "type": "text", + "desc": "示例:{'lat':33.1, 'lng':118.1}" + } + ], + "author": "@LXK9301", + "repo": "https://github.com/LXK9301/jd_scripts", + "script": "https://raw.githubusercontent.com/LXK9301/jd_scripts/master/jd_immortal.js", + "icons": [ + "https://raw.githubusercontent.com/58xinian/icon/master/jd_factory_mini.png", + "https://raw.githubusercontent.com/58xinian/icon/master/jd_factory.png" + ] } ] }