Falck
e72818399c
update project configuration and add development tools
...
- Add Python virtual environment patterns to .gitignore
- Replace .codebuddy with .clinerules in .gitignore
- Add .pid file for process tracking
- Add comprehensive .pylintrc configuration for Python linting
- Update start.bat with English translations and simplified functions
2026-04-19 12:00:02 +08:00
Falck
1a129481e4
移除 data/pkg 目录相关逻辑
2026-04-18 00:27:33 +08:00
Falck
9d19d09821
新增简易的8080面板 😊
2026-04-17 23:15:15 +08:00
Falck
0e5c28e0b3
添加官网景深效果
...
- 移除突兀的代码
- 为官网加装景深
- 修复PKG的导入
2026-04-06 14:48:26 +08:00
Falck
f894e55602
清理冗余路由代码,修复首页标题与模板安全
...
- 简化 http-api/http-tcp/web-toolkit 的 router.py,抽取重复代码
- 修复 ws-api middleware 中间件返回值传递问题
- 修复 web-toolkit template.py 安全漏洞 (eval → AST 验证)
- 将首页标题从 "OSS Runtime" 改为 "Future OSS"
- 更新 README.md 与 static/banner.svg
- 新增 i18n 国际化插件 (骨架)
- 新增 oss/shared/ 共享模块
2026-04-06 12:40:49 +08:00
Falck
76147bae94
⚡ 初始提交 - FutureOSS v1.0 插件化运行时框架
...
一切皆为插件的开发者工具运行时框架
🧩 核心特性:
- 插件热插拔 (importlib 动态加载)
- 依赖自动解析 (拓扑排序 + 循环检测)
- 企业级稳定 (熔断/降级/重试/隔离)
- 事件驱动 (发布/订阅事件总线)
- 完整配置 (YAML 配置 + 热重载)
2026-04-06 09:57:10 +08:00