A versatile mini-app collection featuring quotes, games, health monitoring, and fitness tracking tools.
- Quotes: Inspirational quotes collection
- Tetris: Classic tetris game
- BP Monitr: Blood pressure monitoring tool
- SuperJog: Slow jogging fitness tracker
MiniVerse is a WeChat mini-program that combines various useful tools and entertainment options in one convenient application. From inspirational quotes to health monitoring and games, MiniVerse offers a diverse collection of mini-apps to enrich and elevate your daily life.
- 准备 sandbox (要求 pub key 已经在 GitHub 账户 Profile 设置好)
cd ~/
mkdir sandbox
cd sandbox
git clone git@github.com:sim4d/MiniQuotes.git MiniQuotes- 下载 微信开发者工具
- 从上述目录导入项目
微信扫码
本项目采用 MIT 许可证授权。
测试HTTPS端口:有时防火墙会完全拒绝允许SSH连接,此时可以尝试使用通过HTTPS端口创建的SSH连接克隆。运行以下命令:
ssh -T -p 443 git@ssh.github.com若显示"# Hi {USERNAME}! You've successfully authenticated, but GitHub does not # provide shell access.",则证明可以通过HTTPS连接。
若上述方法可行,可覆盖SSH设置来强制与GitHub.com的任何连接均通过该服务器和端口运行。打开SSH的config文档(通常位于"~/.ssh/config"),添加以下字段:
Host github.com
Hostname ssh.github.com
Port 443
User git