@titaui/pc 1.11.52-beta.14 → 1.11.52-beta.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.
@@ -122,8 +122,8 @@ function _breakLinesForCanvas() {
122
122
  while (1) {
123
123
  switch (_context2.prev = _context2.next) {
124
124
  case 0:
125
- reg = /\$(userName|departmentName)\=(.+?)(\s|$)/g;
126
- strReg = /\$(?:userName|departmentName)\=.+?(?:\s|$)/;
125
+ reg = /\$(userName|departmentName)\=(.+?)\$(\s|$)/g;
126
+ strReg = /\$(?:userName|departmentName)\=.+?\$(?:\s|$)/;
127
127
  openDatas = [];
128
128
  matchStr = reg.exec(text);
129
129
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.11.52-beta.14",
3
+ "version": "1.11.52-beta.15",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",