890 字
4 分钟
研究日志-平台篇
| 时间 | 操作 | 内容 | 字数 |
|---|---|---|---|
| 2025-05-27 22:47:52 | 新增 | Initial_Update-20250527 Create .gitignore 创建主要目录(如 assets、includes、insurer、user 等) 完成最基础的代码文件 实现基本平台功能 | 443 |
| 2025-06-02 15:31:15 | 新增 | add length restriction also in login page 增加对输入框输入长度的限制(主要是车牌号输入部分) 根据《中华人民共和国机动车号牌》国家标准: 一、车牌号格式规定(燃油车牌) 燃油车牌号由七位字符组成,结构如下: 第1位:省级行政区简称(如“粤”、“沪”、“京”等); 第2位:发牌机关代号(英文字母,如“A”、“B”等); 第3至7位:序号,由阿拉伯数字和英文字母组合而成,最多可使用两个英文字母。 二、燃油车牌中禁止使用的字母 在燃油车牌的序号部分(即后五位),禁止使用以下两个字母: 字母“O”(易与数字“0”混淆) 字母“I”(易与数字“1”混淆) 注:该限制适用于所有燃油机动车,包括小型、大型汽车、摩托车等,不区分车辆类型。 | 445 |
| 2025-06-02 22:02:42 | 新增 | add function: check availability add front end support 增加对输入框输入车牌号合理性的检查和前端反馈(格式不合规显示红色边框) | 446 |
| 2025-06-09 10:48:25 | 新增 | add NEV-support 增加对新能源车牌的识别(显示绿点) 依据中华人民共和国公共安全行业标准《中华人民共和国机动车号牌》(GA36—2018),小型新能源汽车号牌号码为6位数。号牌号码首位字母“D”(优先启用)、“A”、“B”、“C”、“E”代表纯电动汽车。号牌号码首位字母“F”(优先启用)、“G”、“H”、“J”、“K”代表非纯电动汽车。 | 103 |
| 2025-06-09 18:48:20 | 修订 | improve UI design center location Dark Mode Support fix location add icon 更新前端交互界面设计 优化排版、增加黑色主题、设计图标 | 156 |
| 2025-06-25 15:15:42 | 新增 | add function: charts 增加图表获得更好的数据呈现 | 203 |
| 2025-06-25 19:59:16 | 修订 | add Gradient add card scheme 更新前端交互界面设计 增加标题渐变色、用卡片式布局呈现不同内容 | 297 |
| 2025-06-25 21:12:39 | 新增 | add trends 增加未来趋势预测 | 205 |
| 2025-06-25 23:21:39 | 修订 | delete dark mode 删除黑色主题支持 | |
| 2025-06-26 08:35:39 | 修订 | delete useless css rebuild combobox fix combobox logic fix combobox abnormal behaviour rewrite combobox focus DEL BLUEEEEE fix combobox background 删除无用代码,修改下拉框样式以符合整体设计 | |
| 2025-06-27 15:07:39 | 修订 | Refactor custom select hover and highlight effects Simplified and unified the hover effect for custom select options by moving styling to CSS and removing complex JS highlight logic from script.js, script_new.js, and ios26_select.js. Fixed a typo in ios26_select.css, adjusted margin and padding for select components, and removed debug code and redundant theme initialization from login.php. | |
| 2025-06-27 15:45:39 | 修订 | Refactor vehicle field logic and plate validation Moved vehicle field show/hide logic from script.js to register.php for better integration with the custom select. Simplified and improved the car plate number validation logic in both PHP and JavaScript. Cleaned up redundant comments and styles for maintainability. | |
| 2025-06-27 16:15:39 | 修订 | rewrite input box prompts 重写输入框动画逻辑,实现更加简洁明了的输入框设计 | |
| 2025-06-27 17:07:39 | 修订 | Improve CSS on insurer side. | |
| 2025-06-27 17:14:39 | 修订 | adjust spacing between input boxs 调整下拉框与输入框间距,获得统一的视觉 | |
| 2025-06-27 17:14:39 | 修订 | rearrange insurer_dashboard 重构保险方管理面板 | |
| 2025-06-27 19:20:39 | 修订 | Refactor dashboard and vehicle list layout styles Updated the dashboard max-width and removed redundant/duplicate CSS in style.css. Simplified the vehicle list layout in insurer_dashboard.php by removing JavaScript-based dynamic class switching and related CSS, using a responsive grid layout instead. | |
| 2025-07-24 19:20:39 | 修订 | fix all icon 修复所有页面上图标缺失问题 | |
| 2025-07-25 15:13:39 | 修订 | fix Chinese character imput problem 修复输入框中文字符输入错误问题 | |
| 2025-07-27 16:20:39 | 修订 | Add CSS Refactor code structure for improved readability and maintainability |