Valine

Mr.Hope ... 2020-1-7 Less than 1 minute

# Valine

With Valine,this plugin provides you comment and visitors function。

# Get APP_ID and APP_Key

Click here (opens new window) to register or login in leancloud.

Create new application in Leancloud, and you will get APP ID/APP Key.

({
  type: "valine",
  appId: "...", // your appId
  appKey: "...", // your appKey
});
1
2
3
4
5

You can find all config items on Config.

Tips

For Valine config and usage, please see Valine Docs (opens new window)

Last update: February 21, 2022 04:11
Contributors: Mr.Hope