mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 14:14:55 +08:00
perf: Delete excess
This commit is contained in:
@@ -105,7 +105,6 @@ func (p *Proxy) Startup() {
|
||||
func (p *Proxy) setCa() error {
|
||||
ca, err := tls.X509KeyPair(appOnce.PublicCrt, appOnce.PrivateKey)
|
||||
if err != nil {
|
||||
DialogErr("Failed to start proxy service 1")
|
||||
return err
|
||||
}
|
||||
if ca.Leaf, err = x509.ParseCertificate(ca.Certificate[0]); err != nil {
|
||||
|
||||
BIN
frontend/src/.DS_Store
vendored
BIN
frontend/src/.DS_Store
vendored
Binary file not shown.
@@ -179,7 +179,6 @@ const handleFooterUpdate = (key: string, item?: MenuOption) => {
|
||||
}
|
||||
|
||||
const collapsedChange = (value: boolean)=>{
|
||||
console.log("collapsedChange",value)
|
||||
collapsed.value = value
|
||||
localStorage.setItem("collapsed", JSON.stringify({collapsed: value}))
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
export const DwStatus = {
|
||||
ready: "就绪",
|
||||
running: "运行中",
|
||||
error: "错误",
|
||||
done: "完成",
|
||||
handle: "已下载,后续处理",
|
||||
}
|
||||
@@ -550,7 +550,7 @@ const decodeWxFile = (row: appType.MediaInfo, index: number) => {
|
||||
|
||||
const handleImport = (content: string) => {
|
||||
if (!content) {
|
||||
// window?.$message?.error(t("view_index.import_empty"))
|
||||
window?.$message?.error(t("view.import_empty"))
|
||||
return
|
||||
}
|
||||
content.split("\n").forEach((line, index) => {
|
||||
|
||||
Reference in New Issue
Block a user