Blame view

src/settings.js 273 Bytes
80a28914e   吉鹏   init
1
  module.exports = {
a795fa7b1   Adam   auto commit the c...
2
    title: '鱼皮出海',
80a28914e   吉鹏   init
3
4
5
6
7
  
    /**
     * @type {boolean} true | false
     * @description Whether fix the header
     */
a795fa7b1   Adam   auto commit the c...
8
    fixedHeader: true,
80a28914e   吉鹏   init
9
10
11
12
13
  
    /**
     * @type {boolean} true | false
     * @description Whether show the logo in sidebar
     */
a795fa7b1   Adam   auto commit the c...
14
    sidebarLogo:true
80a28914e   吉鹏   init
15
  }