Import / Export tracy dataset
Hi @dingtiansong!
There is no easy way to do it for now (it will change with the upcoming version related to #3 ) but since data are persisted using the localstorage, you can access it using the developers tools of your browser and copy paste the vuex data. For example, in Firefox:

Hi @YuukanOO,
I just find a way to solve the problem. we can download Vue extention tool (Chorme and Firefox both support ) on present PC and target PC , then transfer the states data from our present PC to another by using export and import methods.
as below, Chorme & Firefox are the same,

Nice! That's somehow hacky but at least there's a workaround in the meantime.