diff options
| author | journey-ad <[email protected]> | 2023-03-06 18:57:41 +0800 |
|---|---|---|
| committer | Jad <[email protected]> | 2023-03-06 18:59:42 +0800 |
| commit | c3f18f8b34bd8403a040a263bc8354bc7a9b4eae (patch) | |
| tree | 411352810cfd757b276878eb544d6ebd0e4e6202 /views | |
| parent | Update Readme.md (diff) | |
| download | counter-c3f18f8b34bd8403a040a263bc8354bc7a9b4eae.tar.xz counter-c3f18f8b34bd8403a040a263bc8354bc7a9b4eae.zip | |
perf: Delayed writing to database
- Implement delayed writing feature to database for improved performance and reduced write frequency
- Update docs
Diffstat (limited to 'views')
| -rw-r--r-- | views/index.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.pug b/views/index.pug index fa2dadf..4f681d3 100644 --- a/views/index.pug +++ b/views/index.pug @@ -62,7 +62,7 @@ html li a(href='https://repl.it/', target='_blank', rel='nofollow') repl.it li - a(href='https://www.asoulworld.com/', target='_blank', title='A-SOUL导航站(非官方)') A-SOUL + a(href='https://space.bilibili.com/703007996', target='_blank', title='A-SOUL_Official') A-SOUL li a(href='https://github.com/moebooru/moebooru', target='_blank', rel='nofollow') moebooru li @@ -109,4 +109,4 @@ html iframe(src="https://chat.getloli.com/room/@Moe-counter?title=%E8%90%8C%E8%90%8C%E8%AE%A1%E6%95%B0%E5%99%A8%E7%9A%84%E7%95%99%E8%A8%80%E6%9D%BF", scrolling="no", frameborder="0", height="70%", width="26%", style="position: fixed;top: 2%;right: 5%;") p.copy - a(href='https://github.com/journey-ad/Moe-counter', target='_blank', onclick='_evt_push("click", "normal", "go_github")') source code
\ No newline at end of file + a(href='https://github.com/journey-ad/Moe-Counter', target='_blank', onclick='_evt_push("click", "normal", "go_github")') source code
\ No newline at end of file |