Skip to content

Commit

Permalink
add height for pic.
Browse files Browse the repository at this point in the history
  • Loading branch information
gejun123456 committed Jul 30, 2024
1 parent a5b0db4 commit ad84a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
o.doneEach((function() {
const d = document.querySelector(".sidebar-nav");
var i = document.createElement("div");
i.innerHTML = `<a target='_blank' href='https://api-buddy.com?utm_source=MybatisCodeHelperPro&utm_medium=affiliate&utm_campaign=product'><img src='https://images.brucege.com/request2.svg' style="width: 220px"/></a>`;
i.innerHTML = `<a target='_blank' href='https://api-buddy.com?utm_source=MybatisCodeHelperPro&utm_medium=affiliate&utm_campaign=product'><img src='https://images.brucege.com/request2.svg' style="width: 220px;height:50px"/></a>`;
var i2 = document.createElement("div");
i2.innerHTML = `<a target='_blank' href='https://plugins.jetbrains.com/plugin/9360-generateallsetter'><img src='https://images.brucege.com/GenerateAllSetter.png' style="width:220px"/></a>`;
i2.innerHTML = `<a target='_blank' href='https://plugins.jetbrains.com/plugin/9360-generateallsetter'><img src='https://images.brucege.com/GenerateAllSetter.png' style="width:220px;height:50px"/></a>`;
var i3 = document.createElement("div");
i3.innerHTML = `<a href="/doc/#/contactMe" style="float: right;text-decoration: none;">成为赞助者</a>`;
d.insertBefore(i3, d.firstChild),
Expand Down

0 comments on commit ad84a9c

Please sign in to comment.