Initial financial project import

This commit is contained in:
seo
2026-06-07 00:33:58 +09:00
commit faeab5f0f5
50 changed files with 11267 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
(function () {
if (!('serviceWorker' in navigator)) {
return;
}
window.addEventListener('load', function () {
navigator.serviceWorker.register('/sw.js').catch(function () {});
});
})();