mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2026-06-18 21:16:23 +08:00
- Introduce natural language device control powered by AutoGLM - Support single-device and multi-device batch execution - Add conversational device control mode with real-time task status - Support scheduled automation via cron expressions - Add batch deletion for devices and tasks - Introduce subscription system and configurable API keys - Deep AutoGLM integration with streaming output and unified batch control - Improve device control automation and interaction experience - Refactor IPC, process management, and project architecture - Upgrade scrcpy to v3.3.4 - Comprehensive UI/UX redesign and performance optimizations
8 lines
139 B
JavaScript
8 lines
139 B
JavaScript
import nested from 'postcss-nested'
|
|
import postcssScss from 'postcss-scss'
|
|
|
|
export default {
|
|
parser: postcssScss,
|
|
plugins: [nested],
|
|
}
|