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,7 +7,8 @@ import theme from "./theme.js";
|
|||||||
export default defineUserConfig({
|
export default defineUserConfig({
|
||||||
base: "/",
|
base: "/",
|
||||||
|
|
||||||
head: [['script', {}, `
|
head: [
|
||||||
|
['script', {}, `
|
||||||
var _hmt = _hmt || [];
|
var _hmt = _hmt || [];
|
||||||
(function() {
|
(function() {
|
||||||
var hm = document.createElement("script");
|
var hm = document.createElement("script");
|
||||||
@ -15,7 +16,9 @@ export default defineUserConfig({
|
|||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
s.parentNode.insertBefore(hm, s);
|
||||||
})();
|
})();
|
||||||
`]],
|
`],
|
||||||
|
['meta', {name: 'baidu-site-verification', content: 'codeva-0h8mfHFGqT'}]
|
||||||
|
],
|
||||||
|
|
||||||
locales: {
|
locales: {
|
||||||
"/": {
|
"/": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user