• Joined on 2024-09-28
rsgl pushed to main at rsgl/qinlong-js 2024-11-30 23:17:13 +08:00
26b38a958e 删除不必要的文件,包括 createHtml.js、date.js、test.js、zhihu.html 和 zhihu.json
rsgl pushed to main at rsgl/qinlong-js 2024-11-30 22:38:49 +08:00
41f0c9045f 重构通知功能,替换 pushPlusNotify 为 sendNotify,移除不必要的代码
504bdb77bd 优化知乎热榜展示,使用列表格式替代 div,更新样式并添加动态数据渲染
Compare 2 commits »
rsgl pushed to master at rsgl/rust-demo 2024-11-28 00:19:56 +08:00
b60909f240 添加帖子模型、服务和路由,重构数据库连接管理,优化环境变量配置
rsgl pushed to master at rsgl/rust-test 2024-11-26 22:48:10 +08:00
3c4e77cb9d 重构主函数,添加泛型和特征实现,增加 Point 结构体及其方法,添加 Post 和 Weibo 结构体及其摘要功能,新增输出文件
rsgl pushed to main at rsgl/qinlong-js 2024-11-25 23:24:45 +08:00
20eb44ba4d 添加日期显示功能,更新 .gitignore,创建展示知乎数据的 HTML 页面及相关 JSON 数据
rsgl pushed to master at rsgl/rust-test 2024-11-24 23:29:56 +08:00
5490f28e43 实现 Config::build 方法以解析命令行参数并更新主函数以使用新方法
rsgl pushed to master at rsgl/rust-demo 2024-11-24 23:07:32 +08:00
e28e759364 重构用户模型,删除不再使用的用户输入模型,添加 dotenv 依赖以支持环境变量配置,更新用户服务以使用新的用户结构,优化数据库连接字符串构建
rsgl created branch main in rsgl/qinlong-js 2024-11-24 22:19:44 +08:00
rsgl pushed to main at rsgl/qinlong-js 2024-11-24 22:19:44 +08:00
84c2377524 初始化项目,添加 package.json、.gitignore 和基本的推送通知功能
rsgl created repository rsgl/qinlong-js 2024-11-24 18:35:30 +08:00
rsgl pushed to master at rsgl/rust-test 2024-11-23 00:03:57 +08:00
ec27c2371d add minigrep
Compare 2 commits »
rsgl pushed to master at rsgl/rust-test 2024-11-22 21:40:54 +08:00
fe8201df1e 添加 string_test 项目及基本功能实现
rsgl pushed to main at rsgl/playwright-demo 2024-11-22 21:37:03 +08:00
73cce24b80 更新测试用例以使用 waitFor 方法替代超时检查,提升稳定性和可读性
5247b50c0c 更新 Playwright 配置以调整超时设置,新增简单测试命令,并重构测试用例以提高可读性
be91605c3c 更新 Playwright 配置以增加超时设置,重构测试用例以提高可读性和结构清晰度
44a701cbed 更新 Playwright 配置以保留失败时的追踪信息,重构测试用例以提高可读性和结构清晰度
af98ccd0b8 更新 Playwright 工作流的定时任务时间,并重构测试用例以提高可读性
Compare 6 commits »
rsgl pushed to main at rsgl/VueProject 2024-11-17 22:22:51 +08:00
1e7c921ae2 fix login
rsgl pushed to master at rsgl/rust-demo 2024-11-17 15:40:53 +08:00
ea98d5625a 添加用户表的初始化 SQL 脚本,重构用户模型,更新用户输入模型,优化用户存储库和服务以支持新用户注册功能
rsgl pushed to master at rsgl/rust-demo 2024-11-17 11:10:48 +08:00
c49734430b 添加 thiserror、log 和 env_logger 依赖,重构用户服务和数据库连接池,优化用户注册功能的错误处理
rsgl pushed to master at rsgl/rust-demo 2024-11-16 23:46:18 +08:00
7f89249f83 添加 UserInput 模型,更新用户服务以支持新用户注册功能,重构相关路由
rsgl pushed to master at rsgl/rust-demo 2024-11-15 23:32:58 +08:00
5c8ac42e8a 添加 r2d2 和 r2d2_mysql 依赖,重构数据库连接池,更新用户服务接口以支持新的连接管理
rsgl pushed to master at rsgl/rust-test 2024-11-15 21:19:43 +08:00
c7a16fce92 add file_manager_cli
rsgl pushed to master at rsgl/rust-test 2024-11-15 00:42:41 +08:00
f5eef42300 add calculator