aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/components/pages/TRPG-home/PackFeatures.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/pages/TRPG-home/PackFeatures.tsx')
-rw-r--r--docs/components/pages/TRPG-home/PackFeatures.tsx12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/components/pages/TRPG-home/PackFeatures.tsx b/docs/components/pages/TRPG-home/PackFeatures.tsx
deleted file mode 100644
index 7abbb96..0000000
--- a/docs/components/pages/TRPG-home/PackFeatures.tsx
+++ /dev/null
@@ -1,12 +0,0 @@
-import { PACK_HOME_FEATURES } from "../../../content/features";
-import { FeaturesBento } from "../home-shared/FeaturesBento";
-
-export function PackFeatures() {
- return (
- <FeaturesBento
- header="为什么选择水系核心?"
- body="水系核心基于规则包运行,可自定义程度高,且运行速率快。"
- features={PACK_HOME_FEATURES}
- />
- );
-}