Skip to content

Commit

Permalink
build(version): 发布1.0.7版本
Browse files Browse the repository at this point in the history
  • Loading branch information
nineya committed Nov 26, 2022
1 parent f9c52fd commit 74b9288
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions dist/halo-comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9799,7 +9799,7 @@ var __webpack_exports__ = {};

if (typeof window !== 'undefined') {
var currentScript = window.document.currentScript
if (({"NODE_ENV":"production","BASE_URL":"/themes/dream/source/lib/[email protected].6/"}).NEED_CURRENTSCRIPT_POLYFILL) {
if (({"NODE_ENV":"production","BASE_URL":"https://unpkg.com/halo-comment-dream@1.0.7/dist/"}).NEED_CURRENTSCRIPT_POLYFILL) {
var getCurrentScript = __webpack_require__(7679)
currentScript = getCurrentScript()

Expand Down Expand Up @@ -13153,7 +13153,7 @@ var DreamEmojivue_type_template_id_2a4d7e70_staticRenderFns = []
url: {
type: String,
required: false,
default: `${"/themes/dream/source/lib/[email protected].6/"}assets/emoji/`
default: `${"https://unpkg.com/halo-comment-dream@1.0.7/dist/"}assets/emoji/`
}
},
computed: {
Expand Down Expand Up @@ -13400,7 +13400,7 @@ function renderedEmojiHtml(html) {

for (let emoji of emojiData) {
let name = emoji.name;
let img = `<img class="dream-emoji" src="${"/themes/dream/source/lib/[email protected].6/"}assets/emoji/${emoji.fileName}.png" alt="${name}"/>`;
let img = `<img class="dream-emoji" src="${"https://unpkg.com/halo-comment-dream@1.0.7/dist/"}assets/emoji/${emoji.fileName}.png" alt="${name}"/>`;
html = html.replace(new RegExp(`\\[/${name}\\]`, 'gm'), img);
}

Expand Down Expand Up @@ -14744,8 +14744,8 @@ const defaultConfig = {
enableImageUpload: false,
enableBulletScreen: false,
imageToken: undefined,
avatarLoading: `${"/themes/dream/source/lib/[email protected].6/"}assets/img/loading.svg`,
defaultAvatar: `${"/themes/dream/source/lib/[email protected].6/"}assets/img/avatar.svg`
avatarLoading: `${"https://unpkg.com/halo-comment-dream@1.0.7/dist/"}assets/img/loading.svg`,
defaultAvatar: `${"https://unpkg.com/halo-comment-dream@1.0.7/dist/"}assets/img/avatar.svg`
};
/* harmony default export */ var Commentvue_type_script_lang_js_shadow = ({
name: 'Comment',
Expand Down
2 changes: 1 addition & 1 deletion dist/halo-comment.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-comment-dream",
"version": "1.0.6",
"version": "1.0.7",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 74b9288

Please sign in to comment.