From e7afe13cec472ae790534a0d0f1bcc96d125acc2 Mon Sep 17 00:00:00 2001 From: kiui Date: Tue, 11 Jun 2024 09:13:07 -0700 Subject: [PATCH] update --- docs/index.md | 40 ++++++++++++++++++++-------------------- docs/mac/tips.md | 15 +++++++++++++++ docs/minecraft/server.md | 5 +++++ 3 files changed, 40 insertions(+), 20 deletions(-) create mode 100644 docs/mac/tips.md create mode 100644 docs/minecraft/server.md diff --git a/docs/index.md b/docs/index.md index 263441b85..29b1b368f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,23 +4,23 @@ [kiui](https://kiui.moe/)'s notebook. ## Recent Updates -- [grid_sample.md](deeplearning\grid_sample/)
2024-03-08 18:19:32.167192
-- [autocast.md](deeplearning\autocast/)
2024-03-07 17:10:22.044084
-- [powertoys.md](windows\powertoys/)
2024-02-19 10:16:31.411208
-- [huggingface.md](python\huggingface/)
2024-02-19 10:16:30.803809
-- [pbr.md](graphics\pbr/)
2024-02-19 10:16:30.194905
-- [blender_tutorial.md](blender\blender_tutorial/)
2024-01-12 15:31:58.006811
-- [pypi_publish.md](python\pypi_publish/)
2024-01-12 15:31:57.991084
-- [blender_script.md](blender\blender_script/)
2024-01-12 15:31:57.975083
-- [sphinx_doc.md](python\sphinx_doc/)
2024-01-12 15:31:57.928192
-- [basics.md](godot\basics/)
2024-01-12 15:31:57.912180
-- [mkdocs.md](python\mkdocs/)
2023-12-29 14:32:16.436796
-- [trojan.md](web\proxy\trojan/)
2023-12-29 14:29:49.998239
-- [frp_reverse_proxy.md](web\proxy\frp_reverse_proxy/)
2023-12-29 14:29:49.994726
-- [http.md](web\frontend\html\http/)
2023-12-29 14:29:49.993438
-- [css.md](web\frontend\html\css/)
2023-12-29 14:29:49.990813
-- [html.md](web\frontend\html\html/)
2023-12-29 14:29:49.990813
-- [react-basics.md](web\frontend\react-basics/)
2023-12-29 14:29:49.986814
-- [nodejs_basics.md](web\frontend\nodejs_basics/)
2023-12-29 14:29:49.985230
-- [javascript_basics.md](web\frontend\javascript_basics/)
2023-12-29 14:29:49.984229
-- [javascript_advanced.md](web\frontend\javascript_advanced/)
2023-12-29 14:29:49.982230
+- [tips.md](mac\tips/)
2024-06-11 09:12:38.218163
+- [server.md](minecraft\server/)
2024-01-27 06:20:34.988168
+- [sphinx_doc.md](python\sphinx_doc/)
2024-01-11 07:59:04.735043
+- [basics.md](godot\basics/)
2024-01-06 21:19:24.855045
+- [rebuttals.md](writings\rebuttals/)
2024-01-06 21:19:24.838534
+- [review.md](writings\review/)
2024-01-06 21:19:24.838534
+- [societal_impact.md](writings\societal_impact/)
2024-01-06 21:19:24.838534
+- [web_overview.md](web\web_overview/)
2024-01-06 21:19:24.837537
+- [xpath.md](web\scrape\xpath/)
2024-01-06 21:19:24.837537
+- [cuda.md](windows\cuda/)
2024-01-06 21:19:24.837537
+- [examples.md](writings\examples/)
2024-01-06 21:19:24.837537
+- [pitfalls.md](writings\pitfalls/)
2024-01-06 21:19:24.837537
+- [trojan-go.md](web\proxy\trojan-go/)
2024-01-06 21:19:24.836251
+- [trojan.md](web\proxy\trojan/)
2024-01-06 21:19:24.836251
+- [rsshub.md](web\rss\rsshub/)
2024-01-06 21:19:24.836251
+- [ttrss.md](web\rss\ttrss/)
2024-01-06 21:19:24.836251
+- [grab.md](web\scrape\grab/)
2024-01-06 21:19:24.836251
+- [concepts.md](web\proxy\concepts/)
2024-01-06 21:19:24.835251
+- [frp_reverse_proxy.md](web\proxy\frp_reverse_proxy/)
2024-01-06 21:19:24.835251
+- [set_usual_apps_proxy.md](web\proxy\set_usual_apps_proxy/)
2024-01-06 21:19:24.835251
diff --git a/docs/mac/tips.md b/docs/mac/tips.md new file mode 100644 index 000000000..31823de7d --- /dev/null +++ b/docs/mac/tips.md @@ -0,0 +1,15 @@ +### Convenient things + +* add Chinese input: settings --> text input --> edit --> + +* command is "control" in Windows! + * globe key is at the position of Windows "control", but it's more like Windows "alt" and has no use in most cases. + * remap globe and command: settings --> keyboard --> keyboard shortcuts --> modifier keys +* control + space: change input method +* command + space: spotlight search (useful to launch other apps) +* 3 fingers swipe up: show all windows! +* dock and application status + * a black dot underneath means **running in background**. It happens when you click left-top-"x". Use command + Q to fully exit. + * left-top-“-” will minimize the window to the right part of the dock, this will put the app in hibernation. Don't use it. + * dock can be hidden from settings. + +* split screen: buy magnet from app store... \ No newline at end of file diff --git a/docs/minecraft/server.md b/docs/minecraft/server.md new file mode 100644 index 000000000..1ba796b18 --- /dev/null +++ b/docs/minecraft/server.md @@ -0,0 +1,5 @@ +## Server + +如何组建一个基本的服务器: + +* HMCL启动器:https://github.com/HMCL-dev/HMCL \ No newline at end of file