Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsv authored and cgsv committed Mar 8, 2023
1 parent 3559c40 commit 8057606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/srt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export default function Srt() {
<a href="#!" className={styles.file} style={{ marginLeft: "50px" }}>{t("select-local-sub")}
<input onChange={onChooseFile} type="file" accept='.srt,.ass,.txt' id="file" />
</a>
<input className={styles.biliInput} id="biliId" placeholder={t("Bili-Url")} style={{ height: "30px", marginLeft: "150px", paddingLeft: "0px" }}></input>
<input className={styles.biliInput} id="biliId" placeholder={t("Bili-Url")!} style={{ height: "30px", marginLeft: "150px", paddingLeft: "0px" }}></input>
<button onClick={getBilibiliSub} className={styles.genButton} style={{ marginLeft: "20px" }} >{t("Bili-Get-Sub")}</button>
</div>
<div style={{ display: "flex", alignItems: "center" }}>
Expand Down

0 comments on commit 8057606

Please sign in to comment.