瀏覽代碼

Small changes

customisations
alemart 9 月之前
父節點
當前提交
52571ae1eb
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      README.md
  2. 1
    1
      src/ui/stats-panel.ts

+ 1
- 1
README.md 查看文件

6
 
6
 
7
 :magic_wand: **[Demos](https://alemart.github.io/encantar-js/demos/)** | :eyes: **[Try it!](https://alemart.github.io/encantar-js/demos/hello-three/poster.html)** | :books: **[Learn](https://alemart.github.io/encantar-js/)** | :heart: **[Sponsor](https://github.com/sponsors/alemart)**
7
 :magic_wand: **[Demos](https://alemart.github.io/encantar-js/demos/)** | :eyes: **[Try it!](https://alemart.github.io/encantar-js/demos/hello-three/poster.html)** | :books: **[Learn](https://alemart.github.io/encantar-js/)** | :heart: **[Sponsor](https://github.com/sponsors/alemart)**
8
 
8
 
9
-![Demo](docs/img/mage.gif)
9
+[![Demo](docs/img/mage.gif)](https://alemart.github.io/encantar-js/demos/hello-three/poster.html)
10
 
10
 
11
 ## Features
11
 ## Features
12
 
12
 

+ 1
- 1
src/ui/stats-panel.ts 查看文件

154
         const ldraw = this._label('_ar_draw');
154
         const ldraw = this._label('_ar_draw');
155
         if(ldraw !== null) {
155
         if(ldraw !== null) {
156
             const size = viewport.virtualSize;
156
             const size = viewport.virtualSize;
157
-            ldraw.innerText = `${size.width}x${size.height} viewport`;
157
+            ldraw.innerText = `${size.width}x${size.height} view`;
158
         }
158
         }
159
     }
159
     }
160
 
160
 

Loading…
取消
儲存