Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Check References in Scripting (2025.23)
Source: `help-portal-ad9735ccc415440cb440060fac9d3500.md`.
## Purpose
Identify missing or broken references across scripts and widgets.
## Usage
- Use the reference checking tool in the script editor/IDE to list unresolved references.
- Navigate directly from findings to affected scripts to fix IDs or object names.
## Notes
- Run after refactoring/renaming widgets.
- Pair with Errors panel for full coverage (`check-errors.md`).