diff --git a/.idea/dictionaries/yuzhouwan.xml b/.idea/dictionaries/yuzhouwan.xml index 0f839827..f1c9d8de 100644 --- a/.idea/dictionaries/yuzhouwan.xml +++ b/.idea/dictionaries/yuzhouwan.xml @@ -24,6 +24,7 @@ Liam LittleCuteRabbit P_fzr + StarDrewer Terence.Sun Yves-Liu ZZhang @@ -45,9 +46,10 @@ cute dada diz - do + drew drtang2000 ent + er feng fengxuanmo fzr @@ -134,8 +136,6 @@ zhgetyou zhi zhilin - zs - zsdostar diff --git a/Codes/zsdostar/1176_diet-plan-performance/solve.py b/Codes/StarDrewer/1176_diet-plan-performance/solve.py similarity index 100% rename from Codes/zsdostar/1176_diet-plan-performance/solve.py rename to Codes/StarDrewer/1176_diet-plan-performance/solve.py diff --git a/Codes/zsdostar/1189_maximum-number-of-balloons/solve.go b/Codes/StarDrewer/1189_maximum-number-of-balloons/solve.go similarity index 100% rename from Codes/zsdostar/1189_maximum-number-of-balloons/solve.go rename to Codes/StarDrewer/1189_maximum-number-of-balloons/solve.go diff --git a/Codes/zsdostar/1190_reverse-substrings-between-each-pair-of-parentheses/solve.go b/Codes/StarDrewer/1190_reverse-substrings-between-each-pair-of-parentheses/solve.go similarity index 100% rename from Codes/zsdostar/1190_reverse-substrings-between-each-pair-of-parentheses/solve.go rename to Codes/StarDrewer/1190_reverse-substrings-between-each-pair-of-parentheses/solve.go diff --git a/Codes/zsdostar/11_container-with-most-water/solve.go b/Codes/StarDrewer/11_container-with-most-water/solve.go similarity index 100% rename from Codes/zsdostar/11_container-with-most-water/solve.go rename to Codes/StarDrewer/11_container-with-most-water/solve.go diff --git a/Codes/zsdostar/1217_play-with-chips/solve.go b/Codes/StarDrewer/1217_play-with-chips/solve.go similarity index 100% rename from Codes/zsdostar/1217_play-with-chips/solve.go rename to Codes/StarDrewer/1217_play-with-chips/solve.go diff --git a/Codes/zsdostar/12_integer-to-roman/solve.go b/Codes/StarDrewer/12_integer-to-roman/solve.go similarity index 100% rename from Codes/zsdostar/12_integer-to-roman/solve.go rename to Codes/StarDrewer/12_integer-to-roman/solve.go diff --git a/Codes/zsdostar/138_copy-list-with-random-pointer/solve.py b/Codes/StarDrewer/138_copy-list-with-random-pointer/solve.py similarity index 100% rename from Codes/zsdostar/138_copy-list-with-random-pointer/solve.py rename to Codes/StarDrewer/138_copy-list-with-random-pointer/solve.py diff --git a/Codes/zsdostar/13_roman-to-integer/solve.go b/Codes/StarDrewer/13_roman-to-integer/solve.go similarity index 100% rename from Codes/zsdostar/13_roman-to-integer/solve.go rename to Codes/StarDrewer/13_roman-to-integer/solve.go diff --git a/Codes/zsdostar/14_longest-common-prefix/solve.go b/Codes/StarDrewer/14_longest-common-prefix/solve.go similarity index 100% rename from Codes/zsdostar/14_longest-common-prefix/solve.go rename to Codes/StarDrewer/14_longest-common-prefix/solve.go diff --git a/Codes/zsdostar/15_3sum/solve.go b/Codes/StarDrewer/15_3sum/solve.go similarity index 100% rename from Codes/zsdostar/15_3sum/solve.go rename to Codes/StarDrewer/15_3sum/solve.go diff --git a/Codes/zsdostar/16_3sum-closest/solve.go b/Codes/StarDrewer/16_3sum-closest/solve.go similarity index 100% rename from Codes/zsdostar/16_3sum-closest/solve.go rename to Codes/StarDrewer/16_3sum-closest/solve.go diff --git a/Codes/zsdostar/17_letter-combinations-of-a-phone-number/solve.go b/Codes/StarDrewer/17_letter-combinations-of-a-phone-number/solve.go similarity index 100% rename from Codes/zsdostar/17_letter-combinations-of-a-phone-number/solve.go rename to Codes/StarDrewer/17_letter-combinations-of-a-phone-number/solve.go diff --git a/Codes/zsdostar/19_remove-nth-node-from-end-of-list/solve.go b/Codes/StarDrewer/19_remove-nth-node-from-end-of-list/solve.go similarity index 100% rename from Codes/zsdostar/19_remove-nth-node-from-end-of-list/solve.go rename to Codes/StarDrewer/19_remove-nth-node-from-end-of-list/solve.go diff --git a/Codes/zsdostar/1_two-sum/solve.go b/Codes/StarDrewer/1_two-sum/solve.go similarity index 100% rename from Codes/zsdostar/1_two-sum/solve.go rename to Codes/StarDrewer/1_two-sum/solve.go diff --git a/Codes/zsdostar/20_valid-parentheses/solve.go b/Codes/StarDrewer/20_valid-parentheses/solve.go similarity index 100% rename from Codes/zsdostar/20_valid-parentheses/solve.go rename to Codes/StarDrewer/20_valid-parentheses/solve.go diff --git a/Codes/zsdostar/21_merge-two-sorted-lists/solve.go b/Codes/StarDrewer/21_merge-two-sorted-lists/solve.go similarity index 100% rename from Codes/zsdostar/21_merge-two-sorted-lists/solve.go rename to Codes/StarDrewer/21_merge-two-sorted-lists/solve.go diff --git a/Codes/zsdostar/23_merge-k-sorted-lists/solve.go b/Codes/StarDrewer/23_merge-k-sorted-lists/solve.go similarity index 100% rename from Codes/zsdostar/23_merge-k-sorted-lists/solve.go rename to Codes/StarDrewer/23_merge-k-sorted-lists/solve.go diff --git a/Codes/zsdostar/24_swap-nodes-in-pairs/solve.go b/Codes/StarDrewer/24_swap-nodes-in-pairs/solve.go similarity index 100% rename from Codes/zsdostar/24_swap-nodes-in-pairs/solve.go rename to Codes/StarDrewer/24_swap-nodes-in-pairs/solve.go diff --git a/Codes/zsdostar/26_remove-duplicates-from-sorted-array/solve.go b/Codes/StarDrewer/26_remove-duplicates-from-sorted-array/solve.go similarity index 100% rename from Codes/zsdostar/26_remove-duplicates-from-sorted-array/solve.go rename to Codes/StarDrewer/26_remove-duplicates-from-sorted-array/solve.go diff --git a/Codes/zsdostar/27_remove-element/solve.go b/Codes/StarDrewer/27_remove-element/solve.go similarity index 100% rename from Codes/zsdostar/27_remove-element/solve.go rename to Codes/StarDrewer/27_remove-element/solve.go diff --git a/Codes/zsdostar/28_implement-strstr/solve.go b/Codes/StarDrewer/28_implement-strstr/solve.go similarity index 100% rename from Codes/zsdostar/28_implement-strstr/solve.go rename to Codes/StarDrewer/28_implement-strstr/solve.go diff --git a/Codes/zsdostar/29_divide-two-integers/solve.go b/Codes/StarDrewer/29_divide-two-integers/solve.go similarity index 100% rename from Codes/zsdostar/29_divide-two-integers/solve.go rename to Codes/StarDrewer/29_divide-two-integers/solve.go diff --git a/Codes/zsdostar/2_add-two-numbers/solve.go b/Codes/StarDrewer/2_add-two-numbers/solve.go similarity index 100% rename from Codes/zsdostar/2_add-two-numbers/solve.go rename to Codes/StarDrewer/2_add-two-numbers/solve.go diff --git a/Codes/zsdostar/30_substring-with-concatenation-of-all-words/solve.py b/Codes/StarDrewer/30_substring-with-concatenation-of-all-words/solve.py similarity index 100% rename from Codes/zsdostar/30_substring-with-concatenation-of-all-words/solve.py rename to Codes/StarDrewer/30_substring-with-concatenation-of-all-words/solve.py diff --git a/Codes/zsdostar/31_next-permutation/solve.go b/Codes/StarDrewer/31_next-permutation/solve.go similarity index 100% rename from Codes/zsdostar/31_next-permutation/solve.go rename to Codes/StarDrewer/31_next-permutation/solve.go diff --git a/Codes/zsdostar/35_search-insert-position/solve.go b/Codes/StarDrewer/35_search-insert-position/solve.go similarity index 100% rename from Codes/zsdostar/35_search-insert-position/solve.go rename to Codes/StarDrewer/35_search-insert-position/solve.go diff --git a/Codes/zsdostar/393_utf-8-validation/solve.py b/Codes/StarDrewer/393_utf-8-validation/solve.py similarity index 100% rename from Codes/zsdostar/393_utf-8-validation/solve.py rename to Codes/StarDrewer/393_utf-8-validation/solve.py diff --git a/Codes/zsdostar/3_longest-substring-without-repeating-characters/solve.go b/Codes/StarDrewer/3_longest-substring-without-repeating-characters/solve.go similarity index 100% rename from Codes/zsdostar/3_longest-substring-without-repeating-characters/solve.go rename to Codes/StarDrewer/3_longest-substring-without-repeating-characters/solve.go diff --git a/Codes/zsdostar/3_longest-substring-without-repeating-characters/solve.py b/Codes/StarDrewer/3_longest-substring-without-repeating-characters/solve.py similarity index 100% rename from Codes/zsdostar/3_longest-substring-without-repeating-characters/solve.py rename to Codes/StarDrewer/3_longest-substring-without-repeating-characters/solve.py diff --git a/Codes/zsdostar/4_median-of-two-sorted-arrays/solve.go b/Codes/StarDrewer/4_median-of-two-sorted-arrays/solve.go similarity index 100% rename from Codes/zsdostar/4_median-of-two-sorted-arrays/solve.go rename to Codes/StarDrewer/4_median-of-two-sorted-arrays/solve.go diff --git a/Codes/zsdostar/509_fibonacci-number/solve.go b/Codes/StarDrewer/509_fibonacci-number/solve.go similarity index 100% rename from Codes/zsdostar/509_fibonacci-number/solve.go rename to Codes/StarDrewer/509_fibonacci-number/solve.go diff --git a/Codes/zsdostar/50_powx-n/solve.go b/Codes/StarDrewer/50_powx-n/solve.go similarity index 100% rename from Codes/zsdostar/50_powx-n/solve.go rename to Codes/StarDrewer/50_powx-n/solve.go diff --git a/Codes/zsdostar/50_powx-n/solve_test.go b/Codes/StarDrewer/50_powx-n/solve_test.go similarity index 100% rename from Codes/zsdostar/50_powx-n/solve_test.go rename to Codes/StarDrewer/50_powx-n/solve_test.go diff --git a/Codes/zsdostar/53_maximum-subarray/solve.go b/Codes/StarDrewer/53_maximum-subarray/solve.go similarity index 100% rename from Codes/zsdostar/53_maximum-subarray/solve.go rename to Codes/StarDrewer/53_maximum-subarray/solve.go diff --git a/Codes/zsdostar/53_maximum-subarray/solve_test.go b/Codes/StarDrewer/53_maximum-subarray/solve_test.go similarity index 100% rename from Codes/zsdostar/53_maximum-subarray/solve_test.go rename to Codes/StarDrewer/53_maximum-subarray/solve_test.go diff --git a/Codes/zsdostar/58_length-of-last-word/solve.go b/Codes/StarDrewer/58_length-of-last-word/solve.go similarity index 100% rename from Codes/zsdostar/58_length-of-last-word/solve.go rename to Codes/StarDrewer/58_length-of-last-word/solve.go diff --git a/Codes/zsdostar/58_length-of-last-word/solve_test.go b/Codes/StarDrewer/58_length-of-last-word/solve_test.go similarity index 100% rename from Codes/zsdostar/58_length-of-last-word/solve_test.go rename to Codes/StarDrewer/58_length-of-last-word/solve_test.go diff --git a/Codes/zsdostar/5_longest-palindromic-substring/solve.go b/Codes/StarDrewer/5_longest-palindromic-substring/solve.go similarity index 100% rename from Codes/zsdostar/5_longest-palindromic-substring/solve.go rename to Codes/StarDrewer/5_longest-palindromic-substring/solve.go diff --git a/Codes/zsdostar/66_plus-one/solve.go b/Codes/StarDrewer/66_plus-one/solve.go similarity index 100% rename from Codes/zsdostar/66_plus-one/solve.go rename to Codes/StarDrewer/66_plus-one/solve.go diff --git a/Codes/zsdostar/66_plus-one/solve_test.go b/Codes/StarDrewer/66_plus-one/solve_test.go similarity index 100% rename from Codes/zsdostar/66_plus-one/solve_test.go rename to Codes/StarDrewer/66_plus-one/solve_test.go diff --git a/Codes/zsdostar/67_add-binary/solve.go b/Codes/StarDrewer/67_add-binary/solve.go similarity index 100% rename from Codes/zsdostar/67_add-binary/solve.go rename to Codes/StarDrewer/67_add-binary/solve.go diff --git a/Codes/zsdostar/67_add-binary/solve_test.go b/Codes/StarDrewer/67_add-binary/solve_test.go similarity index 100% rename from Codes/zsdostar/67_add-binary/solve_test.go rename to Codes/StarDrewer/67_add-binary/solve_test.go diff --git a/Codes/zsdostar/6_zigzag-conversion/solve.go b/Codes/StarDrewer/6_zigzag-conversion/solve.go similarity index 100% rename from Codes/zsdostar/6_zigzag-conversion/solve.go rename to Codes/StarDrewer/6_zigzag-conversion/solve.go diff --git a/Codes/zsdostar/7_reverse-integer/solve.go b/Codes/StarDrewer/7_reverse-integer/solve.go similarity index 100% rename from Codes/zsdostar/7_reverse-integer/solve.go rename to Codes/StarDrewer/7_reverse-integer/solve.go diff --git a/Codes/zsdostar/80_remove-duplicates-from-sorted-array-ii/solve.go b/Codes/StarDrewer/80_remove-duplicates-from-sorted-array-ii/solve.go similarity index 100% rename from Codes/zsdostar/80_remove-duplicates-from-sorted-array-ii/solve.go rename to Codes/StarDrewer/80_remove-duplicates-from-sorted-array-ii/solve.go diff --git a/Codes/zsdostar/80_remove-duplicates-from-sorted-array-ii/solve_test.go b/Codes/StarDrewer/80_remove-duplicates-from-sorted-array-ii/solve_test.go similarity index 100% rename from Codes/zsdostar/80_remove-duplicates-from-sorted-array-ii/solve_test.go rename to Codes/StarDrewer/80_remove-duplicates-from-sorted-array-ii/solve_test.go diff --git a/Codes/zsdostar/82_remove-duplicates-from-sorted-list-ii/solve.go b/Codes/StarDrewer/82_remove-duplicates-from-sorted-list-ii/solve.go similarity index 100% rename from Codes/zsdostar/82_remove-duplicates-from-sorted-list-ii/solve.go rename to Codes/StarDrewer/82_remove-duplicates-from-sorted-list-ii/solve.go diff --git a/Codes/zsdostar/82_remove-duplicates-from-sorted-list-ii/solve_test.go b/Codes/StarDrewer/82_remove-duplicates-from-sorted-list-ii/solve_test.go similarity index 100% rename from Codes/zsdostar/82_remove-duplicates-from-sorted-list-ii/solve_test.go rename to Codes/StarDrewer/82_remove-duplicates-from-sorted-list-ii/solve_test.go diff --git a/Codes/zsdostar/83_remove-duplicates-from-sorted-list/solve.go b/Codes/StarDrewer/83_remove-duplicates-from-sorted-list/solve.go similarity index 100% rename from Codes/zsdostar/83_remove-duplicates-from-sorted-list/solve.go rename to Codes/StarDrewer/83_remove-duplicates-from-sorted-list/solve.go diff --git a/Codes/zsdostar/83_remove-duplicates-from-sorted-list/solve_test.go b/Codes/StarDrewer/83_remove-duplicates-from-sorted-list/solve_test.go similarity index 100% rename from Codes/zsdostar/83_remove-duplicates-from-sorted-list/solve_test.go rename to Codes/StarDrewer/83_remove-duplicates-from-sorted-list/solve_test.go diff --git a/Codes/zsdostar/88_merge-sorted-array/solve.go b/Codes/StarDrewer/88_merge-sorted-array/solve.go similarity index 100% rename from Codes/zsdostar/88_merge-sorted-array/solve.go rename to Codes/StarDrewer/88_merge-sorted-array/solve.go diff --git a/Codes/zsdostar/88_merge-sorted-array/solve_test.go b/Codes/StarDrewer/88_merge-sorted-array/solve_test.go similarity index 100% rename from Codes/zsdostar/88_merge-sorted-array/solve_test.go rename to Codes/StarDrewer/88_merge-sorted-array/solve_test.go diff --git a/Codes/zsdostar/8_string-to-integer-atoi/solve.go b/Codes/StarDrewer/8_string-to-integer-atoi/solve.go similarity index 100% rename from Codes/zsdostar/8_string-to-integer-atoi/solve.go rename to Codes/StarDrewer/8_string-to-integer-atoi/solve.go diff --git a/Codes/zsdostar/9_palindrome-number/solve.go b/Codes/StarDrewer/9_palindrome-number/solve.go similarity index 100% rename from Codes/zsdostar/9_palindrome-number/solve.go rename to Codes/StarDrewer/9_palindrome-number/solve.go diff --git a/Codes/StarDrewer/README.md b/Codes/StarDrewer/README.md new file mode 100644 index 00000000..0fc504ce --- /dev/null +++ b/Codes/StarDrewer/README.md @@ -0,0 +1,12 @@ +## LeetCode刷题计划 + +### 关于 +- 在职, 通过刷题锻炼算法水平 +- 最近在学 C++, 想锻炼下熟练度 +- leetcode-cn [StarDrewer](https://leetcode-cn.com/u/StarDrewer) +- GitHub [StarDrewer](https://github.com/StarDrewer) + +### 语言 +- C++ +- Golang +- Python diff --git a/Codes/zsdostar/README.md b/Codes/zsdostar/README.md deleted file mode 100644 index 3630058f..00000000 --- a/Codes/zsdostar/README.md +++ /dev/null @@ -1,10 +0,0 @@ -## LeetCode刷题计划 - -### 关于 -- 在职,通过刷题锻炼算法水平 & 想去大厂 -- leetcode-cn [zsdostar](https://leetcode-cn.com/u/zsdostar/) -- GitHub [zsdostar](https://github.com/zsdostar) - -### 语言 -- Python -- Golang diff --git a/README-en.md b/README-en.md index b59e7f9c..bc3cfef1 100644 --- a/README-en.md +++ b/README-en.md @@ -59,7 +59,7 @@ bash -c "$(curl -L https://raw.githubusercontent.com/asdf2014/algorithm/master/f | **[oh-mybug](https://github.com/asdf2014/algorithm/tree/master/Codes/oh-mybug)** | 218 | | **[gracekoo](https://github.com/asdf2014/algorithm/tree/master/Codes/gracekoo)** | 193 | | **[yore](https://github.com/asdf2014/algorithm/tree/master/Codes/yore)** | 62 | -| [zsdostar](https://github.com/asdf2014/algorithm/tree/master/Codes/zsdostar) | 54 | +| [StarDrewer](https://github.com/asdf2014/algorithm/tree/master/Codes/StarDrewer) | 54 | | [gmywq392](https://github.com/asdf2014/algorithm/tree/master/Codes/gmywq392) | 50 | | [ZZhang](https://github.com/asdf2014/algorithm/tree/master/Codes/ZZhang) | 47 | | [Liam](https://github.com/asdf2014/algorithm/tree/master/Codes/Liam) | 47 | @@ -71,16 +71,16 @@ bash -c "$(curl -L https://raw.githubusercontent.com/asdf2014/algorithm/master/f | User | Latest Active Date | | :--: | :----------------: | +| **[StarDrewer](https://github.com/asdf2014/algorithm/tree/master/Codes/StarDrewer)** | 2021-03-18 03:31:44 | | **[yore](https://github.com/asdf2014/algorithm/tree/master/Codes/yore)** | 2021-03-15 13:13:24 | | **[ghoslation](https://github.com/asdf2014/algorithm/tree/master/Codes/ghoslation)** | 2021-03-14 14:16:26 | -| **[liyongquan](https://github.com/asdf2014/algorithm/tree/master/Codes/liyongquan)** | 2021-03-04 10:39:23 | +| [liyongquan](https://github.com/asdf2014/algorithm/tree/master/Codes/liyongquan) | 2021-03-04 10:39:23 | | [gracekoo](https://github.com/asdf2014/algorithm/tree/master/Codes/gracekoo) | 2021-02-28 16:48:31 | | [purebaba](https://github.com/asdf2014/algorithm/tree/master/Codes/purebaba) | 2021-02-26 01:15:47 | | [asdf2014](https://github.com/asdf2014/algorithm/tree/master/Codes/asdf2014) | 2021-02-18 14:37:56 | | [LittleCuteRabbit](https://github.com/asdf2014/algorithm/tree/master/Codes/LittleCuteRabbit) | 2021-01-12 05:32:48 | | [Terence.Sun](https://github.com/asdf2014/algorithm/tree/master/Codes/Terence.Sun) | 2020-12-30 09:48:56 | | [liuxiaohui](https://github.com/asdf2014/algorithm/tree/master/Codes/liuxiaohui) | 2020-12-29 05:26:48 | -| [shengyaqingfeng](https://github.com/asdf2014/algorithm/tree/master/Codes/shengyaqingfeng) | 2020-12-12 16:22:28 | 🤖: Updates to the leaderboards are automatically executed after submission. diff --git a/README.md b/README.md index 95d2599b..44eba36e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ bash -c "$(curl -L https://raw.githubusercontent.com/asdf2014/algorithm/master/f | **[oh-mybug](https://github.com/asdf2014/algorithm/tree/master/Codes/oh-mybug)** | 218 | | **[gracekoo](https://github.com/asdf2014/algorithm/tree/master/Codes/gracekoo)** | 193 | | **[yore](https://github.com/asdf2014/algorithm/tree/master/Codes/yore)** | 62 | -| [zsdostar](https://github.com/asdf2014/algorithm/tree/master/Codes/zsdostar) | 54 | +| [StarDrewer](https://github.com/asdf2014/algorithm/tree/master/Codes/StarDrewer) | 54 | | [gmywq392](https://github.com/asdf2014/algorithm/tree/master/Codes/gmywq392) | 50 | | [ZZhang](https://github.com/asdf2014/algorithm/tree/master/Codes/ZZhang) | 47 | | [Liam](https://github.com/asdf2014/algorithm/tree/master/Codes/Liam) | 47 | @@ -76,16 +76,16 @@ bash -c "$(curl -L https://raw.githubusercontent.com/asdf2014/algorithm/master/f | User | Latest Active Date | | :--: | :----------------: | +| **[StarDrewer](https://github.com/asdf2014/algorithm/tree/master/Codes/StarDrewer)** | 2021-03-18 11:31:44 | | **[yore](https://github.com/asdf2014/algorithm/tree/master/Codes/yore)** | 2021-03-15 21:13:24 | | **[ghoslation](https://github.com/asdf2014/algorithm/tree/master/Codes/ghoslation)** | 2021-03-14 22:16:26 | -| **[liyongquan](https://github.com/asdf2014/algorithm/tree/master/Codes/liyongquan)** | 2021-03-04 18:39:23 | +| [liyongquan](https://github.com/asdf2014/algorithm/tree/master/Codes/liyongquan) | 2021-03-04 18:39:23 | | [gracekoo](https://github.com/asdf2014/algorithm/tree/master/Codes/gracekoo) | 2021-03-01 00:48:31 | | [purebaba](https://github.com/asdf2014/algorithm/tree/master/Codes/purebaba) | 2021-02-26 09:15:47 | | [asdf2014](https://github.com/asdf2014/algorithm/tree/master/Codes/asdf2014) | 2021-02-18 22:37:56 | | [LittleCuteRabbit](https://github.com/asdf2014/algorithm/tree/master/Codes/LittleCuteRabbit) | 2021-01-12 13:32:48 | | [Terence.Sun](https://github.com/asdf2014/algorithm/tree/master/Codes/Terence.Sun) | 2020-12-30 17:48:56 | | [liuxiaohui](https://github.com/asdf2014/algorithm/tree/master/Codes/liuxiaohui) | 2020-12-29 13:26:48 | -| [shengyaqingfeng](https://github.com/asdf2014/algorithm/tree/master/Codes/shengyaqingfeng) | 2020-12-13 00:22:28 | 🤖:排行榜的更新会在提交后自动执行。