Skip to content

Commit 31f99a0

Browse files
committed
新增命名空间等信息
1 parent f9b3268 commit 31f99a0

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

main.user.js

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
// ==UserScript==
2-
// @name EarthMC 地图快速定位
3-
// @version 2025.3.2
4-
// @updateURL https://cdn.jsdelivr.net/gh/AkarinLiu/EarthMC-Quick-Locate@master/main.user.js
5-
// @downloadURL https://cdn.jsdelivr.net/gh/AkarinLiu/EarthMC-Quick-Locate@master/main.user.js
6-
// @description 始终可用的坐标定位面板,支持参数覆盖和即时更新
7-
// @author AkarinLiu
8-
// @match https://map.earthmc.net/*
9-
// @icon https://map.earthmc.net/favicon.ico
10-
// @grant GM_addStyle
2+
// @name EarthMC 地图快速定位
3+
// @version 2025.3.3
4+
// @updateURL https://cdn.jsdelivr.net/gh/AkarinLiu/EarthMC-Quick-Locate@master/main.user.js
5+
// @downloadURL https://cdn.jsdelivr.net/gh/AkarinLiu/EarthMC-Quick-Locate@master/main.user.js
6+
// @namespace https://github.com/AkarinLiu
7+
// @homepage https://github.com/AkarinLiu/EarthMC-Quick-Locate
8+
// @supportURL https://github.com/AkarinLiu/EarthMC-Quick-Locate/issues/new
9+
// @description 始终可用的坐标定位面板,支持参数覆盖和即时更新
10+
// @author AkarinLiu
11+
// @match https://map.earthmc.net/*
12+
// @icon https://map.earthmc.net/favicon.ico
13+
// @grant GM_addStyle
1114
// ==/UserScript==
1215

1316
(function() {

0 commit comments

Comments
 (0)