Skip to content

Commit

Permalink
bump to version 20241113
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyuanneko committed Nov 12, 2024
1 parent 2c71391 commit 7ae2c12
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App/App.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"VersionNumber": 20241112,
"VersionNumber": 20241113,
"AppName": "Baiyuanneko's Blog Generator",
"officialWebsite": "https://bbg.nekomoe.xyz",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion App/default_theme_src
Submodule default_theme_src updated 1 files
+11 −4 index.html
2 changes: 1 addition & 1 deletion App/i18n
4 changes: 2 additions & 2 deletions App/render_blog_settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ module.exports = function () {
document.getElementById("blog_settings_live2d_widget_api_path").value =
xssStrict(blog["全局主题设置"]["live2d-widget设置"]["api路径"]);
document.getElementById("blog_settings_valine_appid").value = xssStrict(
blog["全局评论设置"]["valine设置"]["appid"]
blog["全局评论设置"]["valine设置"]["leancloud_appid"]
);
document.getElementById("blog_settings_valine_appkey").value = xssStrict(
blog["全局评论设置"]["valine设置"]["appkey"]
blog["全局评论设置"]["valine设置"]["leancloud_appkey"]
);
document.getElementById("blog_settings_disqus_shortname").value = xssStrict(
blog["全局评论设置"]["disqus设置"]["shortname"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbg",
"version": "20241112.0.0",
"version": "20241113.0.0",
"packageManager": "[email protected]",
"description": "A static blog generator based on Electron Technology.",
"license": "UNLICENSED",
Expand Down

0 comments on commit 7ae2c12

Please sign in to comment.