Screenshots & UTM_SOURCE update (#13)
* utm_source settings 1. UTM_SOURCE for all links in production 2. Toast for CopyUrl to clipboard. * Screenshots update
This commit is contained in:
parent
29184164b1
commit
26a285a9b4
|
@ -1,6 +1,6 @@
|
|||
# ohUrlShortener
|
||||
|
||||
适合中小型社区网站使用的短链接服务系统,支持短链接生产、查询及302转向,并自带点击量统计、独立IP数统计、访问日志查询:
|
||||
适合中小型社区网站使用的企业级短链接服务系统,支持短链接生产、查询及302转向,并自带点击量统计、独立IP数统计、访问日志查询:
|
||||
|
||||
1. 支持 Docker One Step Start 部署启动
|
||||
1. 支持短链接生产、查询、存储、302转向
|
||||
|
|
|
@ -186,8 +186,15 @@ function delete_url(url) {
|
|||
});
|
||||
}
|
||||
|
||||
function copy_url(url){
|
||||
function copy_url(url){
|
||||
navigator.clipboard.writeText(url);
|
||||
$('body').toast({
|
||||
class: 'success',
|
||||
displayTime: 2500,
|
||||
message: '复制成功',
|
||||
showIcon:'exclamation circle',
|
||||
showProgress: 'bottom'
|
||||
});
|
||||
}
|
||||
|
||||
function reload_captcha() {
|
||||
|
|
|
@ -82,9 +82,9 @@ snapshot:
|
|||
nfpms:
|
||||
- file_name_template: "{{.ProjectName}}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
||||
vendor: 巴拉迪维
|
||||
homepage: https://github.com/barats
|
||||
homepage: https://www.ohurls.cn
|
||||
maintainer: 巴拉迪维 <baratsemet@gmail.com>
|
||||
description: ohUrlShortener 适合中小型社区网站使用的短链接服务系统,支持短链接生产、查询及302转向,并自带点击量统计、独立IP数统计、访问日志查询
|
||||
description: ohUrlShortener 适合中小型社区网站使用的企业级短链接服务系统,支持短链接生产、查询及302转向,并自带点击量统计、独立IP数统计、访问日志查询
|
||||
license: MulanPSL-2.0
|
||||
formats:
|
||||
- deb
|
||||
|
|
BIN
screenshot.jpg
BIN
screenshot.jpg
Binary file not shown.
Before Width: | Height: | Size: 724 KiB After Width: | Height: | Size: 720 KiB |
|
@ -2,7 +2,7 @@
|
|||
{{- template "header.html" .}}
|
||||
<div class="ui inverted borderless large menu">
|
||||
<div class="ui container">
|
||||
<a class="ui inverted header item" target="_self" href="https://gitee.com/barat/ohurlshortener">
|
||||
<a class="ui inverted header item" target="_blank" href="https://www.ohurls.cn?utm_source=product&utm_medium=header">
|
||||
<div class="content">ohUrlShortener</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
<div class="ui inverted vertical bottom attached footer segment" style="max-height: 60px; width: 100%;">
|
||||
<div class="ui center aligned container">
|
||||
<p>Copyright <i class="copyright outline icon"></i>{{now | date "2006" }} 巴拉迪维 版权所有
|
||||
<a href="https://gitee.com/barat/ohurlshortener" target="_blank">Gitee</a>
|
||||
<a href="https://github.com/barats/ohurlshortener" target="_blank">Github</a>
|
||||
<a href="https://www.ohurls.cn?utm_source=product&utm_medium=footer" target="_blank">ohUrlShortener</a>
|
||||
</p>
|
||||
</div><!--end of container-->
|
||||
</div><!--end of footer segment-->
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{- template "header.html" .}}
|
||||
<div class="ui inverted borderless large menu">
|
||||
<div class="ui container">
|
||||
<a class="ui inverted header item" target="_self" href="https://gitee.com/barat/ohurlshortener">
|
||||
<a class="ui inverted header item" target="_blank" href="https://www.ohurls.cn?utm_source=product&utm_medium=header">
|
||||
<div class="content">ohUrlShortener</div>
|
||||
</a>
|
||||
</div>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<div class="column">
|
||||
<h2 class="ui image header">
|
||||
<div class="content">
|
||||
ohUrlShortener Admin Login
|
||||
ohUrlShortener 短链接系统
|
||||
</div>
|
||||
</h2>
|
||||
<form id="login-form" class="ui large form" action="/login" method="post">
|
||||
|
@ -19,13 +19,13 @@
|
|||
<div class="field">
|
||||
<div class="ui left icon input">
|
||||
<i class="user icon"></i>
|
||||
<input type="text" name="account" placeholder="Account">
|
||||
<input type="text" name="account" placeholder="管理员帐号">
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
<div class="ui left icon input">
|
||||
<i class="lock icon"></i>
|
||||
<input type="password" name="password" placeholder="Password">
|
||||
<input type="password" name="password" placeholder="管理员密码">
|
||||
</div>
|
||||
</div>
|
||||
<div class="field">
|
||||
|
@ -39,7 +39,7 @@
|
|||
<div id="captcha-image" class="field"><a class="ui input" href="javascript:reload_captcha()">点击获取验证码</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui fluid large black submit button">Login</div>
|
||||
<div class="ui fluid large black submit button">登录</div>
|
||||
</div>
|
||||
<div class="ui error message"></div>
|
||||
</form>
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
<a class="{{if eq .current_url "/admin/urls"}}active {{end}}item" target="_self" href="/admin/urls">短链接列表</a>
|
||||
<a class="{{if eq .current_url "/admin/stats"}}active {{end}}item" target="_self" href="/admin/stats">数据统计</a>
|
||||
<a class="{{if eq .current_url "/admin/access_logs"}}active {{end}}item" target="_self" href="/admin/access_logs">访问日志</a>
|
||||
<a class="item" target="_blank" href="https://www.ohurls.cn?utm_source=product&utm_medium=menu">官网首页</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="item" href="javascript:sign_out_config()" target="_self">安全退出</a>
|
||||
|
@ -29,6 +30,7 @@
|
|||
<a class="{{if eq .current_url "/admin/urls"}}active {{end}}item" target="_self" href="/admin/urls">短链接列表</a>
|
||||
<a class="{{if eq .current_url "/admin/stats"}}active {{end}}item" target="_self" href="/admin/stats">数据统计</a>
|
||||
<a class="{{if eq .current_url "/admin/access_logs"}}active {{end}}item" target="_self" href="/admin/access_logs">访问日志</a>
|
||||
<a class="item" target="_blank" href="https://www.ohurls.cn?utm_source=product&utm_medium=menu">官网首页</a>
|
||||
</div>
|
||||
</div>
|
||||
<a class="item" target="_self" href="javascript:sign_out_config()">安全退出</a>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{{template "header.html" .}}
|
||||
<div class="ui inverted borderless large menu">
|
||||
<div class="ui container">
|
||||
<a class="ui inverted header item" target="_self" href="https://gitee.com/barat/ohurlshortener">
|
||||
<a class="ui inverted header item" target="_blank" href="https://www.ohurls.cn?utm_source=product&utm_medium=header">
|
||||
<div class="content">ohUrlShortener</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
<div class="ui inverted vertical bottom attached footer segment" style="max-height: 60px; width: 100%;">
|
||||
<div class="ui center aligned container">
|
||||
<p>Copyright <i class="copyright outline icon"></i>{{now | date "2006" }} 巴拉迪维 版权所有
|
||||
<a href="https://gitee.com/barat/ohurlshortener" target="_blank">Gitee</a>
|
||||
<a href="https://github.com/barats/ohurlshortener" target="_blank">Github</a>
|
||||
<a href="https://www.ohurls.cn?utm_source=product&utm_medium=footer" target="_blank">ohUrlShortener</a>
|
||||
</p>
|
||||
</div><!--end of container-->
|
||||
</div><!--end of footer segment-->
|
||||
|
|
Loading…
Reference in New Issue