You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -44,6 +45,7 @@ The general functions of Wutong are listed below (v0.1.0-beta):
44
45
| color | Convert between RGB and Hex colors |
45
46
| md5 | Hash input strings using MD5 |
46
47
| charcode | Convert string encodings |
48
+
| flow | Manage git repositories according to the Gitflow workflow |
47
49
48
50
---
49
51
@@ -71,5 +73,21 @@ We sincerely thank the following individuals who have made outstanding contribut
71
73
72
74
---
73
75
76
+
FAQ
77
+
78
+
Q1: Why is it named "Wutong"?
79
+
A: The name originates from developer Gavin's friend, Silent, whose favorite tree species is the Chinese parasol tree (梧桐). "Wutong" is the Pinyin transliteration of the tree's Chinese name.
80
+
81
+
Q2: Why was Rust chosen as the development language?
82
+
A: Rust was selected as the optimal technical choice after evaluating languages like Python, C++, and C, due to its cross-platform capabilities, memory safety features, and high-performance execution that align with the project's requirements.
83
+
84
+
Q3: Why is only macOS currently supported?
85
+
A: Current development prioritizes core feature refinement and rapid iteration. Windows and Linux versions are on the roadmap, with multi-platform adaptation scheduled to commence once core functionalities are stabilized.
86
+
87
+
Q4: Where can I learn more about Gavin?
88
+
A: Visit [Gavin's GitHub profile](https://github.com/GavZheng) to explore his technical contributions and open-source projects.
0 commit comments