Skip to content

Commit 1390a88

Browse files
committed
chore: 添加社区项目 MaaNTE
1 parent e7f282d commit 1390a88

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

src/assets/data/projects.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,15 @@ export const apps = [
408408
stack: [Stack.Pipeline, Stack.Python],
409409
link: "https://github.com/xlxyvergil/MaaFgo",
410410
},
411+
{
412+
name: "MaaNTE",
413+
desc: "异环小助手。图像技术 + 模拟控制,解放双手!由 MaaFramework 强力驱动!",
414+
enDesc:
415+
"NTE Assistant. Image recognition + simulation control to free your hands! Powered by MaaFramework!",
416+
logo: Logos.MaaNTE,
417+
stack: [Stack.Pipeline, Stack.Python],
418+
link: "https://github.com/1bananachicken/MaaNTE",
419+
},
411420
];
412421

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

src/assets/logos/MaaNTE.png

582 KB
Loading

src/assets/logos/logos.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const Logos = {
3232
MaaGFNeuralCloud: () => import("./MaaGFNeuralCloud.png"),
3333
MaaFgo: () => import("./maafgo.png"),
3434
MaaFwCLI: () => import("./maafw-cli.png"),
35+
MaaNTE: () => import("./MaaNTE.png"),
3536
};
3637

3738
export default Logos;

0 commit comments

Comments
 (0)