OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
43
app/Domain/Help/Templates/home.blade.php
Normal file
43
app/Domain/Help/Templates/home.blade.php
Normal file
@@ -0,0 +1,43 @@
|
||||
<div class="center padding-lg" style="width:800px;">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<x-global::undrawSvg
|
||||
image="undraw_social_serenity_vhix.svg"
|
||||
maxWidth="auto"
|
||||
headlineSize="var(--font-size-xxxl)"
|
||||
maxheight="auto"
|
||||
height="250px"
|
||||
headline="{{ __('headlines.your_personal_dashboard') }}"
|
||||
></x-global::undrawSvg>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row onboarding">
|
||||
<div class="col-md-12" style="font-size:var(--font-size-l);">
|
||||
<br />
|
||||
<div id="firstLoginContent">
|
||||
<p>Your My Work dashboard brings everything that matters into focus. <br />
|
||||
Your most important work is now front and center, organized just for you and how your brain works best.<br /><br />
|
||||
From quick tasks to ambitious goals, everything you need is right here. This is your space to capture ideas, track progress, and celebrate wins along the way.<br />
|
||||
</p><br />
|
||||
</div>
|
||||
<br /><br />
|
||||
<div class="row">
|
||||
<div class="col-md-12 tw-text-center">
|
||||
<x-global::forms.button tag="a" link="javascript:void(0)" contentRole="tertiary" onclick="leantime.helperController.closeModal()">I'll explore on my own</x-global::forms.button>
|
||||
<x-global::forms.button tag="a" link="javascript:void(0)" contentRole="primary" onclick="leantime.helperController.closeModal(); leantime.helperController.startMyWorkDashboardTour();">{{ __("buttons.start_tour") }} <i class="fa-solid fa-arrow-right"></i></x-global::forms.button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt-3">
|
||||
<div class="col-md-12 tw-text-center">
|
||||
<form hx-post="{{ BASE_URL }}/help/helperModal/dontShowAgain" hx-trigger="change" hx-swap="none">
|
||||
<label class="tw-text-sm tw-mt-sm" >
|
||||
<input type="hidden" name="modalId" value="home" />
|
||||
<input type="checkbox" id="dontShowAgain" name="hidePermanently" style="margin-top:-2px;">
|
||||
Don't show this again
|
||||
</label>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user