.
- '_<_l_e_t_t_e_r_> Go to a previously marked position.
- '' Go to the previous position.
- ^X^X Same as '.
- ESC-m_<_l_e_t_t_e_r_> Clear a mark.
- ---------------------------------------------------
- A mark is any upper-case or lower-case letter.
- Certain marks are predefined:
- ^ means beginning of the file
- $ means end of the file
- ---------------------------------------------------------------------------
-
- CCHHAANNGGIINNGG FFIILLEESS
-
- :e [_f_i_l_e] Examine a new file.
- ^X^V Same as :e.
- :n * Examine the (_N-th) next file from the command line.
- :p * Examine the (_N-th) previous file from the command line.
- :x * Examine the first (or _N-th) file from the command line.
- ^O^O Open the currently selected OSC8 hyperlink.
- :d Delete the current file from the command line list.
- = ^G :f Print current file name.
- ---------------------------------------------------------------------------
-
- MMIISSCCEELLLLAANNEEOOUUSS CCOOMMMMAANNDDSS
-
diff --git a/mocks/class-schedule-mock.html b/mocks/class-schedule-mock.html
deleted file mode 100644
index 454d787..0000000
--- a/mocks/class-schedule-mock.html
+++ /dev/null
@@ -1,459 +0,0 @@
-
-
-
-
-
-课程表组件 Mock - 阑山桌面
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/mocks/weather-widget-mock.html b/mocks/weather-widget-mock.html
deleted file mode 100644
index d68e104..0000000
--- a/mocks/weather-widget-mock.html
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-
-
-
-天气组件 Mock V2 - 阑山桌面
-
-
-
-
-
-
-
- |
-
-
-
-
-
-Google Weather — 纯渐变,无装饰
-
-
-Geometric — 径向渐变光晕 + 弧线段
-
-
-Breezy — 径向渐变光晕 + 波浪线 + 弧线段
-
-
-Lemon — 径向渐变光晕 + 天气场景装饰
-
-
-
-
-
diff --git a/testicon/Program.cs b/testicon/Program.cs
deleted file mode 100644
index bc5534a..0000000
--- a/testicon/Program.cs
+++ /dev/null
@@ -1 +0,0 @@
-using System; class Program { static void Main() { foreach (var name in Enum.GetNames(typeof(FluentIcons.Common.Symbol))) Console.WriteLine(name); } }
diff --git a/testicon/testicon.csproj b/testicon/testicon.csproj
deleted file mode 100644
index 294d4da..0000000
--- a/testicon/testicon.csproj
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
- Exe
- net10.0
- enable
- enable
- 1.0.0
-
-
-