Skip to content

Commit e6a14b5

Browse files
committed
feat: update updateURL
1 parent 68b0edb commit e6a14b5

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

apps/tampermonkey/dist/script.iife.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
// ==UserScript==
2-
// @name Next.js Translation Helper
2+
// @name Next.js i18n Tampermonkey Script
33
// @namespace https://github.com/xiaoyu2er/nextjs-i18n-docs
44
// @version 0.0.1
5+
// @updateURL https://raw.githubusercontent.com/xiaoyu2er/nextjs-i18n-docs/refs/heads/dev/apps/tampermonkey/dist/script.iife.js
6+
// @downloadURL https://raw.githubusercontent.com/xiaoyu2er/nextjs-i18n-docs/refs/heads/dev/apps/tampermonkey/dist/script.iife.js
57
// @description Adds a translation button to nextjs.org with links to community-maintained translated documentation
6-
// @author next-i18n-docs
8+
// @author https://github.com/xiaoyu2er
79
// @match https://nextjs.org/*
810
// @grant GM_xmlhttpRequest
911
// @run-at document-end

apps/tampermonkey/tampermonkey.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
// ==UserScript==
2-
// @name Next.js Translation Helper
2+
// @name Next.js i18n Tampermonkey Script
33
// @namespace https://github.com/xiaoyu2er/nextjs-i18n-docs
44
// @version 0.0.1
5+
// @updateURL https://raw.githubusercontent.com/xiaoyu2er/nextjs-i18n-docs/refs/heads/dev/apps/tampermonkey/dist/script.iife.js
6+
// @downloadURL https://raw.githubusercontent.com/xiaoyu2er/nextjs-i18n-docs/refs/heads/dev/apps/tampermonkey/dist/script.iife.js
57
// @description Adds a translation button to nextjs.org with links to community-maintained translated documentation
68
// @author https://github.com/xiaoyu2er
79
// @match https://nextjs.org/*

0 commit comments

Comments
 (0)