Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.17 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.17 KB

zoo-3dcube

简体中文 | English

萌宠 3D 魔方游戏

由于萌宠图片地址存于 GitHub 中,项目部署于 GitHub Pages 上,请确保当前网络环境流畅!

🔥 预览图

✨ 萌宠列表

https://github.com/zoo-js/zoo

📦 如何使用

在线预览

https://zoo-js.github.io/3dcube/?red=cat&white=dog&blue=pig&green=sheep&orange=koala&yellow=ant&bg=*ffd8bf

项目引入

<iframe
  id="zoo-3dcube"
  src="https://zoo-js.github.io/3dcube/?red=cat&white=dog&blue=pig&green=sheep&orange=koala&yellow=ant&bg=*ffd8bf"
  name="3dcube"
  width="100%"
  height="100%"
  scrolling="no"
  frameborder="0">
</iframe>

更多关于 iframe 查看:https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/iframe

支持参数

red     // 红色面
white   // 白色面
blue    // 蓝色面
green   // 绿色面
orange  // 橙色面
yellow  // 黄色面
bg      // 背景色
/*
  背景色支持直接英文,如 red、blue。
  也支持十六进制色值,如 #ffccc7 #ffd8bf #f4ffb8,注意将 `#` 替换为 `*` 使用。
*/

🎗 Tip

  • 魔方源码来源于互联网
  • 仅限娱乐分享