Move memosApi to compat/memosApi.v024.js

Rename js/memosApi.js to js/compat/memosApi.v024.js (contents unchanged) and update popup.html to load the new path. Organizes the legacy memosApi into the compat folder and ensures the popup references the v0.24 compatibility script alongside other compat shims.
This commit is contained in:
jonny
2026-03-07 11:41:15 +08:00
parent 30b7cf2491
commit 8f51bb399b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
<script src="../js/ko.js"></script>
<script src="../js/relativeTime.js"></script>
<script src="../js/view-image.js"></script>
<script src="../js/memosApi.js"></script>
<script src="../js/compat/memosApi.v024.js"></script>
<script src="../js/compat/memosApi.v1.js"></script>
<script src="../js/compat/memosApi.v023.js"></script>
<script src="../js/oper.js"></script>