|
12 | 12 | <meta name="keywords" content="二维码图片,二维码组件,二维码扫描"/> |
13 | 13 | <meta name="description" content="本项目提供二维码组件,可以根据文本内容实时渲染二维码"/> |
14 | 14 | <title>二维码美化组件</title> |
15 | | - <link rel="shortcut icon" href="favicon.ico"> |
16 | 15 | <link rel="canonical" href="https://passer-by.com/widget-qrcode/"/> |
17 | 16 | <link rel="stylesheet" href="https://passer-by.com/static/style/common.css"> |
18 | 17 | <link rel="stylesheet" href="static/style/index.css"> |
|
70 | 69 | <div class="inner"> |
71 | 70 | <div class="mod-poster"> |
72 | 71 | <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> |
74 | 73 | <p>仅需一个HTML标签,即可获得独具个性的二维码!图案随内容实时变化,让二维码更多彩~</p> |
75 | 74 | </div> |
76 | 75 | </div> |
@@ -235,15 +234,15 @@ <h3 class="title">组件属性</h3> |
235 | 234 | </div> |
236 | 235 | <div class="module mod-copy"> |
237 | 236 | <div class="inner"> |
238 | | - <div class="hd"><span>算法开源</span></div> |
| 237 | + <div class="hd"><span>算法组件</span></div> |
239 | 238 | <div class="bd"> |
240 | 239 | <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> |
242 | 241 | <div class="buttons"> |
243 | 242 | <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> |
244 | 243 | <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> |
245 | 244 | <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> |
247 | 246 | </div> |
248 | 247 | <code><script type="text/javascript" src="https://passer-by.com/widget-qrcode/dist/widget-qrcode.min.js"></script></code> |
249 | 248 | </div> |
|
0 commit comments