@jx3box/jx3box-editor 2.2.13 → 2.2.15
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/assets/js/qixue.js
CHANGED
|
@@ -17,7 +17,7 @@ function qixue(selector=".e-jx3qixue-area"){
|
|
|
17
17
|
qixue = JSON.parse($(this).text())
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
let _qixue = Object.assign({container:container},qixue)
|
|
20
|
+
let _qixue = Object.assign({container:container},{...qixue, client: qixue.client || 'std'})
|
|
21
21
|
new JX3_QIXUE(_qixue)
|
|
22
22
|
})
|
|
23
23
|
} catch (e) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jx3box/jx3box-editor",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.15",
|
|
4
4
|
"description": "JX3BOX Article & Editor",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@jx3box/jx3box-data": "^3.5.8",
|
|
37
37
|
"@jx3box/jx3box-emotion": "^1.2.8",
|
|
38
38
|
"@jx3box/jx3box-macro": "^1.0.1",
|
|
39
|
-
"@jx3box/jx3box-talent": "^1.
|
|
39
|
+
"@jx3box/jx3box-talent": "^1.3.1",
|
|
40
40
|
"@jx3box/markdown": "^0.1.5",
|
|
41
41
|
"@tinymce/tinymce-vue": "^3.2.2",
|
|
42
42
|
"axios": "^0.19.2",
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
</span>
|
|
6
6
|
|
|
7
7
|
<el-dialog :visible.sync="visible" title="插入奇穴方案" :modal-append-to-body="false">
|
|
8
|
-
<p>💙 请填入<a target="_blank" href="/
|
|
8
|
+
<p>💙 请填入<a target="_blank" href="/macro/talent">奇穴模拟器</a>生成的编码</p>
|
|
9
9
|
|
|
10
10
|
<el-input class="u-input u-input-macro" type="textarea" :rows="5" v-model="talent"></el-input>
|
|
11
11
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
</span>
|
|
6
6
|
|
|
7
7
|
<el-dialog :visible.sync="visible" title="插入镇派方案" :modal-append-to-body="false">
|
|
8
|
-
<p>💙 请填入<a target="_blank" href="/
|
|
8
|
+
<p>💙 请填入<a target="_blank" href="/macro/talent2">镇派模拟器</a>生成的编码</p>
|
|
9
9
|
|
|
10
10
|
<el-input class="u-input u-input-macro" type="textarea" :rows="5" v-model="talent"></el-input>
|
|
11
11
|
|