Files
escrcpy/desktop/postcss.config.js
viarotel 7ad5ecd116 feat: 💥[Release-As: 2.0.0] major copilot overhaul with AutoGLM and multi-device automation
- 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
2026-01-05 18:38:05 +08:00

8 lines
139 B
JavaScript

import nested from 'postcss-nested'
import postcssScss from 'postcss-scss'
export default {
parser: postcssScss,
plugins: [nested],
}