Skip to content

Commit e2b9c00

Browse files
committed
chore: 更新社区项目 MALW、AUTO-MAS
1 parent c9d4a2b commit e2b9c00

4 files changed

Lines changed: 20 additions & 0 deletions

File tree

src/assets/data/projects.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,24 @@ export const apps = [
426426
stack: [Stack.Pipeline, Stack.Python],
427427
link: "https://github.com/1bananachicken/MaaNTE",
428428
},
429+
{
430+
name: "MALW",
431+
desc: "东方归言录小助手。图像技术 + 模拟控制,解放双手!由 MaaFramework 强力驱动!",
432+
enDesc:
433+
"Touhou LostWord Assistant. Image recognition + simulation control to free your hands! Powered by MaaFramework!",
434+
logo: Logos.MALostWord,
435+
stack: [Stack.Python],
436+
link: "https://github.com/lisadnsess/MALostWord",
437+
},
438+
{
439+
name: "AUTO-MAS",
440+
desc: "多脚本多配置统一管理与自动化工具,你的脚本管家。内置 MaaFramework 组件,拓展脚本能力边界!",
441+
enDesc:
442+
"A unified management and automation tool for multiple configurations—your script butler. Integrated with MaaFramework components to expand the boundaries of scripting capabilities!",
443+
logo: Logos.AUTOMAS,
444+
stack: [Stack.Python],
445+
link: "https://github.com/AUTO-MAS-Project/AUTO-MAS",
446+
},
429447
];
430448

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

src/assets/logos/AUTO-MAS.ico

189 KB
Binary file not shown.

src/assets/logos/MALostWord.png

81 KB
Loading

src/assets/logos/logos.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ const Logos = {
3333
MaaFgo: () => import("./maafgo.png"),
3434
MaaFwCLI: () => import("./maafw-cli.png"),
3535
MaaNTE: () => import("./MaaNTE.png"),
36+
MALostWord: () => import("./MALostWord.png"),
37+
AUTOMAS: () => import("./AUTO-MAS.ico"),
3638
};
3739

3840
export default Logos;

0 commit comments

Comments
 (0)