12345678910111213 |
- const themeList = [
- {
- name: 'Element',
- author: 'Element',
- theme: '{"global":{"$--color-primary":"#409EFF"},"local":{}}'
- },
- {
- name: 'Napos',
- author: 'Element',
- theme: '{"global":{"$--color-primary":"#1989FA"},"local":{}}'
- }
- ];
- export default themeList;
|