Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix git sync issues with Korean characters #369

Merged
merged 1 commit into from
Aug 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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