Skip to content

Instantly share code, notes, and snippets.

@ling8489
ling8489 / run.html
Created May 23, 2026 07:53
跑步追踪 PWA
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="跑步追踪">
<link rel="apple-touch-icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='120' height='120'><rect width='120' height='120' rx='24' fill='%23ff5533'/><text x='60' y='72' font-size='48' text-anchor='middle' fill='white'>🏃</text></svg>">
<title>跑步追踪</title>