├── LICENSE ├── README.md ├── app.js ├── app.json ├── app.qss ├── colorui ├── animation.wxss ├── components │ ├── color-picker │ │ ├── color-picker.js │ │ ├── color-picker.json │ │ ├── color-picker.wxml │ │ └── color-picker.wxss │ ├── cu-custom.js │ ├── cu-custom.json │ ├── cu-custom.wxml │ ├── cu-custom.wxss │ └── custom-textarea │ │ ├── custom-textarea.js │ │ ├── custom-textarea.json │ │ ├── custom-textarea.wxml │ │ └── custom-textarea.wxss ├── icon.wxss └── main.wxss ├── images └── logo.jpeg ├── pages ├── functions │ ├── banspeakontime │ │ ├── banspeakontime.js │ │ ├── banspeakontime.json │ │ ├── banspeakontime.qml │ │ └── banspeakontime.qss │ ├── beinvited │ │ ├── beinvited.js │ │ ├── beinvited.json │ │ ├── beinvited.qml │ │ └── beinvited.qss │ ├── blacklist │ │ ├── blacklist.js │ │ ├── blacklist.json │ │ ├── blacklist.qml │ │ └── blacklist.qss │ ├── commandsls │ │ ├── commandsls.js │ │ ├── commandsls.json │ │ ├── commandsls.qml │ │ └── commandsls.qss │ ├── disbanapply │ │ ├── disbanapply.js │ │ ├── disbanapply.json │ │ ├── disbanapply.qml │ │ └── disbanapply.qss │ ├── facelimit │ │ ├── facelimit.js │ │ ├── facelimit.json │ │ ├── facelimit.qml │ │ └── facelimit.qss │ ├── forbiddenwords │ │ ├── forbiddenwords.js │ │ ├── forbiddenwords.json │ │ ├── forbiddenwords.qml │ │ └── forbiddenwords.qss │ ├── forbiddenwords_nick │ │ ├── forbiddenwords_nick.js │ │ ├── forbiddenwords_nick.json │ │ ├── forbiddenwords_nick.qml │ │ └── forbiddenwords_nick.qss │ ├── forbiddenwordsbase │ │ ├── forbiddenwordsbase.js │ │ ├── forbiddenwordsbase.json │ │ ├── forbiddenwordsbase.qml │ │ └── forbiddenwordsbase.qss │ ├── forbiddenwordsbasepunish │ │ ├── forbiddenwordsbasepunish.js │ │ ├── forbiddenwordsbasepunish.json │ │ ├── forbiddenwordsbasepunish.qml │ │ └── forbiddenwordsbasepunish.qss │ ├── getrole │ │ ├── getrole.js │ │ ├── getrole.json │ │ ├── getrole.qml │ │ └── getrole.qss │ ├── goodslist │ │ ├── goodsinfo.js │ │ ├── goodsinfo.json │ │ ├── goodsinfo.qml │ │ ├── goodsinfo.qss │ │ ├── goodslist.js │ │ ├── goodslist.json │ │ ├── goodslist.qml │ │ └── goodslist.qss │ ├── goodslistset │ │ ├── goodslistset.js │ │ ├── goodslistset.json │ │ ├── goodslistset.qml │ │ └── goodslistset.qss │ ├── goodslistsetgoods │ │ ├── cardsedit.js │ │ ├── cardsedit.json │ │ ├── cardsedit.qml │ │ ├── cardsedit.qss │ │ ├── goodslistsetgoods.js │ │ ├── goodslistsetgoods.json │ │ ├── goodslistsetgoods.qml │ │ ├── goodslistsetgoods.qss │ │ ├── setgood.js │ │ ├── setgood.json │ │ ├── setgood.qml │ │ └── setgood.qss │ ├── guildcards │ │ ├── guildcards.js │ │ ├── guildcards.json │ │ ├── guildcards.qml │ │ ├── guildcards.qss │ │ ├── setgood.js │ │ ├── setgood.json │ │ ├── setgood.qml │ │ └── setgood.qss │ ├── guildinvitecodes │ │ ├── guildinvitecodes.js │ │ ├── guildinvitecodes.json │ │ ├── guildinvitecodes.qml │ │ └── guildinvitecodes.qss │ ├── guildsmanage │ │ ├── guildsmanage.js │ │ ├── guildsmanage.json │ │ ├── guildsmanage.qml │ │ └── guildsmanage.qss │ ├── help1 │ │ ├── help1.js │ │ ├── help1.json │ │ ├── help1.qml │ │ └── help1.qss │ ├── help2 │ │ ├── help2.js │ │ ├── help2.json │ │ ├── help2.qml │ │ └── help2.qss │ ├── historygoods │ │ ├── historygoods.js │ │ ├── historygoods.json │ │ ├── historygoods.qml │ │ └── historygoods.qss │ ├── imagesp │ │ ├── imagesp.js │ │ ├── imagesp.json │ │ ├── imagesp.qml │ │ └── imagesp.qss │ ├── index │ │ ├── index.js │ │ ├── index.json │ │ ├── index.qml │ │ └── index.qss │ ├── invited_users │ │ ├── invited_users.js │ │ ├── invited_users.json │ │ ├── invited_users.qml │ │ └── invited_users.qss │ ├── itoolsp │ │ ├── itoolsp.js │ │ ├── itoolsp.json │ │ ├── itoolsp.qml │ │ └── itoolsp.qss │ ├── keywords │ │ ├── keywords.js │ │ ├── keywords.json │ │ ├── keywords.qml │ │ └── keywords.qss │ ├── keywords_p │ │ ├── keywords_p.js │ │ ├── keywords_p.json │ │ ├── keywords_p.qml │ │ └── keywords_p.qss │ ├── livenotice │ │ ├── livenotice.js │ │ ├── livenotice.json │ │ ├── livenotice.qml │ │ └── livenotice.qss │ ├── lockcard │ │ ├── lockcard.js │ │ ├── lockcard.json │ │ ├── lockcard.qml │ │ └── lockcard.qss │ ├── logs │ │ ├── logs.js │ │ ├── logs.json │ │ ├── logs.qml │ │ └── logs.qss │ ├── memberexitoption │ │ ├── memberexitoption.js │ │ ├── memberexitoption.json │ │ ├── memberexitoption.qml │ │ └── memberexitoption.qss │ ├── message_level_limit │ │ ├── message_level_limit.js │ │ ├── message_level_limit.json │ │ ├── message_level_limit.qml │ │ └── message_level_limit.qss │ ├── message_limit │ │ ├── message_limit.js │ │ ├── message_limit.json │ │ ├── message_limit.qml │ │ └── message_limit.qss │ ├── message_rule │ │ ├── message_rule.js │ │ ├── message_rule.json │ │ ├── message_rule.qml │ │ └── message_rule.qss │ ├── messagerecallnotice │ │ ├── messagerecallnotice.js │ │ ├── messagerecallnotice.json │ │ ├── messagerecallnotice.qml │ │ └── messagerecallnotice.qss │ ├── myinvitecodes │ │ ├── myinvitecodes.js │ │ ├── myinvitecodes.json │ │ ├── myinvitecodes.qml │ │ └── myinvitecodes.qss │ ├── mylocation │ │ ├── mylocation.js │ │ ├── mylocation.json │ │ ├── mylocation.qml │ │ └── mylocation.qss │ ├── myownlogs │ │ ├── myownlogs.js │ │ ├── myownlogs.json │ │ ├── myownlogs.qml │ │ └── myownlogs.qss │ ├── mypoints │ │ ├── mypoints.js │ │ ├── mypoints.json │ │ ├── mypoints.qml │ │ └── mypoints.qss │ ├── newmemberset │ │ ├── newmemberset.js │ │ ├── newmemberset.json │ │ ├── newmemberset.qml │ │ └── newmemberset.qss │ ├── newmembervef │ │ ├── newmembervef.js │ │ ├── newmembervef.json │ │ ├── newmembervef.qml │ │ └── newmembervef.qss │ ├── newmembervefanswer │ │ ├── newmembervefanswer.js │ │ ├── newmembervefanswer.json │ │ ├── newmembervefanswer.qml │ │ └── newmembervefanswer.qss │ ├── newthemenotice │ │ ├── newthemenotice.js │ │ ├── newthemenotice.json │ │ ├── newthemenotice.qml │ │ └── newthemenotice.qss │ ├── notice_member_remove │ │ ├── notice_member_remove.js │ │ ├── notice_member_remove.json │ │ ├── notice_member_remove.qml │ │ └── notice_member_remove.qss │ ├── notice_memberexit │ │ ├── notice_memberexit.js │ │ ├── notice_memberexit.json │ │ ├── notice_memberexit.qml │ │ └── notice_memberexit.qss │ ├── notice_newmember │ │ ├── notice_newmember.js │ │ ├── notice_newmember.json │ │ ├── notice_newmember.qml │ │ └── notice_newmember.qss │ ├── office │ │ ├── office.js │ │ ├── office.json │ │ ├── office.qml │ │ └── office.qss │ ├── officetasks │ │ ├── officetasks.js │ │ ├── officetasks.json │ │ ├── officetasks.qml │ │ └── officetasks.qss │ ├── oncommentpoints │ │ ├── oncommentpoints.js │ │ ├── oncommentpoints.json │ │ ├── oncommentpoints.qml │ │ └── oncommentpoints.qss │ ├── oninvitepoints │ │ ├── oninvitepoints.js │ │ ├── oninvitepoints.json │ │ ├── oninvitepoints.qml │ │ └── oninvitepoints.qss │ ├── onlivepoints │ │ ├── onlivepoints.js │ │ ├── onlivepoints.json │ │ ├── onlivepoints.qml │ │ └── onlivepoints.qss │ ├── onspeakpoints │ │ ├── onspeakpoints.js │ │ ├── onspeakpoints.json │ │ ├── onspeakpoints.qml │ │ └── onspeakpoints.qss │ ├── onthemepoints │ │ ├── onthemepoints.js │ │ ├── onthemepoints.json │ │ ├── onthemepoints.qml │ │ └── onthemepoints.qss │ ├── onvoicepoints │ │ ├── onvoicepoints.js │ │ ├── onvoicepoints.json │ │ ├── onvoicepoints.qml │ │ └── onvoicepoints.qss │ ├── onworklist │ │ ├── onworklist.js │ │ ├── onworklist.json │ │ ├── onworklist.qml │ │ └── onworklist.qss │ ├── onworkpoints │ │ ├── onworkpoints.js │ │ ├── onworkpoints.json │ │ ├── onworkpoints.qml │ │ └── onworkpoints.qss │ ├── payaccount │ │ ├── payaccount.js │ │ ├── payaccount.json │ │ ├── payaccount.qml │ │ └── payaccount.qss │ ├── payforguild │ │ ├── payforguild.js │ │ ├── payforguild.json │ │ ├── payforguild.qml │ │ └── payforguild.qss │ ├── permission │ │ ├── permission.js │ │ ├── permission.json │ │ ├── permission.qml │ │ └── permission.qss │ ├── permission_c │ │ ├── permission_c.js │ │ ├── permission_c.json │ │ ├── permission_c.qml │ │ └── permission_c.qss │ ├── pointsbank │ │ ├── pointsbank.js │ │ ├── pointsbank.json │ │ ├── pointsbank.qml │ │ └── pointsbank.qss │ ├── pointssets │ │ ├── pointssets.js │ │ ├── pointssets.json │ │ ├── pointssets.qml │ │ └── pointssets.qss │ ├── pushmessageontime │ │ ├── pushmessageontime.js │ │ ├── pushmessageontime.json │ │ ├── pushmessageontime.qml │ │ └── pushmessageontime.qss │ ├── pushmessageontime_p │ │ ├── pushmessageontime_p.js │ │ ├── pushmessageontime_p.json │ │ ├── pushmessageontime_p.qml │ │ └── pushmessageontime_p.qss │ ├── qface │ │ ├── qface.js │ │ ├── qface.json │ │ ├── qface.qml │ │ └── qface.qss │ ├── roles │ │ ├── roles.js │ │ ├── roles.json │ │ ├── roles.qml │ │ └── roles.qss │ ├── safecpermission │ │ ├── safecpermission.js │ │ ├── safecpermission.json │ │ ├── safecpermission.qml │ │ └── safecpermission.qss │ ├── show │ │ ├── show.js │ │ ├── show.json │ │ ├── show.qml │ │ └── show.qss │ ├── stroill │ │ ├── stroill.js │ │ ├── stroill.json │ │ ├── stroill.qml │ │ └── stroill.qss │ ├── themenotice │ │ ├── themenotice.js │ │ ├── themenotice.json │ │ ├── themenotice.qml │ │ └── themenotice.qss │ ├── transpoints │ │ ├── transpoints.js │ │ ├── transpoints.json │ │ ├── transpoints.qml │ │ └── transpoints.qss │ ├── ubankpaylist │ │ ├── ubankpaylist.js │ │ ├── ubankpaylist.json │ │ ├── ubankpaylist.qml │ │ └── ubankpaylist.qss │ ├── updatelogs │ │ ├── updatelogs.js │ │ ├── updatelogs.json │ │ ├── updatelogs.qml │ │ └── updatelogs.qss │ ├── upointslist │ │ ├── phistory.js │ │ ├── phistory.json │ │ ├── phistory.qml │ │ ├── phistory.qss │ │ ├── ubanklist.js │ │ ├── ubanklist.json │ │ ├── ubanklist.qml │ │ ├── ubanklist.qss │ │ ├── upointslist.js │ │ ├── upointslist.json │ │ ├── upointslist.qml │ │ └── upointslist.qss │ ├── voicenotice │ │ ├── voicenotice.js │ │ ├── voicenotice.json │ │ ├── voicenotice.qml │ │ └── voicenotice.qss │ └── worningsets │ │ ├── worningsets.js │ │ ├── worningsets.json │ │ ├── worningsets.qml │ │ └── worningsets.qss └── lightcute │ ├── keywords │ ├── keywords.js │ ├── keywords.json │ ├── keywords.qml │ └── keywords.qss │ └── show │ ├── show.js │ ├── show.json │ ├── show.qml │ └── show.qss ├── project.config.json └── utils └── util.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/app.js -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/app.json -------------------------------------------------------------------------------- /app.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/app.qss -------------------------------------------------------------------------------- /colorui/animation.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/animation.wxss -------------------------------------------------------------------------------- /colorui/components/color-picker/color-picker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/color-picker/color-picker.js -------------------------------------------------------------------------------- /colorui/components/color-picker/color-picker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/color-picker/color-picker.json -------------------------------------------------------------------------------- /colorui/components/color-picker/color-picker.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/color-picker/color-picker.wxml -------------------------------------------------------------------------------- /colorui/components/color-picker/color-picker.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/color-picker/color-picker.wxss -------------------------------------------------------------------------------- /colorui/components/cu-custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/cu-custom.js -------------------------------------------------------------------------------- /colorui/components/cu-custom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/cu-custom.json -------------------------------------------------------------------------------- /colorui/components/cu-custom.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/cu-custom.wxml -------------------------------------------------------------------------------- /colorui/components/cu-custom.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/cu-custom.wxss -------------------------------------------------------------------------------- /colorui/components/custom-textarea/custom-textarea.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/custom-textarea/custom-textarea.js -------------------------------------------------------------------------------- /colorui/components/custom-textarea/custom-textarea.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/custom-textarea/custom-textarea.json -------------------------------------------------------------------------------- /colorui/components/custom-textarea/custom-textarea.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/custom-textarea/custom-textarea.wxml -------------------------------------------------------------------------------- /colorui/components/custom-textarea/custom-textarea.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/components/custom-textarea/custom-textarea.wxss -------------------------------------------------------------------------------- /colorui/icon.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/icon.wxss -------------------------------------------------------------------------------- /colorui/main.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/colorui/main.wxss -------------------------------------------------------------------------------- /images/logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/images/logo.jpeg -------------------------------------------------------------------------------- /pages/functions/banspeakontime/banspeakontime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/banspeakontime/banspeakontime.js -------------------------------------------------------------------------------- /pages/functions/banspeakontime/banspeakontime.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/banspeakontime/banspeakontime.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/banspeakontime/banspeakontime.qml -------------------------------------------------------------------------------- /pages/functions/banspeakontime/banspeakontime.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/beinvited/beinvited.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/beinvited/beinvited.js -------------------------------------------------------------------------------- /pages/functions/beinvited/beinvited.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/functions/beinvited/beinvited.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/beinvited/beinvited.qml -------------------------------------------------------------------------------- /pages/functions/beinvited/beinvited.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/beinvited/beinvited.qss -------------------------------------------------------------------------------- /pages/functions/blacklist/blacklist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/blacklist/blacklist.js -------------------------------------------------------------------------------- /pages/functions/blacklist/blacklist.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/blacklist/blacklist.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/blacklist/blacklist.qml -------------------------------------------------------------------------------- /pages/functions/blacklist/blacklist.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/blacklist/blacklist.qss -------------------------------------------------------------------------------- /pages/functions/commandsls/commandsls.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/commandsls/commandsls.js -------------------------------------------------------------------------------- /pages/functions/commandsls/commandsls.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/functions/commandsls/commandsls.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/commandsls/commandsls.qml -------------------------------------------------------------------------------- /pages/functions/commandsls/commandsls.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/disbanapply/disbanapply.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/disbanapply/disbanapply.js -------------------------------------------------------------------------------- /pages/functions/disbanapply/disbanapply.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/disbanapply/disbanapply.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/disbanapply/disbanapply.qml -------------------------------------------------------------------------------- /pages/functions/disbanapply/disbanapply.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/facelimit/facelimit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/facelimit/facelimit.js -------------------------------------------------------------------------------- /pages/functions/facelimit/facelimit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/facelimit/facelimit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/facelimit/facelimit.qml -------------------------------------------------------------------------------- /pages/functions/facelimit/facelimit.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/forbiddenwords/forbiddenwords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwords/forbiddenwords.js -------------------------------------------------------------------------------- /pages/functions/forbiddenwords/forbiddenwords.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/forbiddenwords/forbiddenwords.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwords/forbiddenwords.qml -------------------------------------------------------------------------------- /pages/functions/forbiddenwords/forbiddenwords.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwords/forbiddenwords.qss -------------------------------------------------------------------------------- /pages/functions/forbiddenwords_nick/forbiddenwords_nick.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwords_nick/forbiddenwords_nick.js -------------------------------------------------------------------------------- /pages/functions/forbiddenwords_nick/forbiddenwords_nick.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/forbiddenwords_nick/forbiddenwords_nick.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwords_nick/forbiddenwords_nick.qml -------------------------------------------------------------------------------- /pages/functions/forbiddenwords_nick/forbiddenwords_nick.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwords_nick/forbiddenwords_nick.qss -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbase/forbiddenwordsbase.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwordsbase/forbiddenwordsbase.js -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbase/forbiddenwordsbase.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbase/forbiddenwordsbase.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwordsbase/forbiddenwordsbase.qml -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbase/forbiddenwordsbase.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwordsbase/forbiddenwordsbase.qss -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbasepunish/forbiddenwordsbasepunish.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwordsbasepunish/forbiddenwordsbasepunish.js -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbasepunish/forbiddenwordsbasepunish.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbasepunish/forbiddenwordsbasepunish.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/forbiddenwordsbasepunish/forbiddenwordsbasepunish.qml -------------------------------------------------------------------------------- /pages/functions/forbiddenwordsbasepunish/forbiddenwordsbasepunish.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/getrole/getrole.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/getrole/getrole.js -------------------------------------------------------------------------------- /pages/functions/getrole/getrole.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/functions/getrole/getrole.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/getrole/getrole.qml -------------------------------------------------------------------------------- /pages/functions/getrole/getrole.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/getrole/getrole.qss -------------------------------------------------------------------------------- /pages/functions/goodslist/goodsinfo.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslist/goodsinfo.js -------------------------------------------------------------------------------- /pages/functions/goodslist/goodsinfo.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/goodslist/goodsinfo.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslist/goodsinfo.qml -------------------------------------------------------------------------------- /pages/functions/goodslist/goodsinfo.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/goodslist/goodslist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslist/goodslist.js -------------------------------------------------------------------------------- /pages/functions/goodslist/goodslist.json: -------------------------------------------------------------------------------- 1 | { 2 | "enablePullDownRefresh": true 3 | } -------------------------------------------------------------------------------- /pages/functions/goodslist/goodslist.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslist/goodslist.qml -------------------------------------------------------------------------------- /pages/functions/goodslist/goodslist.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslist/goodslist.qss -------------------------------------------------------------------------------- /pages/functions/goodslistset/goodslistset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistset/goodslistset.js -------------------------------------------------------------------------------- /pages/functions/goodslistset/goodslistset.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/goodslistset/goodslistset.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistset/goodslistset.qml -------------------------------------------------------------------------------- /pages/functions/goodslistset/goodslistset.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/cardsedit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistsetgoods/cardsedit.js -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/cardsedit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/cardsedit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistsetgoods/cardsedit.qml -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/cardsedit.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistsetgoods/cardsedit.qss -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/goodslistsetgoods.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistsetgoods/goodslistsetgoods.js -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/goodslistsetgoods.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/goodslistsetgoods.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistsetgoods/goodslistsetgoods.qml -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/goodslistsetgoods.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/setgood.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistsetgoods/setgood.js -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/setgood.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/setgood.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/goodslistsetgoods/setgood.qml -------------------------------------------------------------------------------- /pages/functions/goodslistsetgoods/setgood.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/guildcards/guildcards.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildcards/guildcards.js -------------------------------------------------------------------------------- /pages/functions/guildcards/guildcards.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/guildcards/guildcards.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildcards/guildcards.qml -------------------------------------------------------------------------------- /pages/functions/guildcards/guildcards.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/guildcards/setgood.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildcards/setgood.js -------------------------------------------------------------------------------- /pages/functions/guildcards/setgood.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/guildcards/setgood.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildcards/setgood.qml -------------------------------------------------------------------------------- /pages/functions/guildcards/setgood.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/guildinvitecodes/guildinvitecodes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildinvitecodes/guildinvitecodes.js -------------------------------------------------------------------------------- /pages/functions/guildinvitecodes/guildinvitecodes.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/guildinvitecodes/guildinvitecodes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildinvitecodes/guildinvitecodes.qml -------------------------------------------------------------------------------- /pages/functions/guildinvitecodes/guildinvitecodes.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildinvitecodes/guildinvitecodes.qss -------------------------------------------------------------------------------- /pages/functions/guildsmanage/guildsmanage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildsmanage/guildsmanage.js -------------------------------------------------------------------------------- /pages/functions/guildsmanage/guildsmanage.json: -------------------------------------------------------------------------------- 1 | { 2 | "enablePullDownRefresh": true 3 | } -------------------------------------------------------------------------------- /pages/functions/guildsmanage/guildsmanage.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildsmanage/guildsmanage.qml -------------------------------------------------------------------------------- /pages/functions/guildsmanage/guildsmanage.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/guildsmanage/guildsmanage.qss -------------------------------------------------------------------------------- /pages/functions/help1/help1.js: -------------------------------------------------------------------------------- 1 | Page({ 2 | }) -------------------------------------------------------------------------------- /pages/functions/help1/help1.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/functions/help1/help1.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/help1/help1.qml -------------------------------------------------------------------------------- /pages/functions/help1/help1.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/help2/help2.js: -------------------------------------------------------------------------------- 1 | Page({ 2 | }) -------------------------------------------------------------------------------- /pages/functions/help2/help2.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/functions/help2/help2.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/help2/help2.qml -------------------------------------------------------------------------------- /pages/functions/help2/help2.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/historygoods/historygoods.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/historygoods/historygoods.js -------------------------------------------------------------------------------- /pages/functions/historygoods/historygoods.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/historygoods/historygoods.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/historygoods/historygoods.qml -------------------------------------------------------------------------------- /pages/functions/historygoods/historygoods.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/imagesp/imagesp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/imagesp/imagesp.js -------------------------------------------------------------------------------- /pages/functions/imagesp/imagesp.json: -------------------------------------------------------------------------------- 1 | { 2 | "enablePullDownRefresh": true 3 | } -------------------------------------------------------------------------------- /pages/functions/imagesp/imagesp.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/imagesp/imagesp.qml -------------------------------------------------------------------------------- /pages/functions/imagesp/imagesp.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/index/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/index/index.js -------------------------------------------------------------------------------- /pages/functions/index/index.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/index/index.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/index/index.qml -------------------------------------------------------------------------------- /pages/functions/index/index.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/index/index.qss -------------------------------------------------------------------------------- /pages/functions/invited_users/invited_users.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/invited_users/invited_users.js -------------------------------------------------------------------------------- /pages/functions/invited_users/invited_users.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/invited_users/invited_users.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/invited_users/invited_users.qml -------------------------------------------------------------------------------- /pages/functions/invited_users/invited_users.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/invited_users/invited_users.qss -------------------------------------------------------------------------------- /pages/functions/itoolsp/itoolsp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/itoolsp/itoolsp.js -------------------------------------------------------------------------------- /pages/functions/itoolsp/itoolsp.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/itoolsp/itoolsp.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/itoolsp/itoolsp.qml -------------------------------------------------------------------------------- /pages/functions/itoolsp/itoolsp.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/keywords/keywords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/keywords/keywords.js -------------------------------------------------------------------------------- /pages/functions/keywords/keywords.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/keywords/keywords.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/keywords/keywords.qml -------------------------------------------------------------------------------- /pages/functions/keywords/keywords.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/keywords/keywords.qss -------------------------------------------------------------------------------- /pages/functions/keywords_p/keywords_p.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/keywords_p/keywords_p.js -------------------------------------------------------------------------------- /pages/functions/keywords_p/keywords_p.json: -------------------------------------------------------------------------------- 1 | { 2 | "enablePullDownRefresh": true 3 | } -------------------------------------------------------------------------------- /pages/functions/keywords_p/keywords_p.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/keywords_p/keywords_p.qml -------------------------------------------------------------------------------- /pages/functions/keywords_p/keywords_p.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/keywords_p/keywords_p.qss -------------------------------------------------------------------------------- /pages/functions/livenotice/livenotice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/livenotice/livenotice.js -------------------------------------------------------------------------------- /pages/functions/livenotice/livenotice.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/livenotice/livenotice.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/livenotice/livenotice.qml -------------------------------------------------------------------------------- /pages/functions/livenotice/livenotice.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/lockcard/lockcard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/lockcard/lockcard.js -------------------------------------------------------------------------------- /pages/functions/lockcard/lockcard.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/lockcard/lockcard.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/lockcard/lockcard.qml -------------------------------------------------------------------------------- /pages/functions/lockcard/lockcard.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/logs/logs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/logs/logs.js -------------------------------------------------------------------------------- /pages/functions/logs/logs.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/logs/logs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/logs/logs.qml -------------------------------------------------------------------------------- /pages/functions/logs/logs.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/memberexitoption/memberexitoption.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/memberexitoption/memberexitoption.js -------------------------------------------------------------------------------- /pages/functions/memberexitoption/memberexitoption.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/memberexitoption/memberexitoption.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/memberexitoption/memberexitoption.qml -------------------------------------------------------------------------------- /pages/functions/memberexitoption/memberexitoption.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/message_level_limit/message_level_limit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/message_level_limit/message_level_limit.js -------------------------------------------------------------------------------- /pages/functions/message_level_limit/message_level_limit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/message_level_limit/message_level_limit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/message_level_limit/message_level_limit.qml -------------------------------------------------------------------------------- /pages/functions/message_level_limit/message_level_limit.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/message_limit/message_limit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/message_limit/message_limit.js -------------------------------------------------------------------------------- /pages/functions/message_limit/message_limit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/message_limit/message_limit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/message_limit/message_limit.qml -------------------------------------------------------------------------------- /pages/functions/message_limit/message_limit.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/message_rule/message_rule.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/message_rule/message_rule.js -------------------------------------------------------------------------------- /pages/functions/message_rule/message_rule.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/message_rule/message_rule.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/message_rule/message_rule.qml -------------------------------------------------------------------------------- /pages/functions/message_rule/message_rule.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/messagerecallnotice/messagerecallnotice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/messagerecallnotice/messagerecallnotice.js -------------------------------------------------------------------------------- /pages/functions/messagerecallnotice/messagerecallnotice.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/messagerecallnotice/messagerecallnotice.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/messagerecallnotice/messagerecallnotice.qml -------------------------------------------------------------------------------- /pages/functions/messagerecallnotice/messagerecallnotice.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/myinvitecodes/myinvitecodes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/myinvitecodes/myinvitecodes.js -------------------------------------------------------------------------------- /pages/functions/myinvitecodes/myinvitecodes.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/myinvitecodes/myinvitecodes.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/myinvitecodes/myinvitecodes.qml -------------------------------------------------------------------------------- /pages/functions/myinvitecodes/myinvitecodes.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/myinvitecodes/myinvitecodes.qss -------------------------------------------------------------------------------- /pages/functions/mylocation/mylocation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/mylocation/mylocation.js -------------------------------------------------------------------------------- /pages/functions/mylocation/mylocation.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/mylocation/mylocation.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/mylocation/mylocation.qml -------------------------------------------------------------------------------- /pages/functions/mylocation/mylocation.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/myownlogs/myownlogs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/myownlogs/myownlogs.js -------------------------------------------------------------------------------- /pages/functions/myownlogs/myownlogs.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/myownlogs/myownlogs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/myownlogs/myownlogs.qml -------------------------------------------------------------------------------- /pages/functions/myownlogs/myownlogs.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/mypoints/mypoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/mypoints/mypoints.js -------------------------------------------------------------------------------- /pages/functions/mypoints/mypoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/mypoints/mypoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/mypoints/mypoints.qml -------------------------------------------------------------------------------- /pages/functions/mypoints/mypoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/newmemberset/newmemberset.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newmemberset/newmemberset.js -------------------------------------------------------------------------------- /pages/functions/newmemberset/newmemberset.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/newmemberset/newmemberset.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newmemberset/newmemberset.qml -------------------------------------------------------------------------------- /pages/functions/newmemberset/newmemberset.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/newmembervef/newmembervef.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newmembervef/newmembervef.js -------------------------------------------------------------------------------- /pages/functions/newmembervef/newmembervef.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/newmembervef/newmembervef.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newmembervef/newmembervef.qml -------------------------------------------------------------------------------- /pages/functions/newmembervef/newmembervef.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/newmembervefanswer/newmembervefanswer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newmembervefanswer/newmembervefanswer.js -------------------------------------------------------------------------------- /pages/functions/newmembervefanswer/newmembervefanswer.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/newmembervefanswer/newmembervefanswer.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newmembervefanswer/newmembervefanswer.qml -------------------------------------------------------------------------------- /pages/functions/newmembervefanswer/newmembervefanswer.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/newthemenotice/newthemenotice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newthemenotice/newthemenotice.js -------------------------------------------------------------------------------- /pages/functions/newthemenotice/newthemenotice.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/newthemenotice/newthemenotice.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/newthemenotice/newthemenotice.qml -------------------------------------------------------------------------------- /pages/functions/newthemenotice/newthemenotice.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/notice_member_remove/notice_member_remove.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/notice_member_remove/notice_member_remove.js -------------------------------------------------------------------------------- /pages/functions/notice_member_remove/notice_member_remove.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/notice_member_remove/notice_member_remove.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/notice_member_remove/notice_member_remove.qml -------------------------------------------------------------------------------- /pages/functions/notice_member_remove/notice_member_remove.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/notice_memberexit/notice_memberexit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/notice_memberexit/notice_memberexit.js -------------------------------------------------------------------------------- /pages/functions/notice_memberexit/notice_memberexit.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/notice_memberexit/notice_memberexit.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/notice_memberexit/notice_memberexit.qml -------------------------------------------------------------------------------- /pages/functions/notice_memberexit/notice_memberexit.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/notice_memberexit/notice_memberexit.qss -------------------------------------------------------------------------------- /pages/functions/notice_newmember/notice_newmember.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/notice_newmember/notice_newmember.js -------------------------------------------------------------------------------- /pages/functions/notice_newmember/notice_newmember.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/notice_newmember/notice_newmember.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/notice_newmember/notice_newmember.qml -------------------------------------------------------------------------------- /pages/functions/notice_newmember/notice_newmember.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/office/office.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/office/office.js -------------------------------------------------------------------------------- /pages/functions/office/office.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/office/office.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/office/office.qml -------------------------------------------------------------------------------- /pages/functions/office/office.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/officetasks/officetasks.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/officetasks/officetasks.js -------------------------------------------------------------------------------- /pages/functions/officetasks/officetasks.json: -------------------------------------------------------------------------------- 1 | { 2 | "enablePullDownRefresh": true 3 | } -------------------------------------------------------------------------------- /pages/functions/officetasks/officetasks.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/officetasks/officetasks.qml -------------------------------------------------------------------------------- /pages/functions/officetasks/officetasks.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/oncommentpoints/oncommentpoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/oncommentpoints/oncommentpoints.js -------------------------------------------------------------------------------- /pages/functions/oncommentpoints/oncommentpoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/oncommentpoints/oncommentpoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/oncommentpoints/oncommentpoints.qml -------------------------------------------------------------------------------- /pages/functions/oncommentpoints/oncommentpoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/oninvitepoints/oninvitepoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/oninvitepoints/oninvitepoints.js -------------------------------------------------------------------------------- /pages/functions/oninvitepoints/oninvitepoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/oninvitepoints/oninvitepoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/oninvitepoints/oninvitepoints.qml -------------------------------------------------------------------------------- /pages/functions/oninvitepoints/oninvitepoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/onlivepoints/onlivepoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onlivepoints/onlivepoints.js -------------------------------------------------------------------------------- /pages/functions/onlivepoints/onlivepoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/onlivepoints/onlivepoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onlivepoints/onlivepoints.qml -------------------------------------------------------------------------------- /pages/functions/onlivepoints/onlivepoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/onspeakpoints/onspeakpoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onspeakpoints/onspeakpoints.js -------------------------------------------------------------------------------- /pages/functions/onspeakpoints/onspeakpoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/onspeakpoints/onspeakpoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onspeakpoints/onspeakpoints.qml -------------------------------------------------------------------------------- /pages/functions/onspeakpoints/onspeakpoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/onthemepoints/onthemepoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onthemepoints/onthemepoints.js -------------------------------------------------------------------------------- /pages/functions/onthemepoints/onthemepoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/onthemepoints/onthemepoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onthemepoints/onthemepoints.qml -------------------------------------------------------------------------------- /pages/functions/onthemepoints/onthemepoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/onvoicepoints/onvoicepoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onvoicepoints/onvoicepoints.js -------------------------------------------------------------------------------- /pages/functions/onvoicepoints/onvoicepoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/onvoicepoints/onvoicepoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onvoicepoints/onvoicepoints.qml -------------------------------------------------------------------------------- /pages/functions/onvoicepoints/onvoicepoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/onworklist/onworklist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onworklist/onworklist.js -------------------------------------------------------------------------------- /pages/functions/onworklist/onworklist.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/onworklist/onworklist.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onworklist/onworklist.qml -------------------------------------------------------------------------------- /pages/functions/onworklist/onworklist.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onworklist/onworklist.qss -------------------------------------------------------------------------------- /pages/functions/onworkpoints/onworkpoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onworkpoints/onworkpoints.js -------------------------------------------------------------------------------- /pages/functions/onworkpoints/onworkpoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/onworkpoints/onworkpoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/onworkpoints/onworkpoints.qml -------------------------------------------------------------------------------- /pages/functions/onworkpoints/onworkpoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/payaccount/payaccount.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/payaccount/payaccount.js -------------------------------------------------------------------------------- /pages/functions/payaccount/payaccount.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/payaccount/payaccount.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/payaccount/payaccount.qml -------------------------------------------------------------------------------- /pages/functions/payaccount/payaccount.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/payforguild/payforguild.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/payforguild/payforguild.js -------------------------------------------------------------------------------- /pages/functions/payforguild/payforguild.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/payforguild/payforguild.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/payforguild/payforguild.qml -------------------------------------------------------------------------------- /pages/functions/payforguild/payforguild.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/permission/permission.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/permission/permission.js -------------------------------------------------------------------------------- /pages/functions/permission/permission.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/permission/permission.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/permission/permission.qml -------------------------------------------------------------------------------- /pages/functions/permission/permission.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/permission/permission.qss -------------------------------------------------------------------------------- /pages/functions/permission_c/permission_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/permission_c/permission_c.js -------------------------------------------------------------------------------- /pages/functions/permission_c/permission_c.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/permission_c/permission_c.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/permission_c/permission_c.qml -------------------------------------------------------------------------------- /pages/functions/permission_c/permission_c.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/permission_c/permission_c.qss -------------------------------------------------------------------------------- /pages/functions/pointsbank/pointsbank.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pointsbank/pointsbank.js -------------------------------------------------------------------------------- /pages/functions/pointsbank/pointsbank.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/pointsbank/pointsbank.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pointsbank/pointsbank.qml -------------------------------------------------------------------------------- /pages/functions/pointsbank/pointsbank.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/pointssets/pointssets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pointssets/pointssets.js -------------------------------------------------------------------------------- /pages/functions/pointssets/pointssets.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/pointssets/pointssets.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pointssets/pointssets.qml -------------------------------------------------------------------------------- /pages/functions/pointssets/pointssets.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/pushmessageontime/pushmessageontime.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pushmessageontime/pushmessageontime.js -------------------------------------------------------------------------------- /pages/functions/pushmessageontime/pushmessageontime.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/pushmessageontime/pushmessageontime.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pushmessageontime/pushmessageontime.qml -------------------------------------------------------------------------------- /pages/functions/pushmessageontime/pushmessageontime.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pushmessageontime/pushmessageontime.qss -------------------------------------------------------------------------------- /pages/functions/pushmessageontime_p/pushmessageontime_p.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pushmessageontime_p/pushmessageontime_p.js -------------------------------------------------------------------------------- /pages/functions/pushmessageontime_p/pushmessageontime_p.json: -------------------------------------------------------------------------------- 1 | { 2 | "enablePullDownRefresh": true 3 | } -------------------------------------------------------------------------------- /pages/functions/pushmessageontime_p/pushmessageontime_p.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pushmessageontime_p/pushmessageontime_p.qml -------------------------------------------------------------------------------- /pages/functions/pushmessageontime_p/pushmessageontime_p.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/pushmessageontime_p/pushmessageontime_p.qss -------------------------------------------------------------------------------- /pages/functions/qface/qface.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/qface/qface.js -------------------------------------------------------------------------------- /pages/functions/qface/qface.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/functions/qface/qface.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/qface/qface.qml -------------------------------------------------------------------------------- /pages/functions/qface/qface.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/qface/qface.qss -------------------------------------------------------------------------------- /pages/functions/roles/roles.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/roles/roles.js -------------------------------------------------------------------------------- /pages/functions/roles/roles.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/roles/roles.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/roles/roles.qml -------------------------------------------------------------------------------- /pages/functions/roles/roles.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/safecpermission/safecpermission.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/safecpermission/safecpermission.js -------------------------------------------------------------------------------- /pages/functions/safecpermission/safecpermission.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/safecpermission/safecpermission.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/safecpermission/safecpermission.qml -------------------------------------------------------------------------------- /pages/functions/safecpermission/safecpermission.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/safecpermission/safecpermission.qss -------------------------------------------------------------------------------- /pages/functions/show/show.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/show/show.js -------------------------------------------------------------------------------- /pages/functions/show/show.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/show/show.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/show/show.qml -------------------------------------------------------------------------------- /pages/functions/show/show.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/show/show.qss -------------------------------------------------------------------------------- /pages/functions/stroill/stroill.js: -------------------------------------------------------------------------------- 1 | Page({ 2 | 3 | }) -------------------------------------------------------------------------------- /pages/functions/stroill/stroill.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | } -------------------------------------------------------------------------------- /pages/functions/stroill/stroill.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/stroill/stroill.qml -------------------------------------------------------------------------------- /pages/functions/stroill/stroill.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/themenotice/themenotice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/themenotice/themenotice.js -------------------------------------------------------------------------------- /pages/functions/themenotice/themenotice.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/themenotice/themenotice.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/themenotice/themenotice.qml -------------------------------------------------------------------------------- /pages/functions/themenotice/themenotice.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/transpoints/transpoints.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/transpoints/transpoints.js -------------------------------------------------------------------------------- /pages/functions/transpoints/transpoints.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/transpoints/transpoints.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/transpoints/transpoints.qml -------------------------------------------------------------------------------- /pages/functions/transpoints/transpoints.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/ubankpaylist/ubankpaylist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/ubankpaylist/ubankpaylist.js -------------------------------------------------------------------------------- /pages/functions/ubankpaylist/ubankpaylist.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/ubankpaylist/ubankpaylist.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/ubankpaylist/ubankpaylist.qml -------------------------------------------------------------------------------- /pages/functions/ubankpaylist/ubankpaylist.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/ubankpaylist/ubankpaylist.qss -------------------------------------------------------------------------------- /pages/functions/updatelogs/updatelogs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/updatelogs/updatelogs.js -------------------------------------------------------------------------------- /pages/functions/updatelogs/updatelogs.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/updatelogs/updatelogs.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/updatelogs/updatelogs.qml -------------------------------------------------------------------------------- /pages/functions/updatelogs/updatelogs.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/upointslist/phistory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/phistory.js -------------------------------------------------------------------------------- /pages/functions/upointslist/phistory.json: -------------------------------------------------------------------------------- 1 | { 2 | "enablePullDownRefresh": true 3 | } -------------------------------------------------------------------------------- /pages/functions/upointslist/phistory.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/phistory.qml -------------------------------------------------------------------------------- /pages/functions/upointslist/phistory.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/phistory.qss -------------------------------------------------------------------------------- /pages/functions/upointslist/ubanklist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/ubanklist.js -------------------------------------------------------------------------------- /pages/functions/upointslist/ubanklist.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/upointslist/ubanklist.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/ubanklist.qml -------------------------------------------------------------------------------- /pages/functions/upointslist/ubanklist.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/ubanklist.qss -------------------------------------------------------------------------------- /pages/functions/upointslist/upointslist.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/upointslist.js -------------------------------------------------------------------------------- /pages/functions/upointslist/upointslist.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/upointslist/upointslist.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/upointslist.qml -------------------------------------------------------------------------------- /pages/functions/upointslist/upointslist.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/upointslist/upointslist.qss -------------------------------------------------------------------------------- /pages/functions/voicenotice/voicenotice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/voicenotice/voicenotice.js -------------------------------------------------------------------------------- /pages/functions/voicenotice/voicenotice.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/voicenotice/voicenotice.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/voicenotice/voicenotice.qml -------------------------------------------------------------------------------- /pages/functions/voicenotice/voicenotice.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/functions/worningsets/worningsets.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/worningsets/worningsets.js -------------------------------------------------------------------------------- /pages/functions/worningsets/worningsets.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/functions/worningsets/worningsets.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/functions/worningsets/worningsets.qml -------------------------------------------------------------------------------- /pages/functions/worningsets/worningsets.qss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /pages/lightcute/keywords/keywords.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/lightcute/keywords/keywords.js -------------------------------------------------------------------------------- /pages/lightcute/keywords/keywords.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/lightcute/keywords/keywords.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/lightcute/keywords/keywords.qml -------------------------------------------------------------------------------- /pages/lightcute/keywords/keywords.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/lightcute/keywords/keywords.qss -------------------------------------------------------------------------------- /pages/lightcute/show/show.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/lightcute/show/show.js -------------------------------------------------------------------------------- /pages/lightcute/show/show.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /pages/lightcute/show/show.qml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/lightcute/show/show.qml -------------------------------------------------------------------------------- /pages/lightcute/show/show.qss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/pages/lightcute/show/show.qss -------------------------------------------------------------------------------- /project.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/project.config.json -------------------------------------------------------------------------------- /utils/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlockCnFuture/zhu_guild_robot_miniapp/HEAD/utils/util.js --------------------------------------------------------------------------------