mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
9e56e3613f
The previous .gitignore un-ignored docs/superpowers/{plans,specs}/** wholesale,
so a broad `git add docs/` kept re-adding local planning docs (one failed
autocorrect CI on CJK punctuation). Simplified to ignore docs/superpowers/*
entirely and removed the six plan/spec files that slipped in. Already-tracked
astro-migration docs on main are unaffected (gitignore does not touch tracked
files).
vitepress 常用语法
// [!code focus]可以使得代码块聚焦某一行ts{2-3,5}使得第 2-3 行和第 5 行显示高亮- 在某一行上添加
// [!code --]或// [!code ++]注释将创建该行的差异,同时保留代码块的颜色// [!code warning]或// [!code error]错误和警告
::: code-group实现代码组:::tabs key:language实现记忆组切换