refactor(rsc): narrow client module boundaries

This commit is contained in:
2026-07-14 18:39:56 +08:00
parent a275bb7a2d
commit bb0d9244c0
21 changed files with 0 additions and 41 deletions
-2
View File
@@ -1,5 +1,3 @@
"use client";
/**
* IAuthStorage 接口
*
-2
View File
@@ -1,5 +1,3 @@
"use client";
export class ChatStorage {
private static _instance: ChatStorage | null = null;
-2
View File
@@ -1,5 +1,3 @@
"use client";
/**
* LocalMessage 模型(存储层副本)
*
-2
View File
@@ -1,5 +1,3 @@
"use client";
/**
* IUserStorage 接口
*