1 Star 4 Fork 2

lixingbest / ldap_frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
getNames.js 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
lixingbest1988 提交于 2023-10-11 09:21 . init
const fs = require('fs')
const path = require('path')
const images = require('images')
let list = fs.readdirSync('/Users/lichao/LDAP/ldap_frontend/src/assets/desktop-image')
fs.writeFileSync('/Users/lichao/LDAP/ldap_frontend/src/assets/desktop-images-names.json', JSON.stringify(list))
// list.forEach(item => {
// images(path.join('/Users/lichao/LDAP/ldap_frontend/src/assets/desktop-image/', item))
// .save(path.join('/Users/lichao/LDAP/ldap_frontend/src/assets/desktop-image/', item), {quality: 50})
// })
Java
1
https://gitee.com/ldap_middleware/ldap_frontend.git
git@gitee.com:ldap_middleware/ldap_frontend.git
ldap_middleware
ldap_frontend
ldap_frontend
main

搜索帮助