blob: 9ef101aa74f83e0eff3c76ec576740b883fab8c5 [file] [log] [blame]
import './index';
import { CommitDetailSk } from './commit-detail-sk';
document.querySelectorAll<CommitDetailSk>('commit-detail-sk').forEach((ele) => {
ele.cid = {
hash: 'e699a3a2373bc4c2a4bfa93c7af8602cb15f2d1d',
url:
'https://skia.googlesource.com/skia/+show/e699a3a2373bc4c2a4bfa93c7af8602cb15f2d1d',
message:
'e699a3a - 19h 59m - Roll third_party/externals/swiftshader 522d5121905',
author: '',
ts: 0,
CommitID: {
offset: 0,
},
};
ele.querySelector('div')!.click();
});