Skip to content

Commit e34045e

Browse files
committed
# Conflicts: # dist/toQRCode.min.js # dist/widget-qrcode.min.js # rollup.config.mjs
2 parents c14bb9a + 04e150c commit e34045e

5 files changed

Lines changed: 30 additions & 5 deletions

File tree

dist/toQRCode.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/widget-qrcode.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

favicon.ico

-16.6 KB
Binary file not shown.

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<meta name="keywords" content="二维码图片,二维码组件,二维码扫描"/>
1313
<meta name="description" content="本项目提供二维码组件,可以根据文本内容实时渲染二维码"/>
1414
<title>二维码美化组件</title>
15-
<link rel="shortcut icon" href="favicon.ico">
1615
<link rel="canonical" href="https://passer-by.com/widget-qrcode/"/>
1716
<link rel="stylesheet" href="https://passer-by.com/static/style/common.css">
1817
<link rel="stylesheet" href="static/style/index.css">
@@ -70,7 +69,7 @@
7069
<div class="inner">
7170
<div class="mod-poster">
7271
<div class="bd">
73-
<div class="title"><h1>二维码美化组件<span class="tag">开源算法</span></h1></div>
72+
<div class="title"><h1>二维码美化组件<span class="tag">开源组件</span></h1></div>
7473
<p>仅需一个HTML标签,即可获得独具个性的二维码!图案随内容实时变化,让二维码更多彩~</p>
7574
</div>
7675
</div>
@@ -235,15 +234,15 @@ <h3 class="title">组件属性</h3>
235234
</div>
236235
<div class="module mod-copy">
237236
<div class="inner">
238-
<div class="hd"><span>算法开源</span></div>
237+
<div class="hd"><span>算法组件</span></div>
239238
<div class="bd">
240239
<p>本项目致力于让你网站中的二维码更加丰富多彩,开发使用便捷高效。本人深感项目的完善仅凭一己之力是远远不够的,如果你对此感兴趣,欢迎关注本项目 或 <a class="text-blue" href="https://github.com/mumuy/widget-qrcode/pulls" target="_blank" rel="nofollow">提交代码</a>,与我一起完善它,使它被更多人熟知和使用。你也可以将自己配置的二维码参数分享给我,有机会让更多人看到你的设计!</p>
241-
<p><span>算法基于<a href="https://github.com/mumuy/widget-qrcode/blob/master/LICENSE" rel="nofollow" target="_blank">MIT许可协议</a>」开源,除需在源码中保留版权信息和许可声明外,你有权利使用、复制、修改、合并、出版发行、散布、再授权及贩售软件及软件的副本。</span>算法持续更新中,如发现错漏或有想法建议可在此</span> <a class="text-red" href="https://github.com/mumuy/widget-qrcode/issues" rel="nofollow" target="_blank">反馈问题</a></p>
240+
<p><span>组件基于<a href="https://github.com/mumuy/widget-qrcode/blob/master/LICENSE" rel="nofollow" target="_blank">MIT许可协议</a>」开源,除需在源码中保留版权信息和许可声明外,你有权利使用、复制、修改、合并、出版发行、散布、再授权及贩售软件及软件的副本。</span>项目持续更新中,如发现错漏或有想法建议可在此</span> <a class="text-red" href="https://github.com/mumuy/widget-qrcode/issues" rel="nofollow" target="_blank">反馈问题</a></p>
242241
<div class="buttons">
243242
<a class="github-button" href="https://github.com/mumuy" data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" aria-label="Follow @mumuy on GitHub">Follow @mumuy</a>
244243
<a class="github-button" href="https://github.com/mumuy/widget-qrcode/fork" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork mumuy/widget-qrcode on GitHub">Fork</a>
245244
<a class="github-button" href="https://github.com/mumuy/widget-qrcode" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star mumuy/widget-qrcode on GitHub">Star</a>
246-
<a class="github-button" href="https://github.com/mumuy/widget-qrcode/archive/HEAD.zip" data-icon="octicon-download" data-size="large" aria-label="Download mumuy/widget-code on GitHub">Download</a>
245+
<a class="github-button" href="https://github.com/mumuy/widget-qrcode/archive/HEAD.zip" data-icon="octicon-download" data-size="large" aria-label="Download mumuy/widget-qrcode on GitHub">Download</a>
247246
</div>
248247
<code>&lt;script type="text/javascript" src="https://passer-by.com/widget-qrcode/dist/widget-qrcode.min.js"&gt;&lt;/script&gt;</code>
249248
</div>

rollup.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,13 @@ const commonPlugins = [
4848
file: './dist/toQRCode.min.js',
4949
format: 'umd',
5050
name: 'toQRCode',
51+
<<<<<<< HEAD
5152
},{
5253
file: './dist/toQRCode.min.mjs',
5354
format: 'es'
55+
=======
56+
banner
57+
>>>>>>> 04e150cf95b69a0a51d53827f8ffff1add245e44
5458
}],
5559
plugins: commonPlugins,
5660
watch: {

0 commit comments

Comments
 (0)