Skip to content

Commit

Permalink
Merge pull request #208 from eleliauk/main
Browse files Browse the repository at this point in the history
feat(item) : change item
  • Loading branch information
eleliauk authored Dec 16, 2024
2 parents 974a260 + 3a1cc7e commit 50794b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/modules/notification/components/Items.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,6 @@ export const OfficialItem = memo(
<View className="flex w-full flex-col items-center gap-4">
<AlertOfficial title="此版块暂未开放,未来将会有更多精彩内容" />
</View>
{/* <View className="flex w-full flex-col items-center gap-4">
<View className="text-xs text-gray-500">07:25</View>
<ImageOfficial title="评课活动要开始了" description="摘要" />
</View>
<View className="flex w-full flex-col items-center gap-4">
<View className="text-xs text-gray-500">07:25</View>
<AlertOfficial title="您在高等数学下方的评论违规,请注意您的发言" />
</View> */}
</>
);
}
Expand Down

0 comments on commit 50794b0

Please sign in to comment.