Skip to content

Commit

Permalink
Merge pull request #369 from bchah/sync-fix
Browse files Browse the repository at this point in the history
Fix git sync issues with Korean characters

This commit saved the ovenplayer!
  • Loading branch information
SangwonOh authored Aug 14, 2023
2 parents 3b97f0a + 3866c72 commit 8ba539b
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The view of OvenPlayer has consisted of a template that extended OvenTemplate.

The template has a minimal life cycle starting with `onRendered()` and ending with `onDestroyed()`, and you can set an event callback with a valid scope in the template.

![](<.gitbook/assets/다운로드 (2).png>)
![](<.gitbook/assets/player_template.png>)

The top-level parent template is `view/view.js`. View creates child `Controls` and `Helpers` templates. Also, Controls and Helpers create and control child templates, respectively.

Expand Down Expand Up @@ -274,6 +274,6 @@ npm run watch

You can see the added TextView by building OvenPlayer and running `dist/development/ index.html`.

![Test run screen](<.gitbook/assets/스크린샷 2019-04-30 오전 11.48.15.png>)
![Test run screen](<.gitbook/assets/custom_ui.png>)

In this way, you can add a new UI or customize the template.
2 changes: 1 addition & 1 deletion docs/examples/runs-on-webserver.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ git clone https://github.com/AirenSoft/OvenPlayer.git
http://YOUR_IP/OvenPlayer/docs/demo.html
```

![](<../.gitbook/assets/스크린샷 2019-05-02 오후 4.06.35.png>)
![](<../.gitbook/assets/demo_player.png>)
2 changes: 1 addition & 1 deletion docs/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ You set up to show all logs that occur in the OvenPlayer that is on the web page
OvenPlayer.debug(true);
```

![](<.gitbook/assets/스크린샷 2019-04-25 오후 8.05.29.png>)
![](<.gitbook/assets/web_inspector.png>)

## Options

Expand Down

0 comments on commit 8ba539b

Please sign in to comment.