mirror of
https://github.com/ngfchl/ptools
synced 2023-07-10 13:41:22 +08:00
Merge branch 'master' of https://gitee.com/ngfchl/ptools
This commit is contained in:
2
.idea/misc.xml
generated
2
.idea/misc.xml
generated
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (ptools)" project-jdk-type="Python SDK" />
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (pt_assist)" project-jdk-type="Python SDK" />
|
||||
</project>
|
||||
14
.idea/ptools.iml
generated
14
.idea/ptools.iml
generated
@@ -16,19 +16,7 @@
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="jdk" jdkName="Python 3.9 (pt_assist)" jdkType="Python SDK" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
<component name="PyDocumentationSettings">
|
||||
<option name="format" value="PLAIN" />
|
||||
<option name="myDocStringFormat" value="Plain" />
|
||||
</component>
|
||||
<component name="TemplatesService">
|
||||
<option name="TEMPLATE_CONFIGURATION" value="Django" />
|
||||
<option name="TEMPLATE_FOLDERS">
|
||||
<list>
|
||||
<option value="$MODULE_DIR$/templates" />
|
||||
</list>
|
||||
</option>
|
||||
</component>
|
||||
</module>
|
||||
@@ -265,7 +265,7 @@
|
||||
"latest_active_rule": "//table/tr[4]/td[2]/span/@title",
|
||||
"uploaded_rule": "//tr[8]/td[2]/table/tr[2]/td[1]/text()",
|
||||
"downloaded_rule": "//tr[8]/td[2]//table/tr[2]/td[2]/text()",
|
||||
"ratio_rule": "//tr[8]/td[2]/table/tr/td[1]/font/text()",
|
||||
"ratio_rule": "//font[@class=\"color_ratio\"][1]/following-sibling::text()[1]",
|
||||
"my_sp_rule": "//a[@href=\"mybonus.php\"]/following-sibling::text()[1]",
|
||||
"hour_sp_rule": "//div[contains(text(),\"每小时\")]/text()[1]",
|
||||
"my_bonus_rule": "//tr[16]/td[2]/text()",
|
||||
|
||||
Reference in New Issue
Block a user