Skip to content

Commit d0609db

Browse files
committed
update:细节
1 parent 887d565 commit d0609db

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: docs/updateRecord.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
2. 增加`ENV`对象。用于在实际过程中get和set设置系统环境变量如各种cookie
99
3. 完善Cookie管理器的扫码和输入后入库功能逻辑
1010
4. 引入自然排序算法库解决生成的配置中源的顺序问题
11+
5. 海阔排序问题需要使用nodejsi18n小程序
1112

1213
### 20241220
1314

Diff for: js/伊甸园[密].js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: utils/utils.js

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export function naturalSort(arr, key, customOrder = []) {
8787

8888
// 如果都不在自定义列表中,按自然顺序排序
8989
// return aValue.localeCompare(bValue, 'zh-CN', {numeric: true, sensitivity: 'base'});
90+
// return aValue.localeCompare(bValue, 'zh-CN', {numeric: true});
9091
return naturalCompare(aValue, bValue);
9192
});
9293
}

0 commit comments

Comments
 (0)