1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-22 11:25:46 +08:00
Files
xiaomusic/update-holiday.sh
jokinas a8e4369774 feat: 优化登录重试机制和会话处理逻辑 (#873)
* style: ruff lint and format fix

* fix: 优化登录重试机制和会话处理逻辑
2026-05-18 12:31:52 +08:00

8 lines
152 B
Bash

#!/bin/bash
rm -rf holiday-cn
git clone https://github.com/NateScarlet/holiday-cn.git
mkdir -p holiday
cp holiday-cn/*.json holiday/
rm -rf holiday-cn