Skip to content

Commit

Permalink
Functional testing
Browse files Browse the repository at this point in the history
  • Loading branch information
BNDong committed Jul 4, 2024
1 parent afd94a5 commit 6734173
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/simpleMemory.js

Large diffs are not rendered by default.

Binary file modified dist/simpleMemory.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/links.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function main(_) {
// 生成完整的友链分类的html
const generateSectionHtml = (data) => {
const { title, icon, style, links } = data;
const sectionTitle = title ? `<h1 class="iconfont ${icon}" style="${style}">${title}</h1>` : '';
const sectionTitle = title ? `<h1 class="iconfont simple-memory-iconfont ${icon}" style="${style}">${title}</h1>` : '';
const linksHtml = links.map(generateLinkHtml).join('');
return `${sectionTitle}<div id="links-box">${linksHtml}</div>`;
};
Expand Down

0 comments on commit 6734173

Please sign in to comment.