diff --git a/docs/src/update_logs.md b/docs/src/update_logs.md index 705fbe1..b1a4044 100644 --- a/docs/src/update_logs.md +++ b/docs/src/update_logs.md @@ -54,6 +54,16 @@ - Now when the game crashes, it will automatically output the crash log in stdio - The content of the crash log is basically the same as the crash report +### Docs + +- `howto/translate.md` + - 修改为新的 tr 调用方式 + - Modified to the new tr call method +- `SUMMARY.md` + - add `howto/translate.md` + - add `howto/game/readme.md` + - `contributors` -> `Contributing` + ### Mod Loader - `ModInfo` diff --git a/test/data.jl b/test/data.jl deleted file mode 100644 index 82fd388..0000000 --- a/test/data.jl +++ /dev/null @@ -1,14 +0,0 @@ - - - -struct a_part - part_type :: String - part_id :: UInt64 - enable :: Bool - x :: Float64 - y :: Float64 - x_v :: Float64 - y_v :: Float64 - angle :: Float16 - angle_v :: Float64 -end \ No newline at end of file