Code Monkey home page Code Monkey logo

ovilia.github.io's Introduction

Web Front-End Designer and Developer

Build Status

Please visit: http://zhangwenli.com.

Blog Source Code

https://github.com/Ovilia/blog/tree/gh-pages

License

Creative Commons License
Blog theme and every blog post in this site by Wenli Zhang is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License, based on a work at http://github.com/ovilia/blog.
You shall reference Author: <a href="http://zhangwenli.com">Wenli Zhang</a> explictly along with this license note if you want to re-post the content, either completely or partially. On the other hand, the code of ovilia.github.io and blog projects is open-sourced under MIT license. You may be free to use them without explict notice, although a link to this site is more than welcomed.

ovilia.github.io's People

Contributors

devyumao avatar liubiantao avatar ovilia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ovilia.github.io's Issues

风格fork

你好,我看了你的blog风格之后很喜欢,我目前也有在想搭建自己的个人网站,因为个人博客是比较私人的,不知道可以使用吗?

很有意思的博客

很有趣的妹子,忘记在前面加上漂亮了。我可是吃饱了狗粮再走的!吃的我很开心。

在user列表返回xianzhe列表的时候会出问题

`
appendDialog(id) {

            if (typeof id === 'object' && id.length > 0) {
                // array of dialog ids
                id.forEach(id => this.appendDialog(id));
                return;
            }

            else if (id == null) {
                this.lastDialog = null;
                // bug!!
                // this.lastDialog.responses = null;
                return;

            }

            this.isXianzheTyping = true;
            const dialog = this.getDialog(id);
            getRandomMsg(dialog.details)
                .forEach(content => {
                    this.msgChain = this.msgChain
                        .then(() => delay(700))
                        .then(() => this.sendMsg(content, AUTHOR.XIANZHE));
                });

            return dialog.nextXianzhe
                ? this.appendDialog(dialog.nextXianzhe)
                : this.msgChain.then(() => {
                    this.lastDialog = dialog;
                    this.isXianzheTyping = false;
                });
        },

        sendMsg(message, author) {
            switch (author) {
                case 'me':
                    return this.sendUserMsg(message);
                default:
                    return this.sendFriendMsg(message, author);
            }
        }, `

this.lastDialog.responses = null 这行会把原始数据修改,导致返回xianzhe列表异常

Beautiful

博客风格真不错,太棒了!忍不住过来看看!

好看,忒好看?

不知道为什么看到照片就想fo,会敲代码的妹纸中长得最俊美的?哈哈哈哈

主题颜色反馈

最开始看到的时候是17年的版本,最近看主页变成了暗棕色,有点点不太适应,有点点伤殇的感觉(个人感觉)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.