Skip to content

Commit a6223a7

Browse files
committed
update
1 parent 30f1272 commit a6223a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/assets/cat.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
(function () {
2+
try {
3+
var cat = document.createElement('script')
4+
cat.src = '//www.dpfile.com/app/owl/static/owl_1.8.11.js'
5+
cat.onload = function () {
6+
Owl.start({ project: 'mpvue-doc' })
7+
}
8+
document.getElementsByTagName('head')[0].appendChild(cat)
9+
} catch (e) {}
10+
})()
11+

0 commit comments

Comments
 (0)