We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
headerBackground: { // 使用图片的 URL,如果设置了图片 URL,则不会生成随机变化的图案,下面的 useGeo 将失效 // url: '/img/bg.jpg', // 使用随机变化的图案,如果设置为 false,且没有设置图片 URL,将显示为空白背景 useGeo: true, },
headerBackground: { // 使用图片的 URL,如果设置了图片 URL,则不会生成随机变化的图案,下面的 useGeo 将失效 url: '/img/bg.jpg', // 使用随机变化的图案,如果设置为 false,且没有设置图片 URL,将显示为空白背景 useGeo: true, },
The text was updated successfully, but these errors were encountered:
vuepress-theme-meteorlxy/lib/index.js
Lines 92 to 94 in be0274f
需要npm run build之后,才能使用Geopattern.
npm run build
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The text was updated successfully, but these errors were encountered: