beca-ui 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/beca-ui.js +2 -1
- package/package.json +2 -2
package/dist/beca-ui.js
CHANGED
|
@@ -61333,7 +61333,8 @@ const JK = "https://library.becawork.vn/api/PublicLibrary/ViewFile/gfregdblvwd7l
|
|
|
61333
61333
|
const ae = await KK.get(ee.getApi, {
|
|
61334
61334
|
headers: {
|
|
61335
61335
|
"Content-Type": "application/json"
|
|
61336
|
-
}
|
|
61336
|
+
},
|
|
61337
|
+
params: ee.params
|
|
61337
61338
|
});
|
|
61338
61339
|
ae.status === 200 && ae.data && Number(ae.data) === 1 && (B(!0), document.body.classList.add("dark-theme"));
|
|
61339
61340
|
}, W = async (ee) => {
|