Skip to content

Commit d44d390

Browse files
committed
update V30.0
1 parent e7cd930 commit d44d390

38 files changed

+4670
-4509
lines changed

docs/act/chk-update.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Checking new version of VLOOK™ ...
66
<div id="check-result"></div>
77
<script type="text/javascript">
8-
let latestVer = "V29.0";
8+
let latestVer = "V30.0";
99
window.addEventListener('message', function(event) {
1010
// 处理消息
1111
let receMessage = event.data;

docs/css/vlook-fancy.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/vlook-geek.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/vlook-hope.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/vlook-joint.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/vlook-solaris.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/vlook-thinking.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/start.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* starter of VLOOK.js - Typora Plugin
44
* (配合 vlook.js 进行使用)
55
*
6-
* V29.0
7-
* 2025-05-24
6+
* V30.0
7+
* 2025-06-27
88
* Powered by MAX°孟兆
99
*
1010
* QQ Group: 805502564
@@ -16,7 +16,7 @@
1616
*
1717
*************************************/
1818

19-
let sVer = "V29.0";
19+
let sVer = "V30.0";
2020

2121
/**
2222
* 获取 URL 中的参数数组
@@ -73,6 +73,7 @@ let jsSrc = [
7373
for (let i = 0; i < jsSrc.length; i++) {
7474
let js = document.createElement("script");
7575
js.setAttribute("type", "text/javascript");
76+
// js.setAttribute("defer", "");
7677
// js.setAttribute("async", "async"); // 异步
7778
js.setAttribute("src", jsSrc[i] + "?ts=" + (devMode === true ? new Date().getTime() : Math.round(new Date().getTime()/1000/60))); // 1000/60/60/24 按天
7879
document.getElementsByTagName("HEAD")[0].appendChild(js);

docs/js/vlook-min.js

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/vlook-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)