mirror of
https://github.com/Blinue/Magpie.git
synced 2026-06-24 02:04:10 +00:00
feat: 优化时间线配色
This commit is contained in:
parent
7ca4ebc7b4
commit
01a4a26fa5
3 changed files with 134 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue