🎨 🐛 Rename file & path & remove unused file.

This commit is contained in:
elkan1788
2025-01-05 16:40:58 +08:00
parent 27d3a33222
commit 351d6728d0
48 changed files with 27 additions and 482 deletions

View File

@@ -25,4 +25,4 @@
@import 'post';
@import 'pages';
@import 'third-party';
@import '3rd';

View File

@@ -4,6 +4,6 @@ NexT.plugins.others.translate = function() {
if (!NexT.utils.checkDOMExist(element)) return;
NexT.utils.lazyLoadComponent(element, function() {
window.translateelement_styles='/css/google-translate.min.css';
NexT.utils.getScript('/js/third-party/google-translate.min.js');
NexT.utils.getScript('/js/3rd/google-translate.min.js');
});
}