mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 17:37:21 +00:00
Unified file link format
This commit is contained in:
parent
1e1e611104
commit
19e051045d
5 changed files with 96 additions and 13 deletions
11
src/views/Player.jsx
Normal file
11
src/views/Player.jsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { h } from 'preact'
|
||||
|
||||
export default function ({params: {theme, encodedUrl}}) {
|
||||
const url = decodeURIComponent(encodedUrl)
|
||||
|
||||
return (
|
||||
<div>
|
||||
{theme} <br/>
|
||||
{url}
|
||||
</div>)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue