@esershnr/artalk 2.9.2 → 2.9.3
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/Artalk.cjs +1 -1
- package/dist/Artalk.cjs.map +1 -1
- package/dist/Artalk.iife.js +1 -1
- package/dist/Artalk.iife.js.map +1 -1
- package/dist/Artalk.js +1 -1
- package/dist/Artalk.js.map +1 -1
- package/dist/Artalk.mjs +2 -1
- package/dist/Artalk.mjs.map +1 -1
- package/dist/ArtalkLite.cjs +1 -1
- package/dist/ArtalkLite.cjs.map +1 -1
- package/dist/ArtalkLite.iife.js +1 -1
- package/dist/ArtalkLite.iife.js.map +1 -1
- package/dist/ArtalkLite.js +1 -1
- package/dist/ArtalkLite.js.map +1 -1
- package/dist/ArtalkLite.mjs +2 -1
- package/dist/ArtalkLite.mjs.map +1 -1
- package/package.json +1 -1
package/dist/ArtalkLite.mjs
CHANGED
|
@@ -4435,7 +4435,7 @@ const GotoFocus = (ctx) => {
|
|
|
4435
4435
|
comment.focus();
|
|
4436
4436
|
}));
|
|
4437
4437
|
};
|
|
4438
|
-
const version = "2.9.
|
|
4438
|
+
const version = "2.9.3";
|
|
4439
4439
|
const Copyright = (ctx) => {
|
|
4440
4440
|
const list = ctx.inject("list");
|
|
4441
4441
|
ctx.on("mounted", () => {
|
|
@@ -7407,6 +7407,7 @@ class SidebarLayer {
|
|
|
7407
7407
|
const query = {
|
|
7408
7408
|
pageKey: this.opts.getConf().get().pageKey,
|
|
7409
7409
|
site: this.opts.getConf().get().site || "",
|
|
7410
|
+
locale: this.opts.getConf().get().locale,
|
|
7410
7411
|
user: JSON.stringify(this.opts.getUser().getData()),
|
|
7411
7412
|
time: +/* @__PURE__ */ new Date()
|
|
7412
7413
|
};
|