Cloudflare Pages 部署 VitePress + Slidev 教程,从本地多服务开发到生产单 Pages 合并产物,讲解构建脚本、Slidev base/out、路由组织、SPA fallback、嵌入组件和生产优化。适合文档站与课件站一体化部署。
VitePress and Slidev deployment guide for Cloudflare Pages, explaining how to move from local multi-service development to one merged static output, configure build scripts, Slidev base/out paths, route layout, SPA fallbacks, an embed component, and production optimizations. Suitable for docs and course sites.
Academia.edu refund dispute account, covering a $1 paper download, an unexpected $89 annual renewal, cancellation of auto-renewal, support emails, ticket escalation, refund-policy arguments, PayPal chargeback threats, BBB/FTC complaint pressure, and the final refund outcome. Useful for students and researchers facing subscription charges.
Academia.edu 自动续费退款维权实录,从 1 美元文献下载到 89 美元年费扣款,记录取消自动续费、邮件申诉、提交工单、引用退款保证、威胁 PayPal 拒付和投诉升级,并附最终退款结果。适合遭遇订阅扣款的学生和研究者参考。
ADB SMS export tutorial for filtering messages by a specific SIM card, covering USB debugging, Android content provider queries, raw SMS text export, Python parsing into CSV, and spreadsheet filtering with sub_id. Useful before replacing a phone number tied to many accounts.
MkDocs 图片路径 404 排查教程,从现象定位讲解 use_directory_urls、Markdown 图片与 HTML img 标签解析差异、相对路径修正和目录结构调整,并附本地预览与部署路径不一致的解决思路。适合维护技术文档站的用户。