1
0

auto-git:

[change] renderer.js
This commit is contained in:
2025-05-26 06:31:39 +02:00
parent 0a2dd0d5ac
commit 29b76be6f0

View File

@@ -672,8 +672,7 @@ folders.forEach(folderObj => {
}
nextChar();
};
/*
/*
const slot = document.getElementById('catSlot');
const cat = new AnimeCat(slot, {
images: {
@@ -688,6 +687,12 @@ folders.forEach(folderObj => {
streamText: txt => cat.appendSpeech(txt),
end: () => cat.endSpeech()
};
*/
ipcMain.handle('get-daily-commit-stats', () => store.get('dailyCommitStats') || {});
*/
});