chore:platform文件拆分

This commit is contained in:
xiaozhu
2026-08-04 18:46:18 +08:00
parent 87382d7bda
commit 4e95399d4f
17 changed files with 2701 additions and 793 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import {
type Employee,
} from "../../services/api";
import { useApi, useAuth } from "../../context/AuthContext";
import Icon from "../../components/Icon";
import Icon from "../../components/common/Icon";
import "../../styles/admin.css";
import "../../styles/dashboard.css";
import "../../styles/platform.css";
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,4 +1,4 @@
import Icon from "../../components/Icon";
import Icon from "../../components/common/Icon";
import type {
ActiveEditSession,
LatestVersion,
@@ -1,6 +1,6 @@
import { type MouseEvent as ReactMouseEvent, useState } from "react";
import Icon from "../../components/Icon";
import Icon from "../../components/common/Icon";
import type {
ScriptItem,
WorkspaceDirectory,
@@ -20,7 +20,7 @@ import {
} from "../../services/api";
import { useApi } from "../../context/AuthContext";
import Icon from "../../components/Icon";
import Icon from "../../components/common/Icon";
import "../../styles/schedule.css";