同步现在的代码

This commit is contained in:
linghutianhao
2026-08-14 15:28:57 +08:00
parent 5eab53a777
commit 8b6b8e7ab7
66 changed files with 7248 additions and 1248 deletions
+13
View File
@@ -0,0 +1,13 @@
<package>
<job id="openTypora">
<script language="JScript">
var url = WScript.Arguments(0);
var filePath = decodeURIComponent(url)
.replace(/^typora:\/\/file\//, '')
.replace(/\//g, '\\');
new ActiveXObject("WScript.Shell").Run(
'"D:\\Program Files\\Typora\\Typora.exe" "' + filePath + '"', 0, false
);
</script>
</job>
</package>