# dsh-sound-lab bundle patch: inserts the dual-face plugin row into the web
# profile roster. Applied as a profile bundle layer (the `dsh.bundle.patch`
# manifest field) over dsh-base; activate with
#   dsh plugin --profile <name> add link:D:/ComputerStudy/Project/deepseek/鲸鱼娘/sounds-control
#
# The row is a bare plugin by package name: the node half (exports ".") runs
# in the host process (no-op for this plugin), and the `dsh.client`
# declaration in package.json makes the browser half (exports "./client",
# served at /plugins/ui-event-sounds/client.js) load in the web GUI.
- insert:
    - id: ui-event-sounds
      name: 'dsh-sound-lab'
