-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
41 changed files
with
274 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -442,7 +442,7 @@ | |
Fluid.utils.createCssLink('https://cdn.staticfile.org/waline/2.15.7/waline.min.css') | ||
Fluid.utils.createScript('https://cdn.staticfile.org/waline/2.15.7/waline.min.js', function() { | ||
var options = Object.assign( | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://cdn.jsdelivr.net/gh/walinejs/[email protected]/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://mirror.ghproxy.com/https://raw.githubusercontent.com/walinejs/emojis/main/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{ | ||
el: '#waline', | ||
path: window.location.pathname | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -567,7 +567,7 @@ <h3 id="Output"><a href="#Output" class="headerlink" title="Output"></a>Output</ | |
Fluid.utils.createCssLink('https://cdn.staticfile.org/waline/2.15.7/waline.min.css') | ||
Fluid.utils.createScript('https://cdn.staticfile.org/waline/2.15.7/waline.min.js', function() { | ||
var options = Object.assign( | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://cdn.jsdelivr.net/gh/walinejs/[email protected]/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://mirror.ghproxy.com/https://raw.githubusercontent.com/walinejs/emojis/main/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{ | ||
el: '#waline', | ||
path: window.location.pathname | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,18 +23,18 @@ | |
<meta property="og:site_name" content="Pdone's Blog"> | ||
<meta property="og:description" content="临时停车时,直接把手机号放在车上,容易被广告推销人员盯上,用二维码的方式间接给别人提供联系方式,可以有效降低此类情况发生。"> | ||
<meta property="og:locale" content="zh_CN"> | ||
<meta property="og:image" content="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/1.png"> | ||
<meta property="og:image" content="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/2.jpg"> | ||
<meta property="og:image" content="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/3.jpg"> | ||
<meta property="og:image" content="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/4.jpg"> | ||
<meta property="og:image" content="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/1.png"> | ||
<meta property="og:image" content="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/2.jpg"> | ||
<meta property="og:image" content="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/3.jpg"> | ||
<meta property="og:image" content="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/4.jpg"> | ||
<meta property="article:published_time" content="2021-06-17T16:00:00.000Z"> | ||
<meta property="article:modified_time" content="2023-07-14T06:11:37.772Z"> | ||
<meta property="article:author" content="pdone"> | ||
<meta property="article:tag" content=".NET"> | ||
<meta property="article:tag" content="QRCode"> | ||
<meta property="article:tag" content="OpenSource"> | ||
<meta name="twitter:card" content="summary_large_image"> | ||
<meta name="twitter:image" content="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/1.png"> | ||
<meta name="twitter:image" content="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/1.png"> | ||
|
||
|
||
<meta name="referrer" content="no-referrer-when-downgrade"> | ||
|
@@ -446,8 +446,8 @@ <h2 id="使用方法"><a href="#使用方法" class="headerlink" title="使用 | |
<li>用作图工具添加“扫码挪车”等字样后用A4纸打印出来</li> | ||
<li>临时停车的时候放在车窗下显眼位置</li> | ||
</ol> | ||
<h2 id="截图"><a href="#截图" class="headerlink" title="截图"></a>截图</h2><p><img src="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/1.png" srcset="/loading.svg" lazyload alt="主界面"></p> | ||
<div class="group-image-container"><div class="group-image-row"><div class="group-image-wrap"><img src="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/2.jpg" srcset="/loading.svg" lazyload alt="微信扫一扫"></div><div class="group-image-wrap"><img src="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/3.jpg" srcset="/loading.svg" lazyload alt="点击拨打号码按钮"></div><div class="group-image-wrap"><img src="https://ghps.cc/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/4.jpg" srcset="/loading.svg" lazyload alt="跳转系统拨号界面"></div></div></div> | ||
<h2 id="截图"><a href="#截图" class="headerlink" title="截图"></a>截图</h2><p><img src="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/1.png" srcset="/loading.svg" lazyload alt="主界面"></p> | ||
<div class="group-image-container"><div class="group-image-row"><div class="group-image-wrap"><img src="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/2.jpg" srcset="/loading.svg" lazyload alt="微信扫一扫"></div><div class="group-image-wrap"><img src="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/3.jpg" srcset="/loading.svg" lazyload alt="点击拨打号码按钮"></div><div class="group-image-wrap"><img src="https://mirror.ghproxy.com/https://raw.githubusercontent.com/pdone/static/master/img/article/car-code-generator/4.jpg" srcset="/loading.svg" lazyload alt="跳转系统拨号界面"></div></div></div> | ||
<h2 id="下载地址"><a href="#下载地址" class="headerlink" title="下载地址"></a>下载地址</h2><p><a target="_blank" rel="noopener" href="https://www.lanzoux.com/iej9Tqkzj7c">https://www.lanzoux.com/iej9Tqkzj7c</a><br><b style='font-size:1em;'>提取码:pdone</b></p> | ||
<h2 id="代码仓库"><a href="#代码仓库" class="headerlink" title="代码仓库"></a>代码仓库</h2><p><a target="_blank" rel="noopener" href="https://github.com/pdone/car-code-generator">https://github.com/pdone/car-code-generator</a></p> | ||
|
||
|
@@ -593,7 +593,7 @@ <h2 id="代码仓库"><a href="#代码仓库" class="headerlink" title="代码 | |
Fluid.utils.createCssLink('https://cdn.staticfile.org/waline/2.15.7/waline.min.css') | ||
Fluid.utils.createScript('https://cdn.staticfile.org/waline/2.15.7/waline.min.js', function() { | ||
var options = Object.assign( | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://cdn.jsdelivr.net/gh/walinejs/[email protected]/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://mirror.ghproxy.com/https://raw.githubusercontent.com/walinejs/emojis/main/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{ | ||
el: '#waline', | ||
path: window.location.pathname | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -623,7 +623,7 @@ <h2 id="DapperHelper-cs"><a href="#DapperHelper-cs" class="headerlink" title="Da | |
Fluid.utils.createCssLink('https://cdn.staticfile.org/waline/2.15.7/waline.min.css') | ||
Fluid.utils.createScript('https://cdn.staticfile.org/waline/2.15.7/waline.min.js', function() { | ||
var options = Object.assign( | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://cdn.jsdelivr.net/gh/walinejs/[email protected]/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://mirror.ghproxy.com/https://raw.githubusercontent.com/walinejs/emojis/main/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{ | ||
el: '#waline', | ||
path: window.location.pathname | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -592,7 +592,7 @@ <h2 id="下载"><a href="#下载" class="headerlink" title="下载"></a>下载</ | |
Fluid.utils.createCssLink('https://cdn.staticfile.org/waline/2.15.7/waline.min.css') | ||
Fluid.utils.createScript('https://cdn.staticfile.org/waline/2.15.7/waline.min.js', function() { | ||
var options = Object.assign( | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://cdn.jsdelivr.net/gh/walinejs/[email protected]/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{"serverURL":"https://waline.awaw.cc","path":"window.location.pathname","meta":["nick","mail","link"],"requiredMeta":["nick"],"lang":"zh-CN","emoji":["https://mirror.ghproxy.com/https://raw.githubusercontent.com/walinejs/emojis/main/alus"],"dark":"html[data-user-color-scheme=\"dark\"]","wordLimit":0,"pageSize":10}, | ||
{ | ||
el: '#waline', | ||
path: window.location.pathname | ||
|
Oops, something went wrong.
fe9c968
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
pdone – ./
pdone-pdone.vercel.app
pdone-git-master-pdone.vercel.app
pdone.vercel.app
awaw.cc
www.awaw.cc