Skip to content

Commit

Permalink
chore: small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jun 18, 2024
1 parent e076a47 commit 2904c22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://licia.liriliri.io/" target="_blank">
<img src="https://licia.liriliri.io/icon.png" style="width:400px;height:400px;border-radius:25%;box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);">
<img src="https://licia.liriliri.io/icon.png" width="400">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://licia.liriliri.io/" target="_blank">
<img src="https://licia.liriliri.io/icon.png" style="width:400px;height:400px;border-radius:25%;box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);">
<img src="https://licia.liriliri.io/icon.png" width="400">
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ async function runRelease() {
data: indent(trim(data))
});
data = data.replace(
/util\.([a-zA-Z$]*)\b/g,
/util\.([0-9a-zA-Z$]*)\b/g,
(match, modName) => `require('licia/${modName}')`
);
await fs.writeFile(testOutputPath, data, 'utf8');
Expand Down

0 comments on commit 2904c22

Please sign in to comment.