🔥 📝 Write English demo artcicles .

This commit is contained in:
elkan1788
2025-01-26 09:32:47 +08:00
parent abec39b9ec
commit ee7ce903ff
5 changed files with 157 additions and 45 deletions

View File

@@ -1,5 +1,10 @@
/* 51La sidebar data widget */
NexT.plugins.others.lawidget = function() {
if (!NexT.CONFIG.lawidget ) {
return;
}
const element = '#siteinfo-card-widget';
const lawt_js = NexT.CONFIG.lawidget.js.replace('laId', NexT.CONFIG.lawidget.id);