fix snmp链路测试

This commit is contained in:
zxr
2026-07-05 21:21:53 +08:00
parent 1ad0323715
commit cc6ea1acc6
11 changed files with 223 additions and 23 deletions

View File

@@ -13,6 +13,10 @@ This file provides guidance to agents when working with code in this repository.
## Critical Architecture Notes
### Development Constraints
- Code is not deployed yet; do not spend effort preserving backward compatibility with old code.
### Vite Config Location
Config files are in `config/` directory, NOT root. All vite commands reference `./config/vite.config.*.ts`.