更改项目名为NebulaShell

This commit is contained in:
Falck
2026-05-02 08:30:31 +08:00
parent d16e28ab17
commit 2c2ec60a2b
233 changed files with 298 additions and 276 deletions

View File

@@ -0,0 +1,18 @@
{
"metadata": {
"name": "performance-optimizer",
"version": "1.0.0",
"author": "NebulaShell",
"description": "极致性能优化插件 - 提供缓存、对象池、批量处理、内存预分配等高性能工具"
},
"config": {
"args": {
"enabled": true,
"cache_maxsize": 2048,
"pool_maxsize": 100,
"enable_profiler": true
}
},
"dependencies": [],
"permissions": []
}