mirror of
https://gitee.com/easii/mapstruct-plus.git
synced 2025-12-08 01:58:55 +08:00
add baidu-site-verification
This commit is contained in:
parent
cbb0545d5f
commit
3020cfa464
@ -7,15 +7,18 @@ import theme from "./theme.js";
|
||||
export default defineUserConfig({
|
||||
base: "/",
|
||||
|
||||
head: [['script', {}, `
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?fab881821b3db8a7c460db1c91ea0f3a";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
`]],
|
||||
head: [
|
||||
['script', {}, `
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?fab881821b3db8a7c460db1c91ea0f3a";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
`],
|
||||
['meta', {name: 'baidu-site-verification', content: 'codeva-0h8mfHFGqT'}]
|
||||
],
|
||||
|
||||
locales: {
|
||||
"/": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user