Skip to content

Commit d4b34c0

Browse files
committed
chore: 更新社区项目
1 parent 1866cd3 commit d4b34c0

4 files changed

Lines changed: 42 additions & 5 deletions

File tree

src/assets/data/projects.ts

Lines changed: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ export const tools = [
9393
},
9494
{
9595
name: "MaaLogAnalyzer",
96-
desc: "MaaFramework 用户日志分析工具,支持可视化任务执行流程和全文搜索",
96+
desc: "MaaFramework 日志分析工具,提供用户友好的多视角可视化任务执行流程分析",
9797
enDesc:
98-
"MaaFramework user log analysis tool, supporting visualization of task execution flow and full-text search",
98+
"MaaFramework log analysis tool, providing user-friendly, multi-perspective visual analysis of task execution processes.",
9999
logo: Logos.MAALogAnalyzer,
100100
stack: [Stack.TS],
101101
link: "https://github.com/Windsland52/MAALogAnalyzer",
@@ -109,6 +109,32 @@ export const tools = [
109109
stack: [Stack.TS],
110110
link: "https://github.com/amiliyaai/MaaLogs",
111111
},
112+
{
113+
name: "prettier-plugin-maafw-sort",
114+
desc: "Prettier 插件,按照生命周期顺序自动排序 pipeline 字段",
115+
enDesc:
116+
"Prettier plugin that sorts pipeline keys according to lifecycle order.",
117+
logo: Logos.MaaFW,
118+
stack: [Stack.TS],
119+
link: "https://github.com/neko-para/maa-support-extension/tree/main/pkgs/prettier-plugin-maafw-sort",
120+
},
121+
{
122+
name: "Auto Green Background",
123+
desc: "自动涂绿幕工具(Python/OpenCV,适用于TemplateMatch),支持多算法分割、固定画布输出、实时预览与便携版开箱即用打包。",
124+
enDesc:
125+
"An automatic green screen painting tool (Python/OpenCV, for TemplateMatch), supporting multi-algorithm segmentation, fixed canvas output, real-time preview, and a portable, out-of-the-box package.",
126+
logo: Logos.MaaFW,
127+
stack: [Stack.Python, Stack.Rust],
128+
link: "https://github.com/Joe-Bao/Auto-Green-Background",
129+
},
130+
{
131+
name: "maafw-cli",
132+
desc: "用于AI Agent的 MaaFramework 命令行界面。",
133+
enDesc: "A MaaFramework command-line interface (CLI) for AI Agents.",
134+
logo: Logos.MaaFwCLI,
135+
stack: [Stack.Python],
136+
link: "https://github.com/otowa-kotori/maafw-cli",
137+
},
112138
];
113139

114140
export const apps = [
@@ -258,9 +284,9 @@ export const apps = [
258284
},
259285
{
260286
name: "MAN",
261-
desc: "火影忍者摸头村小助手。使用图像识别+模拟控制技术,解放双手!PC端与模拟器端同步支持,由 MaaFramework 强力驱动!",
287+
desc: "火影忍者手游小助手。使用图像识别+模拟控制技术,解放双手!由 MaaFramework 强力驱动!",
262288
enDesc:
263-
"Naruto Mobile Assistant. Uses image recognition and simulation control technology to free your hands! Supports both PC and emulator simultaneously, powered by MaaFramework!",
289+
"Naruto Mobile Mini Assistant. Uses image recognition and simulation control technology to free your hands! Powered by MaaFramework!",
264290
logo: Logos.MAN,
265291
stack: [Stack.Pipeline, Stack.Python],
266292
link: "https://github.com/duorua/narutomobile",
@@ -341,7 +367,7 @@ export const apps = [
341367
name: "MaaDuDuL",
342368
desc: "嘟嘟脸恶作剧 小助手。图像技术 + 模拟控制,自动捏脸,解放双手!由 MaaFramework 强力驱动!",
343369
enDesc:
344-
"A DuDuL Assistant. Image technology + simulation control, auto face creation, freeing your hands! Powered by MaaFramework!",
370+
"Assistant for Trickcal. Image technology + simulation control, automatic pinch face, free hands! Powerfully driven by MaaFramework!",
345371
logo: Logos.MaaDuDuL,
346372
stack: [Stack.Pipeline, Stack.Python],
347373
link: "https://github.com/kqcoxn/MaaDuDuL",
@@ -373,6 +399,15 @@ export const apps = [
373399
stack: [Stack.Pipeline],
374400
link: "https://github.com/PinkMMF/MaaGFNeuralCloud",
375401
},
402+
{
403+
name: "MaaFgo",
404+
desc: "FGO 小助手。使用图像技术 + 模拟控制,解放双手!由 MaaFramework 强力驱动!",
405+
enDesc:
406+
"FGO Assistant. Featuring image recognition and simulated control for a truly hands-free experience! Powered by MaaFramework.",
407+
logo: Logos.MaaFgo,
408+
stack: [Stack.Pipeline, Stack.Python],
409+
link: "https://github.com/xlxyvergil/MaaFgo",
410+
},
376411
];
377412

378413
export const projects = [...uis, ...tools, ...apps];

src/assets/logos/logos.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ const Logos = {
3030
MRA: () => import("./mra.ico"),
3131
MaaEnd: () => import("./MaaEnd.png"),
3232
MaaGFNeuralCloud: () => import("./MaaGFNeuralCloud.png"),
33+
MaaFgo: () => import("./maafgo.png"),
34+
MaaFwCLI: () => import("./maafw-cli.png"),
3335
};
3436

3537
export default Logos;

src/assets/logos/maafgo.png

1.23 MB
Loading

src/assets/logos/maafw-cli.png

131 KB
Loading

0 commit comments

Comments
 (0)