diff --git a/django-interactive-environment/index.html b/django-interactive-environment/index.html
index ea1c294b..e65fd68f 100644
--- a/django-interactive-environment/index.html
+++ b/django-interactive-environment/index.html
@@ -9,7 +9,7 @@
-
+
@@ -28,7 +28,7 @@
"@type": "WebPage",
"@id": "https:\/\/example.com\/django-interactive-environment\/"
},"image": ["https:\/\/example.com\/images\/Apple-Devices-Preview.png"],"genre": "posts","wordcount": 21 ,
- "url": "https:\/\/example.com\/django-interactive-environment\/","datePublished": "2023-09-18T15:51:34+08:00","dateModified": "2023-10-27T14:03:45+08:00","license": "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.","publisher": {
+ "url": "https:\/\/example.com\/django-interactive-environment\/","datePublished": "2023-09-18T15:51:34+08:00","dateModified": "2023-10-27T14:22:22+08:00","license": "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.","publisher": {
"@type": "Organization",
"name": "xxxx","logo": "https:\/\/example.com\/images\/avatar.jpeg"},"author": {
"@type": "Person",
@@ -146,7 +146,8 @@
目录
-
更新于 2023-10-27
+
更新于 2023-10-27
+ c8415cd
diff --git a/download-ipa/index.html b/download-ipa/index.html
index a2e7f98b..57b7cccd 100644
--- a/download-ipa/index.html
+++ b/download-ipa/index.html
@@ -9,14 +9,14 @@
-
+
-
+
+
+
+
+
+ 代码提交规范
+
+
更新于 2023-10-25 约 248 字
+ 预计阅读 1 分钟
+
代码提交记录示例
+
+
+1
+2
+
|
+
+feat(home): add a homepage
+feat(首页): 添加一个首页
+
|
+
+
格式说明
+
提交信息由 Header
+Body
+Footer
组成
+Header
:feat
: 本次提交类型描述
+Body
:(home)
: 功能模块,自己分类
+Footer
:add a homepage
: 具体描述
+
提交类型说明
+
+
+
+type |
+说明 |
+
+
+
+
+feat |
+新增feature |
+
+
+fix |
+修复bug |
+
+
+docs |
+文档修改,比如readme文件 |
+
+
+perf |
+优化 |
+
+
+style |
+修改了代码格式,不修改逻辑,比如删除多余的空格和空行 |
+
+
+refactor |
+代码重构,没有新增功能,也没有修复bug |
+
+
+test |
+测试用例,包含单元测试和集成测试 |
+
+
+ci |
+修改ci配置文件或者脚本,比如jenkins fastlane |
+
+
+chore |
+修改构建脚本,或者增加依赖库,工具等 |
+
+
+revert |
+回滚之前的commit |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+