mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-30 03:07:59 +08:00
A sftp
This commit is contained in:
parent
ca220bf3a3
commit
25f947dd5c
@ -2,7 +2,7 @@
|
||||
|
||||
## 1.3.3
|
||||
|
||||
*2021-06-25*
|
||||
*2021-07-16*
|
||||
|
||||
### New features
|
||||
- web sftp
|
||||
|
10
main.go
10
main.go
@ -51,16 +51,6 @@ func usage() {
|
||||
|
||||
func main() {
|
||||
|
||||
//files, err := subFS.Open("./")
|
||||
//
|
||||
//if err != nil {
|
||||
// log.Fatal(err)
|
||||
//}
|
||||
//
|
||||
//for _, f := range files {
|
||||
// fmt.Println(f.Name())
|
||||
//}
|
||||
//return
|
||||
flag.Parse()
|
||||
if help {
|
||||
flag.Usage()
|
||||
|
@ -10,7 +10,7 @@
|
||||
"@chenfengyuan/vue-qrcode": "^2.0.0-beta",
|
||||
"axios": "^0.21.1",
|
||||
"cronstrue": "^1.113.0",
|
||||
"element-plus": "^1.0.2-beta.44",
|
||||
"element-plus": "^1.0.2-beta.55",
|
||||
"js-cookie": "^2.2.1",
|
||||
"listenercount": "^1.0.1",
|
||||
"normalize.css": "^8.0.1",
|
||||
|
@ -7,7 +7,7 @@ import '@/permission'
|
||||
import i18n from '@/lang' // internationalization
|
||||
import SvgIcon from '@/components/SvgIcon/index.vue' // svg component
|
||||
import ElementPlus from 'element-plus'
|
||||
import 'element-plus/packages/theme-chalk/src/index.scss'
|
||||
import 'element-plus/lib/theme-chalk/index.css'
|
||||
import 'vite-plugin-svg-icons/register' // register svg sprite map
|
||||
import App from './App.vue'
|
||||
const app = createApp(App)
|
||||
|
@ -233,14 +233,14 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<el-row type="flex" justify="end" style="width: 100%; margin-top: 10px">
|
||||
<el-row type="flex" justify="end" style="width: 100%; margin-top: 5px">
|
||||
<el-pagination
|
||||
v-model:current-page="pagination.page"
|
||||
:total="pagination.total"
|
||||
:page-size="pagination.rows"
|
||||
background
|
||||
:page-sizes="[20, 50, 100]"
|
||||
layout="prev, pager, next, jumper"
|
||||
layout="total, prev, pager, next"
|
||||
@size-change="handleSizeChange"
|
||||
@current-change="handlePageChange"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user