1 Star 0 Fork 6

studyxhh/ldap_frontend

forked from 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})
// })
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/studyxhh/ldap_frontend.git
git@gitee.com:studyxhh/ldap_frontend.git
studyxhh
ldap_frontend
ldap_frontend
main

搜索帮助