原型在线设计网站
AI原型设计工具1.Uizard网址:https://uizard.io/
Uizard是一款快速、由人工智能驱动的原型设计工具,可在几分钟内设计出草图、线框图和高保真原型。Uizard的人工智能功能使用户能够根据文本提示生成UI设计,将手绘草图转换为线框图,以及将屏幕截图转换为可编辑的设计。
功能亮点:
文本生成设计稿:Uizard的人工智能技术可以根据用户提供的文本提示自动生成UI设计。用户只需简单描述他们的设计需求,Uizard就能快速生成相应的设计方案,节省了大量手动设计的时间和精力;
手绘草图转换:只需拍摄或上传手绘草图,Uizard的人工智能会自动识别并将其转化为数字化的线框图,方便用户进一步编辑和优化设计;
屏幕截图转换:只需上传屏幕截图,Uizard的人工智能会识别其中的设计元素并将其转化为可编辑的组件,用户可以进行进一步的编辑和调整;
预制设计模板和UI组件:提供丰富的预制设计模板和UI组件,用户可以直接使用这些模板和组件来快速构建原型设计;
快速协作与迭代:可以邀请团队成员共同参与设计过程,有助于团队高效地进行构思、讨论和改进设计,加快产品开发的速度 ...
测试Butterfly主题的标签外挂(Tag Plugins)
测试 Butterfly主题的 标签外挂(Tag Plugins)Tabs 选项卡
移植于next主题
使用方法:
123456789101112131415161718192021{% tabs Unique name, [index] %}<!-- tab [Tab caption] [@icon] -->Any content (support inline tags too).<!-- endtab -->{% endtabs %}Unique name : Unique name of tabs block tag without comma. Will be used in #id's as prefix for each tab with their index numbers. If there are whitespaces in name, for generate #id all whitespaces will replac ...
themes-butterfly
Butterfly主题官方文档
安装在项目根目录
1git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git themes/butterfly
应用主题修改根目录下的_config.yml,把主题改为butterfly
1theme: butterfly
安裝插件如果你沒有 pug 以及 stylus 的渲染器,请下载安装:
1npm install hexo-renderer-pug hexo-renderer-stylus --save
升级
升级办法:在hexo根目录下,执行git pull
升级建议:升级完成后,到 Github 的 Releases 界面 查看新版的更新內容。
为减少升级带来的影响,建议使用以下方法:在 hexo 的根目录创建 _config.butterfly.yml,并把主题目录下的 _config.yml 内容 _config.butterfly.yml 去。( 注意: 复制的是主题下的 _config.yml ,而不是 hexo 的 _config.ym ...
themes-next
一、Hexo主题选择进入主题网站 https://hexo.io/themes/ 选择自己喜欢的主题,我选择的是Next主题,比较简洁美观,而且不需要封面图片。参考github的仓库 https://github.com/next-theme/hexo-theme-next 可以进行安装。
进入博客根目录
执行下面代码。
1git clone https://github.com/next-theme/hexo-theme-next themes/next
这时候进入 themes 文件夹可以发现一个 next 文件夹,说明安装成功。
打开项目根目录下的 _config.yml ,修改 theme 为 next
12- theme: landscape+ theme: next
执行网页生成和预览命令可以查看
二、个性化配置参考 Next使用文档 进行各种配置。需要注意的是在 Hexo 中有两份主要的配置文件,其名称都是 _config.yml。 其中,
一份位于站点根目录下,主要包含 Hexo 本身的配置;
另一份位于主题目录下,这份配置由主题作者提供,主要用于配置主题相 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment