From 399913d3ff304f2940f73098a794ebd86dcf5c8b Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Fri, 20 Feb 2026 23:00:28 +0800 Subject: [PATCH] style: remove icon elements and related styles from demo components Clean up visual presentation by removing decorative icons from demo headers and info boxes across all components. Also removes now-unused CSS rules for icon styling. --- .../components/appendix/computer-fundamentals/AdderDemo.vue | 4 ---- .../appendix/computer-fundamentals/AlgorithmDemo.vue | 4 ---- .../computer-fundamentals/AlgorithmOverviewDemo.vue | 3 --- .../computer-fundamentals/AlgorithmParadigmDemo.vue | 2 -- .../appendix/computer-fundamentals/ApplicationLayerDemo.vue | 2 -- .../computer-fundamentals/CompilationPracticeDemo.vue | 2 -- .../appendix/computer-fundamentals/CompilerAnalogyDemo.vue | 2 -- .../appendix/computer-fundamentals/CompilerDemo.vue | 4 ---- .../appendix/computer-fundamentals/CpuArchitectureDemo.vue | 4 ---- .../computer-fundamentals/DataEncodingBasicsDemo.vue | 2 -- .../appendix/computer-fundamentals/DataLifecycleDemo.vue | 2 -- .../appendix/computer-fundamentals/DataLinkLayerDemo.vue | 2 -- .../appendix/computer-fundamentals/DataStructureDemo.vue | 4 ---- .../computer-fundamentals/DataStructureOverviewDemo.vue | 2 -- .../computer-fundamentals/DataStructureSelectorDemo.vue | 3 --- .../appendix/computer-fundamentals/EncodingDemo.vue | 4 ---- .../EncodingStorageTransmissionDemo.vue | 2 -- .../appendix/computer-fundamentals/FilesystemDemo.vue | 4 ---- .../appendix/computer-fundamentals/GraphStructureDemo.vue | 2 -- .../appendix/computer-fundamentals/GreedyThinkingDemo.vue | 3 --- .../appendix/computer-fundamentals/HashTableDemo.vue | 2 -- .../computer-fundamentals/LanguageEvolutionDemo.vue | 3 --- .../appendix/computer-fundamentals/LanguageMapDemo.vue | 4 ---- .../appendix/computer-fundamentals/LanguageScenarioDemo.vue | 2 -- .../computer-fundamentals/LanguageTypeModelDemo.vue | 2 -- .../appendix/computer-fundamentals/LinearStructuresDemo.vue | 2 -- .../appendix/computer-fundamentals/LogicGateDemo.vue | 6 +----- .../appendix/computer-fundamentals/MemoryDemo.vue | 4 ---- .../appendix/computer-fundamentals/NetworkLayers.vue | 5 ----- .../appendix/computer-fundamentals/NetworkOverviewDemo.vue | 2 -- .../appendix/computer-fundamentals/NetworkPrincipleDemo.vue | 2 -- .../appendix/computer-fundamentals/OSSystemOverviewDemo.vue | 2 -- .../appendix/computer-fundamentals/PhysicalLayerDemo.vue | 2 -- .../appendix/computer-fundamentals/ProcessDemo.vue | 4 ---- .../computer-fundamentals/ProcessMemoryFilesystemDemo.vue | 2 -- .../ProgrammingLanguageComparisonDemo.vue | 2 -- .../computer-fundamentals/ProgrammingParadigmDemo.vue | 2 -- .../computer-fundamentals/RecursiveThinkingDemo.vue | 2 -- .../appendix/computer-fundamentals/SearchAlgorithmDemo.vue | 2 -- .../appendix/computer-fundamentals/SortingAlgorithmDemo.vue | 2 -- .../appendix/computer-fundamentals/StorageDemo.vue | 4 ---- .../appendix/computer-fundamentals/StorageHierarchyDemo.vue | 2 -- .../appendix/computer-fundamentals/SubnetCalculator.vue | 4 ---- .../appendix/computer-fundamentals/TcpUdpComparison.vue | 4 ---- .../appendix/computer-fundamentals/TcpUdpSimple.vue | 1 - .../appendix/computer-fundamentals/TransistorDemo.vue | 4 ---- .../appendix/computer-fundamentals/TransmissionDemo.vue | 4 ---- .../appendix/computer-fundamentals/TransportLayerDemo.vue | 2 -- .../appendix/computer-fundamentals/TreeStructureDemo.vue | 2 -- .../appendix/computer-fundamentals/TypeSystemDemo.vue | 5 ----- 50 files changed, 1 insertion(+), 142 deletions(-) diff --git a/docs/.vitepress/theme/components/appendix/computer-fundamentals/AdderDemo.vue b/docs/.vitepress/theme/components/appendix/computer-fundamentals/AdderDemo.vue index 389acad..bffe280 100644 --- a/docs/.vitepress/theme/components/appendix/computer-fundamentals/AdderDemo.vue +++ b/docs/.vitepress/theme/components/appendix/computer-fundamentals/AdderDemo.vue @@ -1,7 +1,6 @@