更改

跳到导航 跳到搜索
删除31字节 、 2021年8月8日 (日) 06:18
第60行: 第60行:  
==开始==
 
==开始==
 
===了解Json===
 
===了解Json===
You'll notice a lot of files with <tt>.json</tt> at the end of the name when creating mods for Stardew Valley. That means they're formatted as JSON, which is just a way of writing text that's readable to code. If you haven't used JSON before, reading ''[https://towardsdatascience.com/an-introduction-to-json-c9acb464f43e An Introduction to JSON]'' first will be very helpful to understand what the files are doing.
+
在为 Stardew Valley 创建 mod 时,您会注意到很多文件的名称末尾带有 <tt>.json</tt> 。 这意味着它们被格式化为 JSON ,这只是一种编写代码可读的文本的方式。 如果您以前没有使用过 JSON ,请阅读 ''[https://towardsdatascience.com/an-introduction-to-json-c9acb464f43e An Introduction to JSON]'' 会助于了解文件在做什么。
    
===Create example mod===
 
===Create example mod===
40

个编辑

导航菜单