Coder Social home page Coder Social logo

skyearthfeng / artalk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from artalkjs/artalk

0.0 1.0 0.0 1.97 MB

🌌 一款简洁有趣的自托管评论系统,开发中...

Home Page: https://artalk.js.org

License: GNU General Public License v2.0

JavaScript 64.98% HTML 13.56% CSS 21.46%

artalk's Introduction

Altalk

Artalk

一款简洁有趣的自托管评论系统

特性

  • 简洁 (~25kB gzipped)
  • 有趣
  • 自托管
  • Markdown
  • 自定表情
  • 滑稽表情包
  • 管理员认证,防冒名
  • 验证码,提交频率限制
  • 通知中心
  • 评论打分

查看 DEMO

食用

  1. 部署 Artalk 的后端,PHP 版传送门
  2. 前端页面配置 Artalk
<!DOCTYPE html>
<html>
<head>
  <!-- ... -->
  <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
  <link href="dist/Artalk.css" rel="stylesheet">
  <script type="text/javascript" src="dist/Artalk.js"></script>
</head>
<body>
  <!-- ... -->
  <div id="ArtalkComments"></div>
  <!-- ... -->
  <script>
  $(document).ready(function () {
    var artalk = new Artalk({
      el: '#ArtalkComments',
      placeholder: '来啊,快活啊 (/ω\)',
      defaultAvatar: 'mp',
      pageSize: 50,
      pageKey: 'pageKey',
      serverUrl: '[后端程序URL]'
    });
  });
  </script>
</body>
</html>

传送门:Artalk.js / Artalk.css

开发

Build

git clone https://github.com/qwqcode/Artalk.git
cd Artalk
yarn install
yarn run build

Dev

git clone https://github.com/qwqcode/Artalk.git
cd Artalk
yarn install
yarn run dev

捐助

如果您觉得我的项目对您有帮助,并且您愿意给予我一点小小的支持,您可以通过以下方式向我捐助,这样可以维持项目持续地发展,非常感谢!(/ω\)

Alipay Wechat

捐助者的名字将保存于 捐助者名单

最后,我再次对您致以诚挚的感谢!

License

GPL-2.0

artalk's People

Contributors

qwqcode avatar

Watchers

 avatar

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.