03 2022 档案
摘要:#!/bin/sh git filter-branch --env-filter ' OLD_EMAIL="your-old-email@example.com" CORRECT_NAME="Your Correct Name" CORRECT_EMAIL="your-correct-email@e
阅读全文
摘要:.dot-top { font-size: 0; line-height: 0; border-width: 10px; border-color: #1c1c52; border-top-width: 0; border-style: dashed; border-bottom-style: so
阅读全文
摘要:@mixin gradientAnimation($start, $end, $transTime) { background-size: 100%; background-image: $start; position: relative; z-index: 100; &:before { bac
阅读全文
摘要:for i in *.png; do pngquant --force --quality=40-100 --strip --skip-if-larger \ --verbose $i done
阅读全文