From 02024aeb4dc6aa3707cb8e92247c81ba6f29d059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=BA=E6=B0=91=E7=9A=84=E5=8B=A4=E5=8A=A1=E5=91=98?= Date: Tue, 24 Dec 2024 22:33:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=20=E5=A2=9E=E5=8A=A0=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d64960885..709e6d040 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,16 @@ "lint": "eslint . --cache", "lint:all": "eslint .", "lint:fix": "eslint . --fix --cache", - "lint:fix-all": "eslint . --fix" + "lint:fix-all": "eslint . --fix", + "docs:update-relatedscripts": "python utils/update_related_scripts.py", + "docs:update-relatedscripts:all": "python utils/update_related_all_scripts.py", + "docs:update-scripts:help": "python utils/update_help.py", + "docs:update-scripts:shields": "python utils/update_shields.py", + "docs:update-scripts:navigation": "python utils/navigation.py", + "docs:update-scripts:history": "python utils/merge_change_history.py", + "docs:update-repo:translate": "python utils/translate_force_chinese_to_lang.py", + "docs:update-scripts:translate": "python utils/translate_chinese_to_filelang.py", + "json:update-greasyfork-scripts:time": "python utils/upadate_greasyfork.py", + "format:script": "python utils/copy_js_files.py" } }