Static official website for OneTap / 颗秒, a CS2 desktop assistant.
Install the development-only validation tools:
npm install
npm run setup:browsersOpen index.html directly in a browser, or run a local static server:
python -m http.server 4177Then visit:
http://127.0.0.1:4177/
- Chinese and English language switch
- Chinese brand icon for 颗秒 and English brand icon for OneTap
- CS2 demo review, personal skins and peripherals, pro player comparison, AI coach, and highlight generation sections
- Download and contact CTAs
- Basic analytics events via
window.dataLayer
Generate the optimized WebP delivery assets from the source PNG files:
npm run optimize:imagesRun static contracts, section rendering checks, and four responsive browser scenarios:
npm run validateThe browser validation uses Chromium and checks desktop, tablet, 430px mobile, and 390px mobile layouts. CI installs Chromium automatically.