Skip to content

Commit

Permalink
feat: 修改配置
Browse files Browse the repository at this point in the history
  • Loading branch information
dunwu committed Aug 18, 2023
1 parent ae06bfd commit 2fc662e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 50 deletions.
52 changes: 26 additions & 26 deletions docs/.vuepress/config/htmlModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,37 +20,37 @@

module.exports = {
// 万维广告
pageT: `
<div class="wwads-cn wwads-horizontal page-wwads" data-id="136"></div>
<style>
.page-wwads{
width:100%!important;
min-height: 0;
margin: 0;
}
.page-wwads .wwads-img img{
width:80px!important;
}
.page-wwads .wwads-poweredby{
width: 40px;
position: absolute;
right: 25px;
bottom: 3px;
}
.wwads-content .wwads-text, .page-wwads .wwads-text{
height: 100%;
padding-top: 5px;
display: block;
}
</style>
`,
// pageT: `
// <div class="wwads-cn wwads-horizontal page-wwads" data-id="261"></div>
// <style>
// .page-wwads{
// width:100%!important;
// min-height: 0;
// margin: 0;
// }
// .page-wwads .wwads-img img{
// width:80px!important;
// }
// .page-wwads .wwads-poweredby{
// width: 40px;
// position: absolute;
// right: 25px;
// bottom: 3px;
// }
// .wwads-content .wwads-text, .page-wwads .wwads-text{
// height: 100%;
// padding-top: 5px;
// display: block;
// }
// </style>
// `,
windowRB: `
<div class="wwads-cn wwads-vertical windowRB" data-id="136" style="max-width:160px;
<div class="wwads-cn wwads-vertical windowRB" data-id="261" style="max-width:160px;
min-width: auto;min-height:auto;"></div>
<style>
.windowRB{ padding: 0;}
.windowRB .wwads-img{margin-top: 10px;}
.windowRB .wwads-content{margin: 0 10px 10px 10px;}
.windowRB .wwads-content{margin: 0 10px 40px 10px;}
.custom-html-window-rb .close-but{
display: none;
}
Expand Down
24 changes: 0 additions & 24 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,27 +145,3 @@ footer: CC-BY-SA-4.0 Licensed | Copyright © 2018-Now Dunwu
## 🚪 传送

◾ 💧 [钝悟的 IT 知识图谱](https://dunwu.github.io/waterdrop/) ◾ 🎯 [钝悟的博客](https://dunwu.github.io/blog/)

<!-- AD -->
<div class="wwads-cn wwads-horizontal page-wwads" data-id="136"></div>
<style>
.page-wwads{
width:100%!important;
min-height: 0;
margin: 0;
}
.page-wwads .wwads-img img{
width:80px!important;
}
.page-wwads .wwads-poweredby{
width: 40px;
position: absolute;
right: 25px;
bottom: 3px;
}
.wwads-content .wwads-text, .page-wwads .wwads-text{
height: 100%;
padding-top: 5px;
display: block;
}
</style>

0 comments on commit 2fc662e

Please sign in to comment.