We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1127b4d commit 3b22abeCopy full SHA for 3b22abe
README.md
@@ -24,12 +24,12 @@ http://alloyteam.github.io/code-guide/
24
| |-- [image] //主要image文件夹
25
| | |-- img1.png
26
| | ...
27
- | |-- [styleNameA] //皮肤A的文件夹
+ | |-- [style-name-a] //皮肤A的文件夹
28
| | |-- [image] //皮肤A的image
29
- | | |-- styleNameA.css //皮肤A的css文件
+ | | |-- style-name-a.css //皮肤A的css文件
30
31
- | |-- [styleNameB] //皮肤B的文件夹
32
- | |-- [styleNameC] //皮肤C的文件夹
+ | |-- [style-name-b] //皮肤B的文件夹
+ | |-- [style-name-c] //皮肤C的文件夹
33
| |-- main.css //主要css文件
34
|--[audio] //所有样式相关的audio音频文件
35
| |-- sound.mp3 //audio文件
@@ -38,7 +38,7 @@ http://alloyteam.github.io/code-guide/
38
...
39
40
41
-ps:文件名全部英文小写,尽量不要加复数s,必要时可以使用下划线“_”。
+ps:文件名全部英文小写,尽量不要加复数s,必要时可以使用中划线“-”。
42
43
44
0 commit comments