Skip to content

Commit

Permalink
Add help page
Browse files Browse the repository at this point in the history
  • Loading branch information
lhc70000 committed Jan 25, 2025
1 parent 5687cf9 commit ed4528a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
"file-system"
],
"allowedDomains": ["iina.io", "*.iina.io"],
"helpPage": "help.html"
}
41 changes: 41 additions & 0 deletions help.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
:root {
color-scheme: light dark;
}

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-size: 13px;
padding: 0;
margin: 0;
}

#container {
padding: 8px;
}
</style>
</head>

<body>
<div id="container">
<p>
IINA User Scripts work like those in browsers - they let you use the IINA plugin API to add and share
desired
functionalities without the hassle of creating a plugin package.
</p>
<p>
Read the documentation at <code>https://docs.iina.io</code> to learn more about the IINA
plugin API.
</p>

</div>
</body>

</html>

0 comments on commit ed4528a

Please sign in to comment.