这个仓库用于集中存放一些独立的小项目 Demo,涵盖 AI、前端、Python、C/C++ 和脚本工具。
| 目录 | 类型 | 简介 |
|---|---|---|
ai-agent |
Node.js | 单 Agent 架构 Demo,包含 Router/Executor/Tools 分层,多模态能力(聊天、搜索、推理、图像) |
pproxy-manager |
Python + aiohttp | pproxy 管理面板,支持规则管理、日志查询、状态监控 |
git-remote-rewriter |
Bash | 批量修改当前目录下一层 Git 仓库中 GitHub Remote 的用户名或认证前缀 |
sse_markdown |
Vue 3 + Vite | 在页面中动态增量渲染 Markdown(配合 SSE 场景) |
learn_chat_image_api |
JS + Python | OpenAI/Azure OpenAI 的对话与图像 API 调用示例 |
python_proxy |
Python + aiohttp | 简单 HTTP/WebSocket 代理转发服务 |
ubuntu_hack |
Bash | Ubuntu 常用辅助脚本(电池、资源、旋转屏幕、代理) |
cmake_tutorial |
C + CMake | CMake 入门示例(单工程与多子目录工程) |
create_a_python_project |
Python + Flask | Python 项目骨架示例(含配置和日志模块) |
vue3-static-blog-template-a |
Vue 3(Vue CLI) | 静态博客模板 A,含文章资源同步/加密脚本 |
vue3-static-blog-template-b |
Vue 3 + Vite | 静态博客模板 B(Vite 版本),含资源同步/加密脚本 |
按需进入对应目录运行:
- Node.js / 前端项目:
npm install后执行npm run dev/npm run serve - Python 项目:
pip install -r requirements.txt后执行python xxx.py - CMake 示例:在项目目录执行
cmake -S . -B build && cmake --build build - Bash 工具:先执行
chmod +x xxx.sh,再按项目 README 中的说明运行
sse_markdown: 源码 | 预览 | 掘金learn_chat_image_api: 源码 | CSDN | 掘金python_proxy: 源码ubuntu_hack: 源码 | CSDN | 掘金cmake_tutorial: 源码pproxy-manager: 源码ai-agent: 源码git-remote-rewriter: 源码
- 个人主页: https://pldz1.com