* [task#147913,doing,2.5h] Transfer buried points to Misc module, SN cache uses cookies.

This commit is contained in:
zhangjialiang
2025-08-14 17:00:20 +08:00
parent 8ab5b1684d
commit d2b4d667a0
15 changed files with 99 additions and 106 deletions
+1 -4
View File
@@ -33,7 +33,4 @@ $config->admin->form->register['fingerprint'] = array('type' => 'string', 'requi
$config->admin->form->giftPackage['nickname'] = array('type' => 'string', 'required' => true);
$config->admin->form->giftPackage['position'] = array('type' => 'string', 'required' => true);
$config->admin->form->giftPackage['company'] = array('type' => 'string', 'required' => true);
$config->admin->form->giftPackage['solvedProblems'] = array('type' => 'array', 'required' => true);
$config->admin->form->installEvent['location'] = array('type' => 'string', 'required' => true);
$config->admin->form->installEvent['fingerprint'] = array('type' => 'string', 'required' => true);
$config->admin->form->giftPackage['solvedProblems'] = array('type' => 'array', 'required' => true);