Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / Static

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Static
  • vipColor
  • index.js
Find file
Normal viewHistoryPermalink
index.js 1.12 KB
Newer Older
dawei's avatar
feat: 更新配置
8364314b
 
dawei committed 4 months ago
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
const vipColor = {
    '-1': '#c23bff',
    '0': '#e0e0e0',
    '1': '#e0e0e0',
    '2': '#e0e0e0',
    '3': '#e0e0e0',
    '4': '#e0e0e0',
    '5': '#e0e0e0',
    '6': '#e0e0e0',
    '7': '#e0e0e0',
    '8': '#e0e0e0',
    '9': '#e0e0e0',
    '10': '#e0e0e0',
    '11': '#75f6f0',
    '12': '#75f6f0',
    '13': '#75f6f0',
    '14': '#75f6f0',
    '15': '#75f6f0',
    '16': '#75f6f0',
    '17': '#75f6f0',
    '18': '#75f6f0',
    '19': '#75f6f0',
    '20': '#75f6f0',
    '21': '#67cbff',
    '22': '#67cbff',
    '23': '#67cbff',
    '24': '#67cbff',
    '25': '#67cbff',
    '26': '#67cbff',
    '27': '#67cbff',
    '28': '#67cbff',
    '29': '#67cbff',
    '30': '#67cbff',
    '31': '#ff66a3',
    '32': '#ff66a3',
    '33': '#ff66a3',
    '34': '#ff66a3',
    '35': '#ff66a3',
    '36': '#ff66a3',
    '37': '#ff66a3',
    '38': '#ff66a3',
    '39': '#ff66a3',
    '40': '#ff66a3',
    '41': '#ff9e47',
    '42': '#ff9e47',
    '43': '#ff9e47',
    '44': '#ff9e47',
    '45': '#ff9e47',
    '46': '#ff2b2b',
    '47': '#ff2b2b',
    '48': '#ff2b2b',
    '49': '#ff2b2b',
    '50': '#ff2b2b',
    '51': '#df5cff',
    '52': '#ffdb00',
}