feat: 优化时间线配色

This commit is contained in:
Xu Liu 2022-04-28 17:38:07 +08:00
commit 01a4a26fa5
3 changed files with 134 additions and 21 deletions

View file

@ -18,7 +18,7 @@ static constexpr const size_t MAX_CACHE_COUNT = 128;
// 缓存版本
// 当缓存文件结构有更改时更新它,使旧缓存失效
static constexpr const UINT CACHE_VERSION = 7;
static constexpr const UINT CACHE_VERSION = 8;
// 缓存的压缩等级
static constexpr const int CACHE_COMPRESSION_LEVEL = 1;