Skip to content

Commit

Permalink
feat: alter pwdm for user list
Browse files Browse the repository at this point in the history
  • Loading branch information
7086cmd committed Dec 4, 2024
1 parent a54f5a2 commit a65365e
Show file tree
Hide file tree
Showing 7 changed files with 308 additions and 127 deletions.
2 changes: 1 addition & 1 deletion components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ declare module 'vue' {
ElButton: typeof import('element-plus/es')['ElButton']
ElEmpty: typeof import('element-plus/es')['ElEmpty']
ElInput: typeof import('element-plus/es')['ElInput']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
ZActivityCard: typeof import('./src/components/activity/ZActivityCard.vue')['default']
Expand All @@ -30,7 +31,6 @@ declare module 'vue' {
ZActivityStatus: typeof import('./src/components/tags/ZActivityStatus.vue')['default']
ZActivityTag: typeof import('./src/components/tags/ZActivityTag.vue')['default']
ZActivityType: typeof import('./src/components/tags/ZActivityType.vue')['default']
ZButton: typeof import('./src/components/utils/ZButton.vue')['default']
ZButtonOrCard: typeof import('./src/components/utils/ZButtonOrCard.vue')['default']
ZButtonTag: typeof import('./src/components/utils/ZButtonTag.vue')['default']
ZDisplayPerson: typeof import('./src/components/member/ZDisplayPerson.vue')['default']
Expand Down
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<!doctype html>
<html lang="en">
<head>
<script>
location.reload = function() {
console.log('Reload prevented');
// You can also display a custom message, log it, or do nothing
};
</script>
<meta charset="UTF-8" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"@icon-park/vue-next": "^1.4.2",
"@types/dompurify": "^3.0.5",
"@types/ua-parser-js": "^0.7.37",
"@vueuse/integrations": "^12.0.0",
"@zvms/data-transform": "^1.0.1",
"@zvms/frontend-utils": "^0.1.2",
"@zvms/zvms4-types": "^0.2.3",
Expand All @@ -49,6 +50,7 @@
"pnpm": "^8.15.0",
"socket.io-client": "^4.8.0",
"ua-parser-js": "^1.0.36",
"universal-cookie": "^7",
"vant": "^4.7.0",
"vue": "^3.5.10",
"vue-chartjs": "^5.2.0",
Expand Down
Loading

0 comments on commit a65365e

Please sign in to comment.