Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
feat: 下线通知
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed Jun 8, 2024
1 parent 5c31748 commit 6643c53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gkdtool-vue",
"version": "2.1.3",
"version": "2.1.4",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { edit } from './methods/edit'
export default defineComponent({
data() {
return {
codeVer: '2.1.3'
codeVer: '2.1.4'
}
},
methods: {
Expand Down Expand Up @@ -39,11 +39,12 @@ export default defineComponent({
},
created() {
getDefaultSub()
alert('GKD 已包含配置导入/导出功能,将在下一正式版发布时推出。本工具将在下一正式版发布时停止服务。届时网页端将会无法访问,安卓端不仍能正常使用,但不会进行维护。');
},
mounted() {
;(window as any).changeSwitch = this.changeSwitch
;(window as any).edit = this.edit
;(window as any).output = this.output
; (window as any).changeSwitch = this.changeSwitch
; (window as any).edit = this.edit
; (window as any).output = this.output
}
})
</script>
Expand Down Expand Up @@ -95,7 +96,6 @@ export default defineComponent({
<div id="copyright-box">
<div id="copyright-footer" class="column small">
<ul class="footer-column-b">
<li>托管服务:<a href="https://vercel.com/">Vercel</a></li>
<li>
特别鸣谢:<a href="https://github.com/gkd-kit/gkd">GKD</a>
及其
Expand Down

0 comments on commit 6643c53

Please sign in to comment.