抖音小游戏sdk

ith5cn 7f0ffed332 first commit hai 1 mes
config 7f0ffed332 first commit hai 1 mes
lib 7f0ffed332 first commit hai 1 mes
model 7f0ffed332 first commit hai 1 mes
src 7f0ffed332 first commit hai 1 mes
utils 7f0ffed332 first commit hai 1 mes
.editorconfig 7f0ffed332 first commit hai 1 mes
.gitignore 7f0ffed332 first commit hai 1 mes
README.md 7f0ffed332 first commit hai 1 mes
game.js 7f0ffed332 first commit hai 1 mes
game.json 7f0ffed332 first commit hai 1 mes
icon.png 7f0ffed332 first commit hai 1 mes
index.js 7f0ffed332 first commit hai 1 mes
index.ttml 7f0ffed332 first commit hai 1 mes
package-lock.json 7f0ffed332 first commit hai 1 mes
package.json 7f0ffed332 first commit hai 1 mes
project.config.json 7f0ffed332 first commit hai 1 mes
project.private.config.json 7f0ffed332 first commit hai 1 mes
webpack.config.js 7f0ffed332 first commit hai 1 mes

README.md

项目安装

npm install

编译压缩代码(生产环境)

npm run build

sdk使用文档(例子参考game.js)

import {
  init,
  loginUserInfo,
  dataReport,
  makePayment,
  shareAppMessage,
  payConfig,
  navigateToMiniProgram,
  getBindPhoneCode,
  bindPhone,
  onShareAppMessage,
  requestSubscribeMessage,
  triggerSubscribe
} from 'dist/miniGameSdk.1.0.0.js'

// 初始化skd
await init({
    app_version: "1.0.0",
    config_id: "ttce36b88b51081cb507",
    game_name: "头条小游戏",
});