# ClientUpdater **Repository Path**: wanlimc/ClientUpdater ## Basic Information - **Project Name**: ClientUpdater - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ClientUpdater 你看你妈呢? ``` { // 资源文件(用于在检查文件时下载的所有文件) "resources": [ "1.jar", "2.jar", "3.jar", "4.jar" ], // 版本列表 "versions": { // 版本信息 "1.0": { "info": { // 更新时间 "latest-update": "2018-10-23 00:00", // 更新内容 "latest-update-note": "-" }, // 更新文件 "update": [ "1.jar", "2.jar", "3.jar", "4.jar" ], // 删除文件 "delete": [ "0.jar" ] } } } ```