mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
2 changed files with 180 additions and 14 deletions
Showing only changes of commit 276f69d8f1 - Show all commits

View File

@ -7,19 +7,185 @@ enum AGREEMENT_KEY { PRIVACY_GREEMENT, USER_AGREEMENT }
final Map<AGREEMENT_KEY, AgreementClass> AGREEMENT_MAP = { final Map<AGREEMENT_KEY, AgreementClass> AGREEMENT_MAP = {
AGREEMENT_KEY.PRIVACY_GREEMENT: AgreementClass( AGREEMENT_KEY.PRIVACY_GREEMENT: AgreementClass(
title: '隐私协议', title: '隐私协议',
richText: '''<html><head><title></title></head><body><p>本软件尊重并保护所有使用服务用户的个人隐私权。为了给您提供更准确、 richText: '''
使 <!DOCTYPE html>
<html lang="en">
使使 <head>
</p><p>1.</p><p>a)使使 <meta charset="UTF-8">
访</p><p>2.使</p><p>a) <meta http-equiv="X-UA-Compatible" content="IE=edge">
便使</p><p>3.</p><p>a) <title>Privacy Policy</title>
</p><p>b)</p><p>c) </head>
</p><p>4.</p><p> <body>
访 <h1></h1>
</p><p>5.</p><p>a)使 <div><strong>2024/8/1</strong></div>
便 <div><strong>2024/8/1</strong></div>
</p><p><br></p></body></html>''', <h2></h2>
<p>
<i></i> <i></i>
使使使使访
使 <i></i> 便
</p>
<p><strong>使使使</strong></p>
<p> <strong>yq0826@dingtalk.com</strong> </p>
<h2>1. </h2>
<p>使</p>
<ul>
<li><strong></strong>使<ul><li>使GPS或WiFi等方式收集的您的地理位置信息</li><li></li></ul></li>
<li><strong></strong>使</li>
<li><strong></strong>使cookies<strong></strong><strong></strong><strong></strong>cookie使</li>
</ul>
</ul>
<h2>2. </h2>
<strong>2.1 </strong>
<ul>
<li>APP进行数据缓存</li>
<li></li>
</ul>
<strong>2.2 </strong>
<ul>
<li></li>
<li></li>
</ul>
<strong>2.3 </strong>
<ul>
<li></li>
</ul>
<h2>3. </h2>
<p>
使使SSL便
</p>
<h2>4. 使</h2>
<p></p>
<ul>
<li></li>
<li></li>
<li></li>
<li>广广</li>
<li>广广</li>
<li></li>
<li></li>
</ul>
<h2>5. </h2>
<p>
</p>
<p>
广广广
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<h2>6. </h2>
<p>
</p>
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<h2>6. </h2>
<!--<p>-->
<!--使便使-->
<!--</p>-->
<!--<p>使</p>-->
<p><strong>访</strong></p>
<p>访</p>
<p>1访</p>
<p>2使</p>
<p>3访</p>
<p><strong></strong></p>
<p></p>
<p><strong></strong></p>
<p></p>
<p><strong></strong></p>
<p></p>
<p>使</p>
<p><strong></strong></p>
<p>使线使</p>
<p><strong></strong></p>
<p></p>
<p>1</p>
<p>2</p>
<p>3</p>
<p>4</p>
<p>5</p>
<p>6</p>
<p>7</p>
<p>8</p>
<h2>7. </h2>
<p>
<strong>使</strong>
</p>
<h2>8. </h2>
<p>
使
</p>
<h1></h1>
<p><i></i><i></i></p>
<h4></h4>
<p>使</p>
<h4></h4>
<p>使</p>
<h4></h4>
<p></p>
<h4></h4>
<p>4.1 便</p>
<p>4.2 </p>
</body>
</html>''',
), ),
AGREEMENT_KEY.USER_AGREEMENT: AgreementClass( AGREEMENT_KEY.USER_AGREEMENT: AgreementClass(
title: '用户协议', title: '用户协议',

View File

@ -59,7 +59,7 @@ class MyApp extends StatelessWidget {
/* minTextAdapt: true, /* minTextAdapt: true,
splitScreenMode: true,*/ splitScreenMode: true,*/
builder: () => GetMaterialApp( builder: () => GetMaterialApp(
title: '作业', title: '点智学',
debugShowCheckedModeBanner: false, debugShowCheckedModeBanner: false,
theme: ThemeData( theme: ThemeData(
brightness: Brightness.light, brightness: Brightness.light,