mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-20 04:47:30 +08:00
feat: update version
This commit is contained in:
@@ -6,5 +6,6 @@ pnpm gen:version
|
|||||||
|
|
||||||
# 自动添加修改的版本文件
|
# 自动添加修改的版本文件
|
||||||
git add src/lib/version.ts
|
git add src/lib/version.ts
|
||||||
|
git add VERSION.txt
|
||||||
|
|
||||||
npx lint-staged
|
npx lint-staged
|
||||||
@@ -1 +1 @@
|
|||||||
20250728004740
|
20250728004933
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
const CURRENT_VERSION = '20250728004845';
|
const CURRENT_VERSION = '20250728004933';
|
||||||
|
|
||||||
// 远程版本检查URL配置
|
// 远程版本检查URL配置
|
||||||
const VERSION_CHECK_URLS = [
|
const VERSION_CHECK_URLS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user