@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/Artalk.mjs
CHANGED
|
@@ -6500,7 +6500,7 @@ const GotoFocus = (ctx) => {
|
|
|
6500
6500
|
comment.focus();
|
|
6501
6501
|
}));
|
|
6502
6502
|
};
|
|
6503
|
-
const version = "2.9.
|
|
6503
|
+
const version = "2.9.3";
|
|
6504
6504
|
const Copyright = (ctx) => {
|
|
6505
6505
|
const list2 = ctx.inject("list");
|
|
6506
6506
|
ctx.on("mounted", () => {
|
|
@@ -9472,6 +9472,7 @@ class SidebarLayer {
|
|
|
9472
9472
|
const query = {
|
|
9473
9473
|
pageKey: this.opts.getConf().get().pageKey,
|
|
9474
9474
|
site: this.opts.getConf().get().site || "",
|
|
9475
|
+
locale: this.opts.getConf().get().locale,
|
|
9475
9476
|
user: JSON.stringify(this.opts.getUser().getData()),
|
|
9476
9477
|
time: +/* @__PURE__ */ new Date()
|
|
9477
9478
|
};
|