feat: 更新版本号至1.0.2并移除catos程序

更新LeonOS版本号至1.0.2,修改GitHub API基础URL为代理地址
移除不再使用的catos.lua安装程序
在安装器中添加下载启动文件的进度提示
This commit is contained in:
2025-09-09 17:56:59 +08:00
parent f3d6218a7b
commit ef76f6db50
4 changed files with 6 additions and 72 deletions

View File

@@ -29,7 +29,7 @@ local pkg_config = {
local_pkg_dir = "/packages", -- 本地包存储目录
installed_db = "/packages/installed.json", -- 已安装包数据库
cache_dir = "/packages/cache", -- 缓存目录
github_api_url = "https://raw.githubusercontent.com" -- GitHub API基础URL
github_api_url = "https://gh.catmak.name/https://raw.githubusercontent.com" -- GitHub API基础URL
}
-- 创建新包