Update frontend
This commit is contained in:
		
							parent
							
								
									3fea6e54ba
								
							
						
					
					
						commit
						c463d8455f
					
				
							
								
								
									
										2
									
								
								frontend/dist/index.html
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								frontend/dist/index.html
									
									
									
									
										vendored
									
									
								
							@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta charset="UTF-8" />
 | 
					    <meta charset="UTF-8" />
 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
				
			||||||
    <title>CDRM Decryption Extension</title>
 | 
					    <title>CDRM Decryption Extension</title>
 | 
				
			||||||
    <script type="module" crossorigin src="./assets/index-TiKBTYa_.js"></script>
 | 
					    <script type="module" crossorigin src="./assets/index-ydPQKJSy.js"></script>
 | 
				
			||||||
    <link rel="stylesheet" crossorigin href="./assets/index-UaipKa9p.css">
 | 
					    <link rel="stylesheet" crossorigin href="./assets/index-UaipKa9p.css">
 | 
				
			||||||
  </head>
 | 
					  </head>
 | 
				
			||||||
  <body class="min-w-full min-h-full w-full h-full">
 | 
					  <body class="min-w-full min-h-full w-full h-full">
 | 
				
			||||||
 | 
				
			|||||||
@ -49,35 +49,6 @@ function TopNav({ onMenuClick }) {
 | 
				
			|||||||
        className="h-full w-16 p-2 flex items-center cursor-pointer"
 | 
					        className="h-full w-16 p-2 flex items-center cursor-pointer"
 | 
				
			||||||
        onClick={onMenuClick}
 | 
					        onClick={onMenuClick}
 | 
				
			||||||
      />
 | 
					      />
 | 
				
			||||||
      <div className="flex flex-row h-full justify-center items-center ml-auto mr-2">
 | 
					 | 
				
			||||||
        <p className="text-white text-lg p-2 mr-2 border-r-2 border-r-white text-nowrap">
 | 
					 | 
				
			||||||
          DRM Override:
 | 
					 | 
				
			||||||
        </p>
 | 
					 | 
				
			||||||
        <button
 | 
					 | 
				
			||||||
          onClick={() => handleDrmOverrideChange("WIDEVINE")}
 | 
					 | 
				
			||||||
          className={`text-white text-lg p-2 rounded-md m-1 cursor-pointer ${
 | 
					 | 
				
			||||||
            drmOverride === "WIDEVINE" ? "bg-green-500/70" : "bg-black"
 | 
					 | 
				
			||||||
          }`}
 | 
					 | 
				
			||||||
        >
 | 
					 | 
				
			||||||
          Widevine
 | 
					 | 
				
			||||||
        </button>
 | 
					 | 
				
			||||||
        <button
 | 
					 | 
				
			||||||
          onClick={() => handleDrmOverrideChange("PLAYREADY")}
 | 
					 | 
				
			||||||
          className={`text-white text-lg p-2 rounded-md m-1 cursor-pointer ${
 | 
					 | 
				
			||||||
            drmOverride === "PLAYREADY" ? "bg-sky-500/70" : "bg-black"
 | 
					 | 
				
			||||||
          }`}
 | 
					 | 
				
			||||||
        >
 | 
					 | 
				
			||||||
          PlayReady
 | 
					 | 
				
			||||||
        </button>
 | 
					 | 
				
			||||||
        <button
 | 
					 | 
				
			||||||
          onClick={() => handleDrmOverrideChange("DISABLED")}
 | 
					 | 
				
			||||||
          className={`text-white text-lg p-2 rounded-md m-1 cursor-pointer ${
 | 
					 | 
				
			||||||
            drmOverride === "DISABLED" ? "bg-red-500/70" : "bg-black"
 | 
					 | 
				
			||||||
          }`}
 | 
					 | 
				
			||||||
        >
 | 
					 | 
				
			||||||
          Disabled
 | 
					 | 
				
			||||||
        </button>
 | 
					 | 
				
			||||||
      </div>
 | 
					 | 
				
			||||||
      <div className="flex flex-row h-full justify-center items-center ml-auto mr-2">
 | 
					      <div className="flex flex-row h-full justify-center items-center ml-auto mr-2">
 | 
				
			||||||
        <p className="text-white text-lg p-2 mr-2 border-r-2 border-r-white text-nowrap">
 | 
					        <p className="text-white text-lg p-2 mr-2 border-r-2 border-r-white text-nowrap">
 | 
				
			||||||
          Injection Type:
 | 
					          Injection Type:
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -4,7 +4,7 @@
 | 
				
			|||||||
    <meta charset="UTF-8" />
 | 
					    <meta charset="UTF-8" />
 | 
				
			||||||
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 | 
				
			||||||
    <title>CDRM Decryption Extension</title>
 | 
					    <title>CDRM Decryption Extension</title>
 | 
				
			||||||
    <script type="module" crossorigin src="./assets/index-TiKBTYa_.js"></script>
 | 
					    <script type="module" crossorigin src="./assets/index-ydPQKJSy.js"></script>
 | 
				
			||||||
    <link rel="stylesheet" crossorigin href="./assets/index-UaipKa9p.css">
 | 
					    <link rel="stylesheet" crossorigin href="./assets/index-UaipKa9p.css">
 | 
				
			||||||
  </head>
 | 
					  </head>
 | 
				
			||||||
  <body class="min-w-full min-h-full w-full h-full">
 | 
					  <body class="min-w-full min-h-full w-full h-full">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user