From 62dc5f2357fa9ad49e79b594f276c5f78257751c Mon Sep 17 00:00:00 2001 From: wcbing Date: Tue, 4 Feb 2025 21:29:34 +0800 Subject: [PATCH] add google-earth --- README.md | 1 + data/repo_list.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index fe5a54a..16488f7 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ | ------ | ---- | ----- | ----- | |Mozilla Firefox|firefox
firefox_beta
firefox_devedition
firefox_esr
firefox_nightly
mozillavpn| ✅ | ✅
官方仅提供
firefox_nightly | |Google Chrome|google-chrome-stable
google-chrome-beta
google-chrome-unstable| ✅ | | +|Google Earth|google-earth-pro-stable
google-earth-ec-stable| ✅ | | |Microsoft Edge|microsoft-edge-stable
microsoft-edge-beta
microsoft-edge-dev| ✅ | | |Opera|opera-stable
opera-beta
opera-developer| ✅ | | |Visual Studio Code|code
code-insiders
code-exploration| ✅ | ✅ | diff --git a/data/repo_list.json b/data/repo_list.json index a819376..8316503 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -4,6 +4,11 @@ "repo": "https://dl.google.com/linux/chrome/deb/", "amd64_path": "dists/stable/main/binary-amd64/Packages.gz" }, + { + "name": "google-earth", + "repo": "https://dl.google.com/linux/earth/deb/", + "amd64_path": "dists/stable/main/binary-amd64/Packages.gz" + }, { "name": "termius", "repo": "https://deb.termius.com/",