visiky / resume

🚀 在线简历生成器
https://visiky.github.io/resume/?template=template2&user=visiky
MIT License
2.6k stars 621 forks source link

wait perf points #61

Closed bigbigDreamer closed 1 year ago

bigbigDreamer commented 2 years ago

简单记录下,可以优化的细节点:

// eg

import React from 'react';

import type { ReactNode } from 'react'

   或者

// eg

import React, { type ReactNode } from 'react';
visiky commented 2 years ago

参考这个,帮忙加一下 prettier 的PR:https://github.com/visiky/plot-performance/commit/d391c3f4bf8a49c8f32f89e4043b2b4c339ff3e8

bigbigDreamer commented 2 years ago

参考这个,帮忙加一下 prettier 的PR:visiky/plot-performance@d391c3f

嗯嗯,晚点我跟一下

bigbigDreamer commented 2 years ago

Todo 1 --- > #62

bigbigDreamer commented 2 years ago

Todo 2 ---> #63

bigbigDreamer commented 1 year ago

All done!