homebrew-chinese icon indicating copy to clipboard operation
homebrew-chinese copied to clipboard

Flix

Open Mrered opened this issue 1 year ago • 1 comments

软件名

flix

软件官网

https://flix.center/

最新发布日期

2025.03.01

一句话描述软件主要用途

像聊天一样传文件,新一代局域网传输工具,免流量,不限速,全系统支持

软件下载链接

https://flix6666.feishu.cn/wiki/E27uwQpUbi3x9UkS26RcPyJTnmb

注意,这不是直链

商业模式

免费

Mrered avatar Mar 24 '25 09:03 Mrered

搞不定,没法之间获取下载链接

cask "flix" do
  version "1.3.1"
  sha256 :no_check

  url "https://internal-api-drive-stream.feishu.cn/space/api/box/stream/download/all/WLF3b6PMFobRplxLk34cwitpnlf/?mount_node_token=TuAAdRTRHoDXAXxgQkHcwCaqnTd&mount_point=docx_file",
      verified: "internal-api-drive-stream.feishu.cn/"
  name "flix"
  desc "新一代局域网传输工具,免流量,不限速,全系统支持"
  homepage "https://flix.center/"

  livecheck do
    url "https://flix6666.feishu.cn/wiki/E27uwQpUbi3x9UkS26RcPyJTnmb"
    regex(/flix_mac((\.\d+)+)\.zip/i)
  end

  depends_on macos: ">= :sierra"

  app "flix.app"

  zap trash: [
    "~/Library/Application Support/com.ifreedomer.flix.mac",
    "~/Library/Caches/com.ifreedomer.flix.mac",
    "~/Library/HTTPStorages/com.ifreedomer.flix.mac",
    "~/Library/Preferences/com.ifreedomer.flix.mac.plist",
  ]
end

ivaquero avatar Mar 26 '25 07:03 ivaquero