aaa大家好,我是成浩
这里是描述src/content/index.html
<div>File name comment example</div>Terminal frames
Terminal window
echo "This terminal frame has no title"PowerShell terminal example
Write-Output "This one has a title!"Overriding frame types
echo "Look ma, no frame!"PowerShell Profile.ps1
# Without overriding, this would be a terminal frame
function Watch-Tail { Get-Content -Tail 20 -Wait $args }
New-Alias tail Watch-TailText & Line Markers





