-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
333226c
commit 4570960
Showing
5 changed files
with
237 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<div> | ||
<setting-section data-title="关于" class="dev"> | ||
<setting-panel> | ||
<setting-list data-direction="column"> | ||
<setting-item data-direction="row"> | ||
<div> | ||
<setting-text id="transitio-debug">开车</setting-text> | ||
<setting-text data-type="secondary">来不及解释了,快上车!</setting-text> | ||
</div> | ||
</setting-item><setting-divider data-direction="row"></setting-divider> | ||
<setting-item data-direction="row"> | ||
<div> | ||
<setting-text>网页版OpenCar</setting-text> | ||
<setting-text data-type="secondary">https://opencar.mnorg.com</setting-text> | ||
</div> | ||
<button class="q-button q-button--secondary q-button--small default-btn vue-component" | ||
id="opencar-open-web"> | ||
<span class="q-button__slot-warp">打开链接</span> | ||
</button> | ||
</setting-item> | ||
</setting-list> | ||
</setting-panel> | ||
</setting-section> | ||
</div> |