浏览代码

Update texts

customisations
alemart 7 个月前
父节点
当前提交
db0159d093
共有 6 个文件被更改,包括 11 次插入10 次删除
  1. 1
    1
      README.md
  2. 4
    4
      demos/assets/promo.html
  3. 1
    1
      docs/api/plugin-aframe.md
  4. 1
    1
      docs/index.md
  5. 2
    2
      docs/tutorial/augment-the-scene.md
  6. 2
    1
      docs_overrides/main.html

+ 1
- 1
README.md 查看文件

2
 
2
 
3
 The Augmented Reality engine that will enchant you!
3
 The Augmented Reality engine that will enchant you!
4
 
4
 
5
-:heart: Support this work by [purchasing your copy](https://ko-fi.com/s/3ee4182cb6) or by [becoming a sponsor](https://github.com/sponsors/alemart).
5
+:heart: encantar.js is an Augmented Reality technology which I develop independently. Support this work by [purchasing your copy](https://ko-fi.com/s/3ee4182cb6). You can also [become a sponsor](https://github.com/sponsors/alemart).
6
 
6
 
7
 :star2: **[Try it!](https://encantar.dev/demos/hello-aframe/poster.html)** | :video_game: **[Play a game!](https://encantar.dev/demos/basketball/poster.html)** | :magic_wand: **[Demos](https://encantar.dev/demos/)** | :books: **[Learn](https://encantar.dev/)**
7
 :star2: **[Try it!](https://encantar.dev/demos/hello-aframe/poster.html)** | :video_game: **[Play a game!](https://encantar.dev/demos/basketball/poster.html)** | :magic_wand: **[Demos](https://encantar.dev/demos/)** | :books: **[Learn](https://encantar.dev/)**
8
 
8
 

+ 4
- 4
demos/assets/promo.html 查看文件

58
 </head>
58
 </head>
59
 <body>
59
 <body>
60
 
60
 
61
-<h1>Thank you for trying encantar.js! &#x1F600;</h1>
61
+<h1>Thank you for trying encantar.js!</h1>
62
     
62
     
63
 <h2>Would you like to see more of open-source AR?</h2>
63
 <h2>Would you like to see more of open-source AR?</h2>
64
 
64
 
65
-<p>encantar.js is an Augmented Reality technology which I develop independently. Support the continuance of this work by <a href="https://ko-fi.com/s/3ee4182cb6" rel="external" target="_blank" id="support-purchase-link" data-goatcounter-click>purchasing your copy</a>. You can also <a href="https://github.com/sponsors/alemart" rel="external" target="_blank" id="support-sponsor-link" data-goatcounter-click>become a sponsor</a>. Thank you!</p>
65
+<p>encantar.js is an Augmented Reality technology which I develop independently. Support this work by <a href="https://ko-fi.com/s/3ee4182cb6" rel="external" target="_blank" id="support-purchase-link" data-goatcounter-click>purchasing your copy</a>. You can also <a href="https://github.com/sponsors/alemart" rel="external" target="_blank" id="support-sponsor-link" data-goatcounter-click>become a sponsor</a>. Thank you!</p>
66
 
66
 
67
-<a href="https://ko-fi.com/s/3ee4182cb6" rel="external" target="_blank" class="button" id="support-purchase-button" data-goatcounter-click>Support my work</a>
67
+<a href="https://ko-fi.com/s/3ee4182cb6" rel="external" target="_blank" class="button" id="support-purchase-button" data-goatcounter-click>Support this work</a>
68
 
68
 
69
 <h2>Need help?</h2>
69
 <h2>Need help?</h2>
70
 
70
 
71
-<p>You can get expert guidance on WebAR with encantar.js by contacting <a href="#" class="email" id="contact-technical-support" data-goatcounter-click></a>.</p>
71
+<p>You can get expert guidance on WebAR with encantar.js by contacting <a href="#" class="email" id="contact-technical-support" data-goatcounter-click></a>. If you have any projects that you want created or modified, then feel free to get in touch.</p>
72
 
72
 
73
 </body>
73
 </body>
74
 </html>
74
 </html>

+ 1
- 1
docs/api/plugin-aframe.md 查看文件

39
 </a-scene>
39
 </a-scene>
40
 ```
40
 ```
41
 
41
 
42
-[![A box displayed in Augmented Reality](../img/demo-box.gif){ .responsive }](../img/demo-box.gif){ ._blank }
42
+![A box displayed in Augmented Reality](../img/demo-box.gif){ .responsive }
43
 
43
 
44
 ### encantar
44
 ### encantar
45
 
45
 

+ 1
- 1
docs/index.md 查看文件

2
 
2
 
3
 The Augmented Reality engine that will enchant you!
3
 The Augmented Reality engine that will enchant you!
4
 
4
 
5
-:heart:{ .heart } Support this work by [purchasing your copy](https://ko-fi.com/s/3ee4182cb6) or by [becoming a sponsor](https://github.com/sponsors/alemart).
5
+:heart:{ .heart } encantar.js is an Augmented Reality technology which I develop independently. Support this work by [purchasing your copy](https://ko-fi.com/s/3ee4182cb6). You can also [become a sponsor](https://github.com/sponsors/alemart).
6
 
6
 
7
 [:star2: Try it!](./demos/hello-aframe/poster.html){ .md-button ._blank } [:video_game: Play a game!](./demos/basketball/poster.html){ .md-button ._blank } [:sparkles: Demos](./demos.md){ .md-button ._blank } [:books: Learn](./tutorial/introduction.md){ .md-button }
7
 [:star2: Try it!](./demos/hello-aframe/poster.html){ .md-button ._blank } [:video_game: Play a game!](./demos/basketball/poster.html){ .md-button ._blank } [:sparkles: Demos](./demos.md){ .md-button ._blank } [:books: Learn](./tutorial/introduction.md){ .md-button }
8
 
8
 

+ 2
- 2
docs/tutorial/augment-the-scene.md 查看文件

26
 
26
 
27
 A-Frame is built on top of [Three.js](#threejs) and extends it in powerful ways. It introduces a HTML-based declarative approach for [scene graphs](https://en.wikipedia.org/wiki/Scene_graph){ ._blank }, empowering them with the [Entity-Component-System](https://en.wikipedia.org/wiki/Entity_component_system){ ._blank }, a software pattern commonly used in game development. A-Frame is easy for beginners and pleasing for experts. In many cases, writing JavaScript code is not needed.
27
 A-Frame is built on top of [Three.js](#threejs) and extends it in powerful ways. It introduces a HTML-based declarative approach for [scene graphs](https://en.wikipedia.org/wiki/Scene_graph){ ._blank }, empowering them with the [Entity-Component-System](https://en.wikipedia.org/wiki/Entity_component_system){ ._blank }, a software pattern commonly used in game development. A-Frame is easy for beginners and pleasing for experts. In many cases, writing JavaScript code is not needed.
28
 
28
 
29
-It's easy to construct a basic augmented scene, and no JavaScript is needed for that:
29
+See how easy it is to construct a basic augmented scene:
30
 
30
 
31
 ```html
31
 ```html
32
 <a-scene encantar="stats: true; gizmos: true">
32
 <a-scene encantar="stats: true; gizmos: true">
57
 </a-scene>
57
 </a-scene>
58
 ```
58
 ```
59
 
59
 
60
-[![A box displayed in Augmented Reality](../img/demo-box.gif){ .responsive }](../img/demo-box.gif){ ._blank }
60
+![A box displayed in Augmented Reality](../img/demo-box.gif){ .responsive }
61
 
61
 
62
 [Tell me more!](../api/plugin-aframe.md){ .md-button ._blank }
62
 [Tell me more!](../api/plugin-aframe.md){ .md-button ._blank }
63
 
63
 

+ 2
- 1
docs_overrides/main.html 查看文件

29
 <section id="support-widget" class="md-typeset invisible">
29
 <section id="support-widget" class="md-typeset invisible">
30
     <h4>Technical support</h4>
30
     <h4>Technical support</h4>
31
     <p>You can get expert guidance on WebAR with encantar.js by contacting <a href="#" class="support-link" id="technical-support-widget" data-goatcounter-click></a>.</p>
31
     <p>You can get expert guidance on WebAR with encantar.js by contacting <a href="#" class="support-link" id="technical-support-widget" data-goatcounter-click></a>.</p>
32
-    <p><small>I speak English and Portuguese. Falo Inglês e Português.</small></p>
32
+    <p>If you have any projects that you want created or modified, then feel free to <a href="#" class="support-link" id="technical-support-consulting-widget" data-goatcounter-click>get in touch</a>.</p>
33
+    <p>I speak English and Portuguese. Falo Inglês e Português.</p>
33
 </section>
34
 </section>
34
 <script>
35
 <script>
35
 document.addEventListener('DOMContentLoaded', function() {
36
 document.addEventListener('DOMContentLoaded', function() {

正在加载...
取消
保存