refactor(splash): remove "use client" directive from splash components

This commit is contained in:
2026-06-09 18:31:04 +08:00
parent 016bc6fd2c
commit f79755f6ec
5 changed files with 0 additions and 5 deletions
@@ -1,4 +1,3 @@
"use client";
/** /**
* Splash 背景图片 * Splash 背景图片
* *
@@ -1,4 +1,3 @@
"use client";
/** /**
* Splash 主内容文案 * Splash 主内容文案
* *
@@ -1,4 +1,3 @@
"use client";
/** /**
* Splash 加载状态 * Splash 加载状态
* *
@@ -1,4 +1,3 @@
"use client";
/** /**
* Splash Logo * Splash Logo
* *
@@ -1,4 +1,3 @@
"use client";
/** /**
* Splash 进度条 * Splash 进度条
* *