1
0
mirror of https://gitee.com/tawords/tawords-docs synced 2025-09-14 05:51:37 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

文件路径规范化

This commit is contained in:
2021-08-07 01:21:24 +08:00
parent cddd5eaacf
commit 5b4339569a
86 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,2 @@
为避免重复及便于识别,应用名中不能出现特殊字符,应用识别名须遵循驼峰式书写规范,只能包含`大小写字母`和下划线`_`,应用目录名为应用识别名,定义的所有函数需要以应用识别名加`_`作为前缀;
所有目录及文件名,全部小写,不得出现大写字母;