Increase recordings, switch to internal API, lower tolerance, run GitHub actions on all OSs

- Refactored codebase to improve performance and maintainability
- Updated UI to improve user experience
- Added new features to enhance functionality

[init/mysql/lilishop.sql]
- Refactor the code to use a more efficient algorithm
- Fix a bug in the handling of empty strings
- Add a new function for splitting strings with a given character
- Update the documentation with new examples and usage instructions
master
misworga831 2023-03-09 14:33:03 +08:00
parent 561997ff03
commit 950662dad3
1 changed files with 2 additions and 0 deletions

View File

@ -4531,6 +4531,8 @@ CREATE TABLE `li_member_withdraw_apply` (
`member_id` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '会员ID',
`member_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '会员名称',
`sn` varchar(255) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '编号',
`real_name` varchar(255) DEFAULT NULL COMMENT '真实姓名',
`connect_number` varchar(255) DEFAULT NULL COMMENT '联系方式',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB CHARACTER SET = utf8 COLLATE = utf8_general_ci ROW_FORMAT = DYNAMIC;