File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed
Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,10 @@ function document(): DefaultTheme.SidebarItem[] {
110110 {
111111 text : 'System Arch Support' ,
112112 link : 'version-details'
113+ } ,
114+ {
115+ text : 'LCL Document Link' ,
116+ link : 'lazarus_lcl'
113117 }
114118 ]
115119}
Original file line number Diff line number Diff line change @@ -111,6 +111,10 @@ function document(): DefaultTheme.SidebarItem[] {
111111 {
112112 text : '系统架构支持' ,
113113 link : 'version-details'
114+ } ,
115+ {
116+ text : 'LCL 文档链接' ,
117+ link : 'lazarus_lcl'
114118 }
115119 ]
116120}
Original file line number Diff line number Diff line change 1+ # Lazarus LCL Document
2+
3+ ### LCL Components
4+
5+ - [ LCL_Components] ( https://wiki.freepascal.org/LCL_Components ) https://wiki.freepascal.org/LCL_Components
6+
7+
8+ ### LCL Package
9+
10+ - [ LCL Wiki] ( https://lazarus-ccr.sourceforge.io/docs/lcl/index.html ) https://lazarus-ccr.sourceforge.io/docs/lcl/index.html
Original file line number Diff line number Diff line change 1+ # Lazarus LCL 文档
2+
3+ ### LCL 组件
4+
5+ - [ LCL_Components] ( https://wiki.freepascal.org/LCL_Components ) https://wiki.freepascal.org/LCL_Components
6+
7+
8+ ### LCL 包参考
9+
10+ - [ LCL Wiki] ( https://lazarus-ccr.sourceforge.io/docs/lcl/index.html ) https://lazarus-ccr.sourceforge.io/docs/lcl/index.html
You can’t perform that action at this time.
0 commit comments