File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
413422export const projects = [ ...uis , ...tools , ...apps ] ;
Original file line number Diff line number Diff 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
3738export default Logos ;
You can’t perform that action at this time.
0 commit comments