# autoMsg **Repository Path**: g8up/autoMsg ## Basic Information - **Project Name**: autoMsg - **Description**: 斗鱼弹幕机器人 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-01 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: crx ## README # autoMsg > 斗鱼弹幕机器人,自动发弹幕 ## 安装 [Chrome Web Store](https://chrome.google.com/webstore/detail/%E6%96%97%E9%B1%BC%E5%BC%B9%E5%B9%95%E6%9C%BA%E5%99%A8%E4%BA%BA/gnmefobkcifbhpcnmapbfochnlkcnfkc) ## Dev - 打包(zip) - Windows - PowerShell > Compress-Archive -Path src/* -DestinationPath auto-msg.zip ## 升级亮点 - 将 CSS selector 配置托管到云端,可以及时更新 # 引入 ESLint - npm init -y - npm install eslint --save-dev - eslint --init - VS Code 安装扩展: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint - 自动修复: > eslint --fix js/content.js