diff --git a/.gitignore b/.gitignore index aca820c2..51f45def 100644 --- a/.gitignore +++ b/.gitignore @@ -1,41 +1,30 @@ +*.bak +*.classpath *.iml -.gradle -/LocalRepository -/keystores -/local.properties -/.idea/caches -/.idea/codeStyles -/.idea/inspectionProfiles -/.idea/libraries -/.idea/dictionaries -/.idea/markdown-navigator -/.idea/*.xml -.DS_Store -/build -/captures -.externalNativeBuild *.project -*/*.project -*.classpath */*.classpath -.settings/* +*/*.project */.settings/* -/app/pppscn.jks -/app/release/* -/app/build/* -/psd -/keystore/keystore.properties -/app/release -/keystore -*.bak -/pic/working_principle.drawio -/app/debug +.DS_Store +.externalNativeBuild +.gradle +.settings/* +/*.txt /.idea +/LocalRepository +/app/build +/app/debug /app/mapping.txt +/app/pppscn.jks +/app/release /app/seeds.txt +/app/src/test /app/unused.txt +/build +/captures +/keystore +/local.properties /pic/*.bkp -/*.txt -/pic/Troubleshooting_Process.vsdx -/pic/working_principle_en.drawio -/app/src/test +/pic/*.drawio +/pic/*.vsdx +/psd diff --git a/README_en.md b/README_en.md index 7061aad7..d303f60b 100644 --- a/README_en.md +++ b/README_en.md @@ -68,7 +68,7 @@ See more screenshots:https://github.com/pppscn/SmsForwarder/wiki > ⚠ Gitee: https://gitee.com/pp/SmsForwarder/wikis/pages -![Troubleshooting_Process](pic/Troubleshooting_Process.png "Troubleshooting_Process.png") +![Troubleshooting_Process](pic/Troubleshooting_Process_en.png "Troubleshooting_Process_en.png") -------- diff --git a/pic/Troubleshooting_Process_en.png b/pic/Troubleshooting_Process_en.png new file mode 100644 index 00000000..364a598a Binary files /dev/null and b/pic/Troubleshooting_Process_en.png differ