友链朋友圈

倒计时

countDown2 () { // 确定结束时间的时间戳 1666627199000 this.endTime let inputTime = this.endTime // 获取当前时间的时间戳(单位毫秒) let nowTime = +new D

ceshi

测试博客新功能

<bloghao-img-swiper type="normal" width="100%" height="600"> <div class="_img"> {http://localhost:8090/upload/iTab-5g7ew7.jpg,http://local

ceshi

git 提交规范

常见的 subject 种类以及含义如下: feat: 新功能(feature) 用于提交新功能。 例如:feat: 增加用户注册功能 fix: 修复 bug 用于提交 bug 修复。 例如:fix: 修复登录页面崩溃的问题

ceshi

未命名文章

` var postChatConfig = { backgroundColor: "#3e86f6", bottom: "16px", left: "16px", fill: "#FFFFFF", width: "44px", frameWidth: "375px", frameHeight: "

ceshi

令人惊叹的一行 JavaScript 代码

1、获取浏览器 Cookie 的值 const cookie = name => `; ${document.cookie}`.split(`; ${name}=`).pop().split(';').shift(); cookie('_ga'); // Result: "GA1.2.192973

ceshi

简约404

简约404 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, in

ceshi

好酷的404

好酷的404 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>404</title> <style> body { background: #000;

ceshi