mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-07-05 07:29:31 +00:00
6 lines
82 B
JavaScript
6 lines
82 B
JavaScript
|
module.exports = {
|
||
|
title: 'AnyProxy',
|
||
|
themeConfig: {
|
||
|
sidebar: 'auto'
|
||
|
}
|
||
|
}
|