mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-15 23:13:40 +08:00
更新文档
This commit is contained in:
parent
cdc4f60c71
commit
16ba86ee71
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
|
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
|
||||||
* @Date: 2023-08-12 10:48:24
|
* @Date: 2023-08-12 10:48:24
|
||||||
* @LastEditTime: 2024-06-19 20:42:17
|
* @LastEditTime: 2024-06-19 20:48:12
|
||||||
* @Description:
|
* @Description:
|
||||||
* @
|
* @
|
||||||
* @Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved.
|
* @Copyright (c) 2023 by yubaolee | ahfu~ , All Rights Reserved.
|
||||||
@ -14,7 +14,15 @@ module.exports = {
|
|||||||
['link', {
|
['link', {
|
||||||
rel: 'icon',
|
rel: 'icon',
|
||||||
href: '/logo.png'
|
href: '/logo.png'
|
||||||
}]
|
}],['script',{},
|
||||||
|
`var _hmt = _hmt || [];
|
||||||
|
(function () {
|
||||||
|
var hm = document.createElement('script')
|
||||||
|
hm.src = 'https://hm.baidu.com/hm.js?93a7b9a145222f9b7109d643a0c58f8d'
|
||||||
|
var s = document.getElementsByTagName('script')[0]
|
||||||
|
s.parentNode.insertBefore(hm, s)
|
||||||
|
})();
|
||||||
|
`]
|
||||||
],
|
],
|
||||||
extendMarkdown: (md) => {
|
extendMarkdown: (md) => {
|
||||||
md.set({
|
md.set({
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
|
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
|
||||||
* @Date: 2024-06-19 20:41:42
|
* @Date: 2024-06-19 20:41:42
|
||||||
* @LastEditTime: 2024-06-19 20:42:39
|
* @LastEditTime: 2024-06-19 20:48:04
|
||||||
* @Description:
|
* @Description:
|
||||||
* @
|
* @
|
||||||
* @Copyright (c) 2024 by yubaolee | ahfu~ , All Rights Reserved.
|
* @Copyright (c) 2024 by yubaolee | ahfu~ , All Rights Reserved.
|
||||||
@ -16,7 +16,7 @@ export default ({ router }) => {
|
|||||||
hm.src = 'https://hm.baidu.com/hm.js?93a7b9a145222f9b7109d643a0c58f8d'
|
hm.src = 'https://hm.baidu.com/hm.js?93a7b9a145222f9b7109d643a0c58f8d'
|
||||||
var s = document.getElementsByTagName('script')[0]
|
var s = document.getElementsByTagName('script')[0]
|
||||||
s.parentNode.insertBefore(hm, s)
|
s.parentNode.insertBefore(hm, s)
|
||||||
})()
|
})();
|
||||||
|
|
||||||
// 路由切换时触发百度统计
|
// 路由切换时触发百度统计
|
||||||
router.afterEach(function (to) {
|
router.afterEach(function (to) {
|
||||||
|
Loading…
Reference in New Issue
Block a user