chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:28:17 +08:00
commit f7546d43cc
322 changed files with 158599 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<h5>Taskbar example</h5>
<pre class="lang-shell">$hello_world = 'Hello World!'
item(title=hello_world cmd=msg(hello_world))
separator
item(title='Command prompt' cmd args='/k echo @hello_world')
separator
menu(title='Sub menu')
{
item(title='Open Paint' cmd='paint.exe' arg=sel.path)
separator
item(title='Open Notepad' cmd='notepad.exe' arg='"@sel.path"')
}</code></pre>