diff --git a/src/other/temp.js b/src/other/temp.js index f7ace91..02e9487 100644 --- a/src/other/temp.js +++ b/src/other/temp.js @@ -24,4 +24,6 @@ function kmpSearch(str, pattern) { //try to use KMP var strStr = function(haystack, needle) { return kmpSearch(haystack, needle); -}; \ No newline at end of file +}; +// 本地git账号邮箱密码重新配置了 +// 再次尝试使用新身份提交 \ No newline at end of file