Skip to content

sim4d/MiniQuotes

Repository files navigation

MiniVerse

A versatile mini-app collection featuring quotes, games, health monitoring, and fitness tracking tools.

Features

  • Quotes: Inspirational quotes collection
  • Tetris: Classic tetris game
  • BP Monitr: Blood pressure monitoring tool
  • SuperJog: Slow jogging fitness tracker

Overview

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

最新版本

扫描试用

微信扫码

Mini Quotes

License: MIT

本项目采用 MIT 许可证授权。

SSH连接方面

​​测试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连接。

​​启用通过HTTPS的SSH连接​​:

若上述方法可行,可覆盖SSH设置来强制与GitHub.com的任何连接均通过该服务器和端口运行。打开SSH的config文档(通常位于"~/.ssh/config"),添加以下字段:

Host github.com
    Hostname ssh.github.com
    Port 443
    User git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •