opencube 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/main.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencube",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A tiny Three.js desktop pet for opencode session activity.",
5
5
  "main": "src/main.js",
6
6
  "exports": {
package/src/main.js CHANGED
@@ -589,7 +589,7 @@ function petHtml() {
589
589
  </style>
590
590
  </head>
591
591
  <body>
592
- <div class="stage" title="opencode pet:拖拽移动,右键打开菜单">
592
+ <div class="stage">
593
593
  <div class="pet-art" aria-label="pixel opencode pet">${petBodySvg}</div>
594
594
  <div id="ball-layer"></div>
595
595
  </div>
@@ -811,7 +811,7 @@ function petHtml3D() {
811
811
  </style>
812
812
  </head>
813
813
  <body>
814
- <div class="stage" title="opencode pet:拖拽移动,右键打开菜单">
814
+ <div class="stage">
815
815
  <canvas id="scene" aria-label="3D opencode pet"></canvas>
816
816
  <div id="hit-layer" aria-label="OpenCube interaction layer"></div>
817
817
  </div>