mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-04-28 21:37:33 +08:00
About dialog touches
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# UEBlueprint
|
||||
|
||||
A stand alone editor implementation of the UE's Blueprint visual language.
|
||||
A stand alone implementation of the UE's Blueprint visual language editor
|
||||
|
||||
https://www.npmjs.com/package/ueblueprint
|
||||
|
||||
|
||||
4
dist/ueblueprint.js
vendored
4
dist/ueblueprint.js
vendored
@@ -11188,7 +11188,11 @@ class BlueprintTemplate extends ITemplate {
|
||||
Version: ${Configuration.VERSION}<br />
|
||||
Author: barsdeveloper<br />
|
||||
License: MIT<br />
|
||||
|
||||
<a target="_blank" href="https://github.com/barsdeveloper/ueblueprint">
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="#e3b341" style="vertical-align: bottom">
|
||||
<path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z"></path>
|
||||
</svg>
|
||||
https://github.com/barsdeveloper/ueblueprint
|
||||
</a>
|
||||
</p>
|
||||
|
||||
2
dist/ueblueprint.min.js
vendored
2
dist/ueblueprint.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -162,12 +162,16 @@ export default class BlueprintTemplate extends ITemplate {
|
||||
</div>
|
||||
<dialog class="ueb-info-dialog" @click="${e => e.target.closest(".ueb-info-dialog").close()}">
|
||||
<h2>UEBlueprint</h2>
|
||||
<p>A stand alone editor implementation of the UE's Blueprint visual language.</p>
|
||||
<p>A stand alone implementation of the UE's Blueprint visual language editor.</p>
|
||||
<p>
|
||||
Version: ${Configuration.VERSION}<br />
|
||||
Author: barsdeveloper<br />
|
||||
License: MIT<br />
|
||||
|
||||
<a target="_blank" href="https://github.com/barsdeveloper/ueblueprint">
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="#e3b341" style="vertical-align: bottom">
|
||||
<path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Z"></path>
|
||||
</svg>
|
||||
https://github.com/barsdeveloper/ueblueprint
|
||||
</a>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user