1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-12 00:32:27 +08:00

doc: add new doc for convertor and cryptor

This commit is contained in:
dudaodong
2023-08-25 10:47:16 +08:00
parent 51f166d1d9
commit cf58542b4a
7 changed files with 201 additions and 180 deletions

View File

@@ -67,6 +67,8 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: 'compare', link: '/en/api/packages/compare' },
{ text: 'concurrency', link: '/en/api/packages/concurrency' },
{ text: 'condition', link: '/en/api/packages/condition' },
{ text: 'convertor', link: '/en/api/packages/convertor' },
{ text: 'cryptor', link: '/en/api/packages/cryptor' },
],
},
],

View File

@@ -77,6 +77,8 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
{ text: '比较器', link: '/api/packages/compare' },
{ text: '并发处理', link: '/api/packages/concurrency' },
{ text: '条件判断', link: '/api/packages/condition' },
{ text: '类型转换', link: '/api/packages/convertor' },
{ text: '加密&解密', link: '/api/packages/cryptor' },
],
},
],