Initial import of frappe sunderer app

This commit is contained in:
microYF
2026-04-23 14:45:47 +00:00
parent 283972860c
commit 0f323e8d41
17 changed files with 3239 additions and 469 deletions
File diff suppressed because one or more lines are too long
+24 -2
View File
@@ -1,11 +1,33 @@
{
"index.html": {
"file": "js/index.c1R21Jxr.js",
"file": "js/index.js",
"name": "index",
"src": "index.html",
"isEntry": true,
"dynamicImports": [
"src/views/sundererapp/DashboardView.vue",
"src/views/sundererapp/UsersView.vue"
],
"css": [
"css/index.CJO3dQ9s.css"
"css/index.css"
]
},
"src/views/sundererapp/DashboardView.vue": {
"file": "js/DashboardView.js",
"name": "DashboardView",
"src": "src/views/sundererapp/DashboardView.vue",
"isDynamicEntry": true,
"imports": [
"index.html"
]
},
"src/views/sundererapp/UsersView.vue": {
"file": "js/UsersView.js",
"name": "UsersView",
"src": "src/views/sundererapp/UsersView.vue",
"isDynamicEntry": true,
"imports": [
"index.html"
]
}
}
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -5,8 +5,8 @@
<link rel="icon" type="image/svg+xml" href="/assets/sunderer_app/dist/icon3.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>决裂者终端用户中心</title>
<script type="module" crossorigin src="/assets/sunderer_app/dist/js/index.c1R21Jxr.js"></script>
<link rel="stylesheet" crossorigin href="/assets/sunderer_app/dist/css/index.CJO3dQ9s.css">
<script type="module" crossorigin src="/assets/sunderer_app/dist/js/index.js"></script>
<link rel="stylesheet" crossorigin href="/assets/sunderer_app/dist/css/index.css">
</head>
<body>
<div id="app"></div>
+1
View File
@@ -0,0 +1 @@
import{c as l,a as e,b as c,w as o,r as a,o as d,d as _}from"./index.js";const u={__name:"DashboardView",setup(i){return(p,t)=>{const n=a("n-h2"),s=a("n-statistic"),r=a("n-card");return d(),l("div",null,[e(n,null,{default:o(()=>[...t[0]||(t[0]=[_("Dashboard",-1)])]),_:1}),t[1]||(t[1]=c("p",null,"Welcome to your admin dashboard!",-1)),e(r,{title:"Quick Stats",style:{"margin-top":"20px"}},{default:o(()=>[e(s,{label:"Total Users",value:"12345"})]),_:1})])}}};export{u as default};
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long