diff --git a/controllers/web.py b/controllers/web.py index af9ba30..ac96ac3 100644 --- a/controllers/web.py +++ b/controllers/web.py @@ -61,6 +61,11 @@ def custom_player3(): ctx = getParmas() return render_template('player/p2pplayer/index.htm', ctx=ctx) +@web.route('/player4') +def custom_player4(): + ctx = getParmas() + return render_template('player/p2phls/p2phls.html', ctx=ctx) + @web.route('//') def web_index(web_name, theme): ctx = {'web_name': web_name, 'key': '关键词', 'description': '描述'} diff --git a/templates/admin.html b/templates/admin.html index 4c921ee..19c6a9e 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -217,6 +217,7 @@ MUI播放器 P2P播放器 P2P播放器-GO + P2P播放器-hls