/* 为外部链接添加视觉提示 */
a.external-link::after {
    content: " ↗";
    font-size: 0.8em;
    opacity: 0.7;
}

a.external-link {
    border-bottom: 1px dotted currentColor;
}