OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)

This commit is contained in:
wangruiguo
2026-09-03 18:49:20 +08:00
commit d647428529
3501 changed files with 1988906 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
<div id="tokenModal">
<h4 class="widgettitle title-light">{{ __('headlines.create_access_token') }}</h4>
<form hx-post="{{ BASE_URL }}/hx/auth/personalTokens/create"
hx-target="#tokenModal" id="newToken">
<div class="form-group">
<label for="tokenName">{{ __('label.token_name') }}</label>
<x-global::forms.text-input id="tokenName" name="name" required />
<small class="form-text text-muted">
<br/>{{ __('text.token_name_description') }}
</small>
</div>
<br />
<div class="align-right">
<x-global::forms.button inputType="button" contentRole="default" onclick="jQuery('#modal').modal('hide');">{{ __('buttons.close') }}</x-global::forms.button>
<x-global::forms.button inputType="submit" contentRole="primary">{{ __('buttons.create_token') }}</x-global::forms.button>
</div>
</form>
</div>