Skip to content

Commit

Permalink
2.5.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
lkyero committed May 18, 2020
1 parent a162591 commit 94aa638
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions OnekeyUIApp/OnekeyUIApp/Resources/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -37858,8 +37858,8 @@ module.exports = function (e) {
}))
}

function c(e, t, n, i) {
const a = `拉取 ${e} 的更新`;
function c(e, t, n, i, a) {
const s = `拉取 ${e} 的更新`;
return h.createElement(C.ToolbarButton, Object.assign({}, v, {
title: s,
description: r(i),
Expand Down Expand Up @@ -59205,7 +59205,7 @@ module.exports = function (e) {
for (var o = 0; o < t.length && !e.isPropagationStopped(); o++) m(e, t[o], n[o]);
else t && m(e, t, n);
e._dispatchListeners = null, e._dispatchInstances = null, e.isPersistent() || e.constructor.release(e)
}
}
}

function f(e, t) {
Expand Down Expand Up @@ -61878,7 +61878,7 @@ module.exports = function (e) {
break;
default:
c = y;
}
}
oe(f, c), h = void 0;
var S = f,
C = m,
Expand All @@ -61887,9 +61887,9 @@ module.exports = function (e) {
if (b.hasOwnProperty(h)) {
var u = b[h];
'style' === h ? ne(C, u) : 'dangerouslySetInnerHTML' === h ? (u = u ? u.__html : void 0, null != u && ie(C, u)) : 'children' === h ? 'string' == typeof u ? ('textarea' !== S || '' !== u) && he(C, u) : 'number' == typeof u && he(C, '' + u) : 'suppressContentEditableWarning' !== h && 'suppressHydrationWarning' !== h && 'autoFocus' !== h && (ei.hasOwnProperty(h) ? null != u && re(p, h) : null != u && Mt(C, h, u, t))
}
}
'input' === f ? (Et(m), Nt(m, y, !1)) : 'textarea' === f ? (Et(m), de(m, y)) : 'option' === f ? null != y.value && m.setAttribute('value', '' + At(y.value)) : 'select' === f ? (c = m, c.multiple = !!y.multiple, m = y.value, null == m ? null != y.defaultValue && En(c, !!y.multiple, y.defaultValue, !0) : En(c, !!y.multiple, m, !1)) : 'function' == typeof c.onClick && (m.onclick = se), (d = te(e, d)) && No(o), o.stateNode = a
}
}
null !== o.ref && (o.effectTag |= 128)
} else null === o.stateNode ? s('166') : void 0;
break;
Expand All @@ -61902,7 +61902,7 @@ module.exports = function (e) {
if (d = o.memoizedState, 0 != (64 & o.effectTag)) {
o.expirationTime = e, bd = o;
break a
}
}
d = null !== d, e = null !== a && null !== a.memoizedState, null !== a && !d && e && (a = a.child.sibling, null !== a && (c = o.firstEffect, null === c ? (o.firstEffect = o.lastEffect = a, a.nextEffect = null) : (o.firstEffect = a, a.nextEffect = c), a.effectTag = 8)), (d || e) && (o.effectTag |= 4);
break;
case 7:
Expand Down Expand Up @@ -61989,8 +61989,8 @@ module.exports = function (e) {
var g = f.alternate;
if (null !== g && (g = g.memoizedState, null !== g)) {
t = 10 * (1073741822 - g.timedOutAt);
break
}
break
}
g = f.pendingProps.maxDuration, 'number' == typeof g && (0 >= g ? p = 0 : (-1 === p || g < p) && (p = g))
}
f = f.return
Expand Down

0 comments on commit 94aa638

Please sign in to comment.