cainiaoblog 23.2.462 → 23.2.464
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manual.html +2 -2
- package/package.json +1 -1
package/manual.html
CHANGED
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
$('#search').html(self)
|
|
78
78
|
var search_path = 'search.xml';
|
|
79
79
|
if (search_path.length == 0) {
|
|
80
|
-
search_path = 'search.xml';
|
|
80
|
+
search_path = '//cdn.jsdelivr.net/gh/npljy/npljy.github.io@main/search.xml';
|
|
81
81
|
}
|
|
82
|
-
var path = '' + search_path;
|
|
82
|
+
var path = '//cdn.jsdelivr.net/gh/npljy/npljy.github.io@main/' + search_path;
|
|
83
83
|
searchFunc(path, 'local-search-input', 'local-search-result');
|
|
84
84
|
} else if (val === 'baidu') {
|
|
85
85
|
$('#search').html(baidu)
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"cainiaoblog","version":"23.2.
|
|
1
|
+
{"name":"cainiaoblog","version":"23.2.464","description":"一个可以供zyplayer使用的公共配置文件","main":"index.js","directories":{"lib":"lib"},"scripts":{"test":"echo \"Error: no test specified\" && exit 1"},"publishConfig":{"registry":"https://registry.npmjs.org"},"repository":{"type":"git","url":"git+https://github.com/npljy/npljy.github.io.git"},"keywords":["common","configs"],"author":"cainiao","license":"ISC","bugs":{"url":"https://github.com/npljy/npljy.github.io/issues"},"homepage":"https://github.com/npljy/npljy.github.io#readme"}
|